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

  /bionic/libc/arch-arm/include/machine/
elf_machdep.h 74 #define R_ARM_RELATIVE 23
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 114 // Check if symbol can use relocation R_ARM_RELATIVE
152 rel_entry.setType(llvm::ELF::R_ARM_RELATIVE);
249 if (pType == llvm::ELF::R_ARM_RELATIVE)
381 helper_DynRel(pReloc, llvm::ELF::R_ARM_RELATIVE, pParent);
392 // If we generate a dynamic relocation (except R_ARM_RELATIVE)
397 helper_DynRel(pReloc, llvm::ELF::R_ARM_RELATIVE, pParent);
ARMLDBackend.cpp 382 case llvm::ELF::R_ARM_RELATIVE:
489 case llvm::ELF::R_ARM_RELATIVE: {
704 case llvm::ELF::R_ARM_RELATIVE: {
    [all...]
  /bionic/linker/
linker.cpp 901 case R_ARM_RELATIVE: /* Don't care. */
1004 case R_ARM_RELATIVE:
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 629 R_ARM_RELATIVE = 0x17,
    [all...]
  /external/qemu/
elf.h 557 #define R_ARM_RELATIVE 23 /* Adjust by program base */
    [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 226 milliseconds