reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
13 ELF_RELOC(R_ARM_ABS12, 0x06) 14 ELF_RELOC(R_ARM_THM_ABS5, 0x07) 15 ELF_RELOC(R_ARM_ABS8, 0x08)usr/include/elf.h
2776 #define R_ARM_ABS12 6 /* Direct 12 bit */ 2777 #define R_ARM_THM_ABS5 7 /* Direct & 0x7C (LDR, STR). */ 2778 #define R_ARM_ABS8 8 /* Direct 8 bit */include/llvm/BinaryFormat/ELFRelocs/ARM.def
13 ELF_RELOC(R_ARM_ABS12, 0x06) 14 ELF_RELOC(R_ARM_THM_ABS5, 0x07) 15 ELF_RELOC(R_ARM_ABS8, 0x08)test/tools/llvm-readobj/Inputs/relocs.py
814 R_ARM_ABS12 = 0x06 815 R_ARM_THM_ABS5 = 0x07 816 R_ARM_ABS8 = 0x08test/tools/llvm-readobj/reloc-types-elf-arm.test
13 # CHECK: Type: R_ARM_ABS12 (6) 14 # CHECK: Type: R_ARM_THM_ABS5 (7) 15 # CHECK: Type: R_ARM_ABS8 (8)test/tools/llvm-readobj/reloc-types-elf-arm.test
170 - Offset: 0x000000000000001C 171 Type: R_ARM_THM_ABS5 172 - Offset: 0x0000000000000020usr/include/elf.h
2776 #define R_ARM_ABS12 6 /* Direct 12 bit */ 2777 #define R_ARM_THM_ABS5 7 /* Direct & 0x7C (LDR, STR). */ 2778 #define R_ARM_ABS8 8 /* Direct 8 bit */