/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ELFWriterInfo.cpp | 55 return ELF::R_386_32; in getRelocationType() 81 case ELF::R_386_32: return Modifier; in getDefaultAddendForRelTy() 104 case ELF::R_386_32: in getRelocationTySize() 129 case ELF::R_386_32: in isPCRelativeRel()
|
/external/llvm/test/DebugInfo/X86/ |
D | dbg-asm.s | 24 # CHECK-ELF: 0x6 R_386_32 .debug_abbrev 25 # CHECK-ELF: 0xC R_386_32 .debug_line 28 # CHECK-ELF: 0x6 R_386_32 .debug_info
|
/external/elfutils/backends/ |
D | i386_symbol.c | 56 case R_386_32: in i386_reloc_simple_type()
|
/external/elfutils/src/ |
D | i386_ld.c | 155 assert (XELF_R_TYPE (rel->r_info) == R_386_32); in elf_i386_relocate_section() 576 case R_386_32: in elf_i386_count_relocations() 605 && XELF_R_TYPE (rel->r_info) == R_386_32) in elf_i386_count_relocations() 820 case R_386_32: in elf_i386_create_relocations() 876 && XELF_R_TYPE (rel->r_info) == R_386_32) in elf_i386_create_relocations() 892 = XELF_R_INFO (symref[idx]->outdynsymidx, R_386_32); in elf_i386_create_relocations()
|
/external/llvm/include/llvm/Support/ELFRelocs/ |
D | i386.def | 8 ELF_RELOC(R_386_32, 1)
|
/external/swiftshader/third_party/LLVM/test/Object/ |
D | objdump-relocations.test | 21 ELF-i386: R_386_32
|
/external/llvm/test/tools/llvm-readobj/ |
D | gnu-relocations.test | 9 ELF32-NEXT: 00000008 00000501 R_386_32 00000000 sym
|
D | reloc-types.test | 22 ELF-32: Type: R_386_32 (1)
|
/external/llvm/test/MC/ELF/ |
D | discriminator.s | 56 # CHECK-NEXT: 0x2D R_386_32 .text 0x0
|
/external/syslinux/com32/include/sys/ |
D | elfcommon.h | 314 #define R_386_32 1 /* Direct 32 bit */ macro
|
/external/llvm/test/Object/ |
D | objdump-relocations.test | 30 ELF-i386: R_386_32 .rodata.str1.1
|
/external/syslinux/com32/lib/sys/module/i386/ |
D | elf_module.c | 240 case R_386_32: in perform_relocation()
|
/external/syslinux/com32/tools/ |
D | relocs.c | 177 REL_TYPE(R_386_32), in rel_type() 601 case R_386_32: in walk_relocs()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 224 return IsPCRel ? ELF::R_386_PC32 : ELF::R_386_32; in getRelocType32()
|
/external/llvm/test/Object/X86/ |
D | objdump-disassembly-inline-relocations.test | 79 ELF-i386: e: R_386_32 .rodata.str1.1
|
/external/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 152 case llvm::ELF::R_386_32: in visitELF()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 376 R_386_32 = 1, enumerator
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 499 R_386_32 = 1 variable in Relocs_Elf_i386
|
/external/valgrind/VEX/unused/ |
D | linker.c | 488 case R_386_32: *pP = value; break; in do_Elf_Rel_relocations()
|
/external/valgrind/VEX/switchback/ |
D | linker.c | 584 case R_386_32: *pP = value; break;
|
/external/elfutils/libelf/ |
D | elf.h | 1215 #define R_386_32 1 /* Direct 32 bit */ macro
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | ELFObjectFile.cpp | 955 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_32); in getRelocationTypeName()
|
/external/kmod/port-gnu/ |
D | elf.h | 1214 #define R_386_32 1 /* Direct 32 bit */ macro
|
/external/valgrind/perf/ |
D | tinycc.c | 967 #define R_386_32 1 /* Direct 32 bit */ macro 5626 #define R_DATA_32 R_386_32 5706 greloc(cur_text_section, sym, ind, R_386_32); in gen_addr32() 6041 ind + 1, R_386_32); in gfunc_epilog() 6051 ind + 1, R_386_32); in gfunc_epilog() 6450 ind, R_386_32); in gen_cvt_ftoi() 6463 ind, R_386_32); in gen_cvt_ftoi() 16222 greloc(cur_text_section, pe->sym, ind, R_386_32); in gen_expr32() 18588 case R_386_32: in relocate_section() 18593 qrel->r_info = ELF32_R_INFO(esym_index, R_386_32); in relocate_section() [all …]
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.cpp | 1771 Type = ELF::R_386_32; in GetRelocType()
|