HomeSort by relevance Sort by last modified time
    Searched refs:R_386_RELATIVE (Results 1 - 18 of 18) sorted by null

  /development/ndk/platforms/android-9/arch-x86/include/asm/
elf.h 41 #define R_386_RELATIVE 8
  /bionic/libc/arch-x86/include/machine/
elf_machdep.h 26 #define R_386_RELATIVE 8
  /development/ndk/platforms/android-L/arch-x86/include/i386/
elf_machdep.h 26 #define R_386_RELATIVE 8
  /development/ndk/platforms/android-L/arch-x86/include/machine/
elf_machdep.h 26 #define R_386_RELATIVE 8
  /development/ndk/platforms/android-L/arch-x86_64/include/i386/
elf_machdep.h 26 #define R_386_RELATIVE 8
  /external/chromium_org/courgette/
disassembler_elf_32_x86.cc 46 case R_386_RELATIVE:
66 // We can reproduce the R_386_RELATIVE entries in one of the relocation
70 // All R_386_RELATIVE entries are:
79 // all of our R_386_RELATIVE entries in the expected order followed
100 if (section_relocs_iter->r_info != R_386_RELATIVE ||
types_elf.h 138 R_386_RELATIVE = 8,
encoded_program.cc 665 pending_elf_relocation_table_type = R_386_RELATIVE;
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_relocations.cpp 70 #define R_386_RELATIVE 8
134 case R_386_RELATIVE:
635 case R_386_RELATIVE:
892 case R_386_RELATIVE:
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 275 R_386_RELATIVE = 8, /* word32, B + A */
  /external/elfutils/0.153/src/
i386_ld.c 703 case R_386_RELATIVE:
897 rel2->r_info = XELF_R_INFO (0, R_386_RELATIVE);
    [all...]
  /external/llvm/lib/Object/
ELF.cpp 75 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_RELATIVE);
    [all...]
ELFYAML.cpp 605 ECase(R_386_RELATIVE)
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 502 R_386_RELATIVE = 8
    [all...]
  /bionic/linker/
linker.cpp     [all...]
  /art/runtime/
elf.h 391 R_386_RELATIVE = 8,
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 406 R_386_RELATIVE = 8,
    [all...]
  /external/elfutils/0.153/libelf/
elf.h     [all...]

Completed in 73 milliseconds