Home
last modified time | relevance | path

Searched refs:R_386_GOT32 (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/Support/ELFRelocs/
Di386.def10 ELF_RELOC(R_386_GOT32, 3)
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp237 return ELF::R_386_GOT32; in getRelocType32()
240 : ELF::R_386_GOT32; in getRelocType32()
/external/llvm/test/tools/llvm-readobj/
Dgnu-relocations.test11 ELF32-NEXT: 00000014 00000503 R_386_GOT32 00000000 sym
Dreloc-types.test24 ELF-32: Type: R_386_GOT32 (3)
/external/syslinux/com32/include/sys/
Delfcommon.h316 #define R_386_GOT32 3 /* 32 bit GOT entry */ macro
/external/syslinux/com32/tools/
Drelocs.c179 REL_TYPE(R_386_GOT32), in rel_type()
575 case R_386_GOT32: in walk_relocs()
/external/elfutils/src/
Di386_ld.c556 case R_386_GOT32: in elf_i386_count_relocations()
902 case R_386_GOT32: in elf_i386_create_relocations()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h378 R_386_GOT32 = 3, enumerator
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py501 R_386_GOT32 = 3 variable in Relocs_Elf_i386
/external/elfutils/libelf/
Delf.h1217 #define R_386_GOT32 3 /* 32 bit GOT entry */ macro
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp957 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_GOT32); in getRelocationTypeName()
/external/kmod/port-gnu/
Delf.h1216 #define R_386_GOT32 3 /* 32 bit GOT entry */ macro
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp1774 Type = ELF::R_386_GOT32; in GetRelocType()
/external/valgrind/perf/
Dtinycc.c969 #define R_386_GOT32 3 /* 32 bit GOT entry */ macro
18629 case R_386_GOT32: in relocate_section()
18940 case R_386_GOT32: in build_got_entries()
18946 if (type == R_386_GOT32 || type == R_386_PLT32) { in build_got_entries()
18950 if (type == R_386_GOT32) in build_got_entries()