Home
last modified time | relevance | path

Searched refs:R_386_RELATIVE (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/courgette/
Ddisassembler_elf_32_x86.cc46 case R_386_RELATIVE: in RelToRVA()
100 if (section_relocs_iter->r_info != R_386_RELATIVE || in ParseRelocationSection()
Dtypes_elf.h138 R_386_RELATIVE = 8, enumerator
Dencoded_program.cc664 pending_elf_relocation_table_type = R_386_RELATIVE; in AssembleTo()
/external/elfutils/src/
Di386_ld.c703 case R_386_RELATIVE: in elf_i386_count_relocations()
897 rel2->r_info = XELF_R_INFO (0, R_386_RELATIVE); in elf_i386_create_relocations()
1071 case R_386_RELATIVE: in elf_i386_create_relocations()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf.h275 R_386_RELATIVE = 8, /* word32, B + A */ enumerator
/external/qemu/
Delf.h290 #define R_386_RELATIVE 8 macro
/external/llvm/include/llvm/Support/
DELF.h384 R_386_RELATIVE = 8, enumerator
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py502 R_386_RELATIVE = 8 variable in Relocs_Elf_i386
/external/elfutils/libelf/
Delf.h1134 #define R_386_RELATIVE 8 /* Adjust by program base */ macro
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test28 ELF-32: Type: R_386_RELATIVE (8)
/external/llvm/include/llvm/Object/
DELF.h1621 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_RELATIVE);
/external/valgrind/main/perf/
Dtinycc.c974 #define R_386_RELATIVE 8 /* Adjust by program base */ macro
18597 qrel->r_info = ELF32_R_INFO(0, R_386_RELATIVE); in relocate_section()