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

1 2

  /development/ndk/platforms/android-9/arch-x86/include/asm/
elf.h 41 #define R_386_RELATIVE 8
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
elf.h 41 #define R_386_RELATIVE 8
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
elf.h 41 #define R_386_RELATIVE 8
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
elf.h 41 #define R_386_RELATIVE 8
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
elf.h 41 #define R_386_RELATIVE 8
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
elf.h 31 #define R_386_RELATIVE 8
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
elf.h 31 #define R_386_RELATIVE 8
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
elf.h 31 #define R_386_RELATIVE 8
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
elf.h 38 #define R_386_RELATIVE 8
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
elf.h 38 #define R_386_RELATIVE 8
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
elf.h 38 #define R_386_RELATIVE 8
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
elf.h 38 #define R_386_RELATIVE 8
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
elf.h 38 #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 664 pending_elf_relocation_table_type = R_386_RELATIVE;
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 666 if (pType == llvm::ELF::R_386_RELATIVE || NULL == pSym)
676 /// R_386_RELATIVE
714 helper_DynRel(rsym, *got_entry, 0x0, llvm::ELF::R_386_RELATIVE, pParent);
832 pType = llvm::ELF::R_386_RELATIVE;
843 // If we generate a dynamic relocation (except R_386_RELATIVE)
850 llvm::ELF::R_386_RELATIVE, pParent);
895 pReloc.targetRef().offset(), llvm::ELF::R_386_RELATIVE, pParent);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 275 R_386_RELATIVE = 8, /* word32, B + A */
  /external/elfutils/src/
i386_ld.c 703 case R_386_RELATIVE:
897 rel2->r_info = XELF_R_INFO (0, R_386_RELATIVE);
    [all...]
  /bionic/linker/
linker.cpp 903 case R_386_RELATIVE: /* Dont' care. */
1003 case R_386_RELATIVE:
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 384 R_386_RELATIVE = 8,
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 502 R_386_RELATIVE = 8
    [all...]
  /external/qemu/
elf.h 290 #define R_386_RELATIVE 8
    [all...]

Completed in 253 milliseconds

1 2