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

1 2 3 4 5 6 7 8

  /frameworks/rs/cpu_ref/linkloader/include/
ELFReloc.h 35 relinfo_t r_info; member in class:ELFReloc_CRTP
84 AR & r_info; local
95 AR & r_info; local
115 return ELF32_R_SYM(this->r_info);
121 return ELF32_R_TYPE(this->r_info);
138 return ELF64_R_SYM(this->r_info);
144 return ELF64_R_TYPE(this->r_info);
  /external/elfutils/0.153/libelf/
gelf_update_rel.c 94 || unlikely (GELF_R_SYM (src->r_info) > 0xffffff)
95 || unlikely (GELF_R_TYPE (src->r_info) > 0xff))
111 rel->r_info = ELF32_R_INFO (GELF_R_SYM (src->r_info),
112 GELF_R_TYPE (src->r_info));
gelf_update_rela.c 94 || unlikely (GELF_R_SYM (src->r_info) > 0xffffff)
95 || unlikely (GELF_R_TYPE (src->r_info) > 0xff)
113 rel->r_info = ELF32_R_INFO (GELF_R_SYM (src->r_info),
114 GELF_R_TYPE (src->r_info));
gelf_getrel.c 106 dst->r_info = GELF_R_INFO (ELF32_R_SYM (src->r_info),
107 ELF32_R_TYPE (src->r_info));
gelf_getrela.c 106 dst->r_info = GELF_R_INFO (ELF32_R_SYM (src->r_info),
107 ELF32_R_TYPE (src->r_info));
  /external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.h 320 elf_xword r_info; ///< symbol index and type of relocation. member in struct:elf::ELFRel
345 return rel.r_info & 0x0ff;
352 return rel.r_info & 0xffffffff;
360 return rel.r_info >> 8;
368 return rel.r_info >> 32;
378 elf_xword r_info; ///< Symbol index and type of relocation. member in struct:elf::ELFRela
404 return rela.r_info & 0x0ff;
411 return rela.r_info & 0xffffffff;
419 return rela.r_info >> 8;
427 return rela.r_info >> 32
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
module.h 60 #define ELF_MIPS_R_SYM(rel) ELF32_R_SYM(rel.r_info)
61 #define ELF_MIPS_R_TYPE(rel) ELF32_R_TYPE(rel.r_info)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
module.h 60 #define ELF_MIPS_R_SYM(rel) ELF32_R_SYM(rel.r_info)
61 #define ELF_MIPS_R_TYPE(rel) ELF32_R_TYPE(rel.r_info)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
module.h 60 #define ELF_MIPS_R_SYM(rel) ELF32_R_SYM(rel.r_info)
61 #define ELF_MIPS_R_TYPE(rel) ELF32_R_TYPE(rel.r_info)
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
module.h 60 #define ELF_MIPS_R_SYM(rel) ELF32_R_SYM(rel.r_info)
61 #define ELF_MIPS_R_TYPE(rel) ELF32_R_TYPE(rel.r_info)
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
module.h 60 #define ELF_MIPS_R_SYM(rel) ELF32_R_SYM(rel.r_info)
61 #define ELF_MIPS_R_TYPE(rel) ELF32_R_TYPE(rel.r_info)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
module.h 60 #define ELF_MIPS_R_SYM(rel) ELF32_R_SYM(rel.r_info)
61 #define ELF_MIPS_R_TYPE(rel) ELF32_R_TYPE(rel.r_info)
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
module.h 60 #define ELF_MIPS_R_SYM(rel) ELF32_R_SYM(rel.r_info)
61 #define ELF_MIPS_R_TYPE(rel) ELF32_R_TYPE(rel.r_info)
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
module.h 60 #define ELF_MIPS_R_SYM(rel) ELF32_R_SYM(rel.r_info)
61 #define ELF_MIPS_R_TYPE(rel) ELF32_R_TYPE(rel.r_info)
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
module.h 60 #define ELF_MIPS_R_SYM(rel) ELF32_R_SYM(rel.r_info)
61 #define ELF_MIPS_R_TYPE(rel) ELF32_R_TYPE(rel.r_info)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
module.h 60 #define ELF_MIPS_R_SYM(rel) ELF32_R_SYM(rel.r_info)
61 #define ELF_MIPS_R_TYPE(rel) ELF32_R_TYPE(rel.r_info)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
module.h 60 #define ELF_MIPS_R_SYM(rel) ELF32_R_SYM(rel.r_info)
61 #define ELF_MIPS_R_TYPE(rel) ELF32_R_TYPE(rel.r_info)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
module.h 60 #define ELF_MIPS_R_SYM(rel) ELF32_R_SYM(rel.r_info)
61 #define ELF_MIPS_R_TYPE(rel) ELF32_R_TYPE(rel.r_info)
  /external/ltrace/sysdeps/linux-gnu/s390/
