Searched defs:rel (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/android/crazy_linker/src/
H A Dcrazy_linker_elf_relocations.cpp389 bool ElfRelocations::ApplyRelReloc(const ELF::Rel* rel, argument
393 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info);
394 const ELF::Word CRAZY_UNUSED rel_symbol = ELF_R_SYM(rel->r_info);
396 const ELF::Addr reloc = static_cast<ELF::Addr>(rel->r_offset + load_bias_);
398 RLOG(" rel reloc=%p offset=%p type=%d\n", reloc, rel->r_offset, rel_type);
427 rel->r_offset);
428 *target += sym_addr - rel->r_offset;
550 bool ElfRelocations::ApplyRelRelocs(const ELF::Rel* rel, argument
555 RLOG("%s: rel
737 const ELF::Rela* rel = reinterpret_cast<ELF::Rela*>(relocations_); local
770 const ELF::Rel* rel = reinterpret_cast<ELF::Rel*>(relocations_); local
[all...]

Completed in 158 milliseconds