Home
last modified time | relevance | path

Searched refs:R_386_PLT32 (Results 1 – 23 of 23) sorted by relevance

/external/u-boot/arch/x86/include/asm/
Delf.h15 #define R_386_PLT32 4 macro
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
Di386.def11 ELF_RELOC(R_386_PLT32, 4)
/external/llvm/include/llvm/Support/ELFRelocs/
Di386.def11 ELF_RELOC(R_386_PLT32, 4)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
Di386.def11 ELF_RELOC(R_386_PLT32, 4)
/external/llvm/test/tools/llvm-readobj/
Dgnu-relocations.test12 ELF32-NEXT: 0000001a 00000504 R_386_PLT32 00000000 sym
Drelocations.test38 ELF-NEXT: 0x1A R_386_PLT32 puts 0x0
39 ELF-NEXT: 0x1F R_386_PLT32 SomeOtherFunction 0x0
Dsections-ext.test153 ELF-NEXT: 0x1A R_386_PLT32 puts 0x0
154 ELF-NEXT: 0x1F R_386_PLT32 SomeOtherFunction 0x0
Dreloc-types.test25 ELF-32: Type: R_386_PLT32 (4)
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dgnu-relocations.test12 ELF32-NEXT: 0000001a 00000504 R_386_PLT32 00000000 sym
Drelocations.test40 ELF-NEXT: 0x1A R_386_PLT32 puts 0x0
41 ELF-NEXT: 0x1F R_386_PLT32 SomeOtherFunction 0x0
Dsections-ext.test153 ELF-NEXT: 0x1A R_386_PLT32 puts 0x0
154 ELF-NEXT: 0x1F R_386_PLT32 SomeOtherFunction 0x0
Dreloc-types.test25 ELF-32: Type: R_386_PLT32 (4)
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp263 return ELF::R_386_PLT32; in getRelocType32()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp270 return ELF::R_386_PLT32; in getRelocType32()
/external/elfutils/
DTODO144 check that R_386_TLS_GD is followed by R_386_PLT32 for __tls_get_addr
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h379 R_386_PLT32 = 4, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py502 R_386_PLT32 = 4 variable in Relocs_Elf_i386
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py502 R_386_PLT32 = 4 variable in Relocs_Elf_i386
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp958 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_PLT32); in getRelocationTypeName()
/external/kmod/port-gnu/
Delf.h1217 #define R_386_PLT32 4 /* 32 bit PLT address */ macro
/external/elfutils/libelf/
Delf.h1430 #define R_386_PLT32 4 /* 32 bit PLT address */ macro
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp1751 Type = ELF::R_386_PLT32; in GetRelocType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp347 case ELF::R_386_PLT32: in resolveX86Relocation()