plt.c 47 bool irelative = GELF_R_TYPE(rela->r_info) == R_390_IRELATIVE;
  /external/chromium_org/courgette/
disassembler_elf_32_x86.cc 27 // The rightmost byte of r_info is the type...
29 (elf32_rel_386_type_values)(unsigned char)rel.r_info;
31 // The other 3 bytes of r_info are the symbol
32 uint32 symbol = rel.r_info >> 8;
100 if (section_relocs_iter->r_info != R_386_RELATIVE ||
types_elf.h 120 Elf32_Word r_info; member in struct:Elf32_Rel
125 Elf32_Word r_info; member in struct:Elf32_Rela
  /external/llvm/include/llvm/Object/
ELFTypes.h 295 Elf_Word r_info; // Symbol table index and type of relocation to apply member in struct:llvm::object::Elf_Rel_Base
299 return r_info;
301 void setRInfo(uint32_t R) { r_info = R; }
308 Elf_Xword r_info; // Symbol table index and type of relocation to apply member in struct:llvm::object::Elf_Rel_Base
311 uint64_t t = r_info;
314 // Mips64 little endian has a "special" encoding of r_info. Instead of one
322 r_info = R;
330 Elf_Word r_info; // Symbol table index and type of relocation to apply member in struct:llvm::object::Elf_Rel_Base
335 return r_info;
337 void setRInfo(uint32_t R) { r_info = R;
344 Elf_Xword r_info; \/\/ Symbol table index and type of relocation to apply member in struct:llvm::object::Elf_Rel_Base
    [all...]
  /external/ltrace/sysdeps/linux-gnu/x86/
plt.c 59 irelative = GELF_R_TYPE(rela->r_info) == R_X86_64_IRELATIVE;
64 irelative = GELF_R_TYPE(rela->r_info) == R_386_IRELATIVE;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 809 uint64_t r_info = 0x0; local
812 r_info = pRel.r_info;
816 r_info = mcld::bswap64(pRel.r_info);
820 // has a "special" encoding of r_info relocation
823 pType = mcld::bswap32(r_info >> 32);
824 pSymIdx = r_info & 0xffffffff;
834 uint64_t r_info = 0x0; local
837 r_info = pRel.r_info
873 uint64_t r_info = mcld::bswap32(pType); local
887 uint64_t r_info = mcld::bswap32(pType); local
    [all...]
  /external/elfutils/0.153/src/
i386_ld.c 132 si = symindirect[XELF_R_SYM (rel->r_info)];
137 assert (symref[XELF_R_SYM (rel->r_info)] != NULL);
138 si = symref[XELF_R_SYM (rel->r_info)]->outsymidx;
145 xelf_getsymshndx (insymdata, inxndxdata, XELF_R_SYM (rel->r_info),
163 assert (XELF_R_TYPE (rel->r_info) == R_386_32);
180 rel->r_info = XELF_R_INFO (si, XELF_R_TYPE (rel->r_info));
516 rel->r_info = XELF_R_INFO (ndxtosym[idx]->outdynsymidx, R_386_JMP_SLOT);
554 Elf32_Word r_sym = XELF_R_SYM (rel->r_info);
562 switch (XELF_R_TYPE (rel->r_info))
    [all...]

Completed in 1142 milliseconds

1 2 3 4 5 6 7 8