Home
last modified time | relevance | path

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

/external/elfutils/0.153/backends/
Di386_symbol.c44 return type == R_386_GOTPC; in i386_gotpc_reloc_check()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-x86-x86.c39 {"gotpc", ELF_SSYM_CURPOS_ADJUST, R_386_GOTPC, 32},
170 return (unsigned char) R_386_GOTPC; in elf_x86_x86_map_reloc_info_to_type()
Delf.h277 R_386_GOTPC = 10, /* word32, GOT + A - P */ enumerator
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp163 Type = ELF::R_386_GOTPC; in GetRelocType()
208 Type = ELF::R_386_GOTPC; in GetRelocType()
/external/chromium_org/courgette/
Dtypes_elf.h140 R_386_GOTPC = 10, enumerator
Ddisassembler_elf_32_x86.cc55 case R_386_GOTPC: in RelToRVA()
/external/elfutils/0.153/src/
Di386_ld.c580 case R_386_GOTPC: in elf_i386_count_relocations()
823 case R_386_GOTPC: in elf_i386_create_relocations()
/external/llvm/test/tools/llvm-readobj/
Drelocations.test26 ELF-NEXT: 0xC R_386_GOTPC _GLOBAL_OFFSET_TABLE_ 0x0
Dreloc-types.test30 ELF-32: Type: R_386_GOTPC (10)
Dsections-ext.test152 ELF-NEXT: 0xC R_386_GOTPC _GLOBAL_OFFSET_TABLE_ 0x0
/external/qemu/include/
Delf.h299 #define R_386_GOTPC 10 macro
/external/llvm/lib/Object/
DELF.cpp77 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_GOTPC); in getELFRelocationTypeName()
DELFYAML.cpp607 ECase(R_386_GOTPC) in enumeration()
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py504 R_386_GOTPC = 10 variable in Relocs_Elf_i386
/external/llvm/include/llvm/Support/
DELF.h408 R_386_GOTPC = 10, enumerator
/external/elfutils/0.153/libelf/
Delf.h1170 #define R_386_GOTPC 10 /* 32 bit PC relative offset to GOT */ macro
/external/valgrind/main/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()