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

  /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
  /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
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 101 if (pType == llvm::ELF::R_386_RELATIVE || NULL == pSym)
111 /// R_386_RELATIVE
149 helper_DynRel(rsym, *got_entry, 0x0, llvm::ELF::R_386_RELATIVE, pParent);
265 pReloc.targetRef().offset(), llvm::ELF::R_386_RELATIVE,
282 // If we generate a dynamic relocation (except R_386_RELATIVE)
289 pReloc.targetRef().offset(), llvm::ELF::R_386_RELATIVE, pParent);
334 pReloc.targetRef().offset(), llvm::ELF::R_386_RELATIVE, pParent);
500 llvm::ELF::R_386_RELATIVE, pParent);
  /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 906 case R_386_RELATIVE: /* Dont' care. */
1006 case R_386_RELATIVE:
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 385 R_386_RELATIVE = 8,
    [all...]
  /external/qemu/
elf.h 290 #define R_386_RELATIVE 8
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h     [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /external/llvm/include/llvm/Object/
ELF.h     [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]

Completed in 346 milliseconds