/external/u-boot/arch/x86/include/asm/ |
D | elf.h | 15 #define R_386_PLT32 4 macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | i386.def | 11 ELF_RELOC(R_386_PLT32, 4)
|
/external/llvm/include/llvm/Support/ELFRelocs/ |
D | i386.def | 11 ELF_RELOC(R_386_PLT32, 4)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/ |
D | i386.def | 11 ELF_RELOC(R_386_PLT32, 4)
|
/external/llvm/test/tools/llvm-readobj/ |
D | gnu-relocations.test | 12 ELF32-NEXT: 0000001a 00000504 R_386_PLT32 00000000 sym
|
D | relocations.test | 38 ELF-NEXT: 0x1A R_386_PLT32 puts 0x0 39 ELF-NEXT: 0x1F R_386_PLT32 SomeOtherFunction 0x0
|
D | sections-ext.test | 153 ELF-NEXT: 0x1A R_386_PLT32 puts 0x0 154 ELF-NEXT: 0x1F R_386_PLT32 SomeOtherFunction 0x0
|
D | reloc-types.test | 25 ELF-32: Type: R_386_PLT32 (4)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | gnu-relocations.test | 12 ELF32-NEXT: 0000001a 00000504 R_386_PLT32 00000000 sym
|
D | relocations.test | 40 ELF-NEXT: 0x1A R_386_PLT32 puts 0x0 41 ELF-NEXT: 0x1F R_386_PLT32 SomeOtherFunction 0x0
|
D | sections-ext.test | 153 ELF-NEXT: 0x1A R_386_PLT32 puts 0x0 154 ELF-NEXT: 0x1F R_386_PLT32 SomeOtherFunction 0x0
|
D | reloc-types.test | 25 ELF-32: Type: R_386_PLT32 (4)
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 263 return ELF::R_386_PLT32; in getRelocType32()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 270 return ELF::R_386_PLT32; in getRelocType32()
|
/external/elfutils/ |
D | TODO | 144 check that R_386_TLS_GD is followed by R_386_PLT32 for __tls_get_addr
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 379 R_386_PLT32 = 4, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 502 R_386_PLT32 = 4 variable in Relocs_Elf_i386
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 502 R_386_PLT32 = 4 variable in Relocs_Elf_i386
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | ELFObjectFile.cpp | 958 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_PLT32); in getRelocationTypeName()
|
/external/kmod/port-gnu/ |
D | elf.h | 1217 #define R_386_PLT32 4 /* 32 bit PLT address */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 1430 #define R_386_PLT32 4 /* 32 bit PLT address */ macro
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.cpp | 1751 Type = ELF::R_386_PLT32; in GetRelocType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 347 case ELF::R_386_PLT32: in resolveX86Relocation()
|