HomeSort by relevance Sort by last modified time
    Searched refs:r_info (Results 1 - 25 of 200) 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/tools/relocation_packer/src/
delta_encoder.cc 31 CHECK(ELF_R_TYPE(relocation->r_info) == ELF::kRelativeRelocationCode);
66 relocation.r_info = ELF_R_INFO(0, ELF::kRelativeRelocationCode);
run_length_encoder_unittest.cc 17 relocation.r_info = ELF_R_INFO(0, ELF::kRelativeRelocationCode);
23 ELF_R_SYM(relocation.r_info) == 0 &&
24 ELF_R_TYPE(relocation.r_info) == ELF::kRelativeRelocationCode;
run_length_encoder.cc 24 CHECK(ELF_R_TYPE(first->r_info) == ELF::kRelativeRelocationCode);
27 CHECK(ELF_R_TYPE(second->r_info) == ELF::kRelativeRelocationCode);
75 initial.r_info = ELF_R_INFO(0, ELF::kRelativeRelocationCode);
90 relocation.r_info = ELF_R_INFO(0, ELF::kRelativeRelocationCode);
  /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...]

Completed in 481 milliseconds

1 2 3 4 5 6 7 8