Home
last modified time | relevance | path

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

/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/qemu/
Delf.h290 #define R_386_RELATIVE 8 macro
/external/llvm/include/llvm/Support/
DELF.h385 R_386_RELATIVE = 8, enumerator
/external/elfutils/libelf/
Delf.h1134 #define R_386_RELATIVE 8 /* Adjust by program base */ macro
/external/llvm/include/llvm/Object/
DELF.h1603 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()