Home
last modified time | relevance | path

Searched refs:R_386_GOTPC (Results 1 – 16 of 16) sorted by relevance

/external/elfutils/backends/
Di386_symbol.c47 return type == R_386_GOTPC; in i386_gotpc_reloc_check()
/external/llvm/include/llvm/Support/ELFRelocs/
Di386.def17 ELF_RELOC(R_386_GOTPC, 10)
/external/syslinux/com32/include/sys/
Delfcommon.h323 #define R_386_GOTPC 10 /* 32 bit PC relative offset to GOT */ macro
/external/syslinux/com32/tools/
Drelocs.c186 REL_TYPE(R_386_GOTPC), in rel_type()
573 case R_386_GOTPC: in walk_relocs()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp233 return ELF::R_386_GOTPC; in getRelocType32()
/external/elfutils/src/
Di386_ld.c572 case R_386_GOTPC: in elf_i386_count_relocations()
815 case R_386_GOTPC: in elf_i386_create_relocations()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h385 R_386_GOTPC = 10, enumerator
/external/llvm/test/tools/llvm-readobj/
Drelocations.test36 ELF-NEXT: 0xC R_386_GOTPC _GLOBAL_OFFSET_TABLE_ 0x0
Dreloc-types.test31 ELF-32: Type: R_386_GOTPC (10)
Dsections-ext.test151 ELF-NEXT: 0xC R_386_GOTPC _GLOBAL_OFFSET_TABLE_ 0x0
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py508 R_386_GOTPC = 10 variable in Relocs_Elf_i386
/external/elfutils/libelf/
Delf.h1224 #define R_386_GOTPC 10 /* 32 bit PC relative offset to GOT */ macro
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp964 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_GOTPC); in getRelocationTypeName()
/external/kmod/port-gnu/
Delf.h1223 #define R_386_GOTPC 10 /* 32 bit PC relative offset to GOT */ macro
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp1759 Type = ELF::R_386_GOTPC; in GetRelocType()
/external/valgrind/perf/
Dtinycc.c976 #define R_386_GOTPC 10 /* 32 bit PC relative offset to GOT */ macro
18623 case R_386_GOTPC: in relocate_section()
18942 case R_386_GOTPC: in build_got_entries()