003 File Manager
Current Path:
/usr/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs
usr
/
src
/
contrib
/
llvm-project
/
llvm
/
include
/
llvm
/
BinaryFormat
/
ELFRelocs
/
📁
..
📄
AArch64.def
(12.82 KB)
📄
AMDGPU.def
(555 B)
📄
ARC.def
(2.89 KB)
📄
ARM.def
(6.15 KB)
📄
AVR.def
(1.54 KB)
📄
BPF.def
(174 B)
📄
Hexagon.def
(4.07 KB)
📄
Lanai.def
(542 B)
📄
MSP430.def
(525 B)
📄
Mips.def
(4.64 KB)
📄
PowerPC.def
(5.1 KB)
📄
PowerPC64.def
(6.92 KB)
📄
RISCV.def
(2.26 KB)
📄
Sparc.def
(3.07 KB)
📄
SystemZ.def
(2.25 KB)
📄
VE.def
(1.46 KB)
📄
i386.def
(1.52 KB)
📄
x86_64.def
(1.47 KB)
Editing: VE.def
#ifndef ELF_RELOC #error "ELF_RELOC must be defined" #endif // Relocation types defined in following documents. // // - System V Application Binary Interface - VE Architecture // Processor Supplement // - ELF Handling For Thread-Local Storage - VE Architecture // Processor Supplement ELF_RELOC(R_VE_NONE, 0) ELF_RELOC(R_VE_REFLONG, 1) ELF_RELOC(R_VE_REFQUAD, 2) ELF_RELOC(R_VE_SREL32, 3) ELF_RELOC(R_VE_HI32, 4) ELF_RELOC(R_VE_LO32, 5) ELF_RELOC(R_VE_PC_HI32, 6) ELF_RELOC(R_VE_PC_LO32, 7) ELF_RELOC(R_VE_GOT32, 8) ELF_RELOC(R_VE_GOT_HI32, 9) ELF_RELOC(R_VE_GOT_LO32, 10) ELF_RELOC(R_VE_GOTOFF32, 11) ELF_RELOC(R_VE_GOTOFF_HI32, 12) ELF_RELOC(R_VE_GOTOFF_LO32, 13) ELF_RELOC(R_VE_PLT32, 14) ELF_RELOC(R_VE_PLT_HI32, 15) ELF_RELOC(R_VE_PLT_LO32, 16) ELF_RELOC(R_VE_RELATIVE, 17) ELF_RELOC(R_VE_GLOB_DAT, 18) ELF_RELOC(R_VE_JUMP_SLOT, 19) ELF_RELOC(R_VE_COPY, 20) ELF_RELOC(R_VE_DTPMOD64, 22) ELF_RELOC(R_VE_DTPOFF64, 23) // ELF_RELOC(R_VE_TPOFF64, 24) ELF_RELOC(R_VE_TLS_GD_HI32, 25) ELF_RELOC(R_VE_TLS_GD_LO32, 26) // ELF_RELOC(R_VE_TLS_LD_HI32, 27) // ELF_RELOC(R_VE_TLS_LD_LO32, 28) // ELF_RELOC(R_VE_DTPOFF32, 29) // ELF_RELOC(R_VE_TLS_IE_HI32, 30) // ELF_RELOC(R_VE_TLS_IE_LO32, 31) ELF_RELOC(R_VE_TPOFF_HI32, 32) ELF_RELOC(R_VE_TPOFF_LO32, 33) // ELF_RELOC(R_VE_TPOFF32, 34) ELF_RELOC(R_VE_CALL_HI32, 35) ELF_RELOC(R_VE_CALL_LO32, 36)
Upload File
Create Folder