Home
last modified time | relevance | path

Searched refs:r_offset (Results 1 – 8 of 8) sorted by relevance

/bionic/tools/relocation_packer/src/
Ddelta_encoder.cc47 relocations[0].r_offset - (relocations[1].r_offset - relocations[0].r_offset) : in Encode()
48 relocations[0].r_offset; in Encode()
90 packed->push_back(relocation->r_offset - previous_offset); in Encode()
92 previous_offset = relocation->r_offset; in Encode()
168 reloc.r_offset = offset; in Decode()
195 const ElfAddr offset_delta = static_cast<ElfAddr>(reloc_two.r_offset) - in DetectGroupFields()
196 static_cast<ElfAddr>(reloc_one.r_offset); in DetectGroupFields()
263 const ElfAddr offset_delta = reloc_one.r_offset - previous_offset; in DetectGroup()
Ddelta_encoder_unittest.cc19 relocation.r_offset = addr; in AddRelocation()
30 return relocation.r_offset == addr && in CheckRelocation()
Dpacker_unittest.cc19 relocation.r_offset = addr; in AddRelocation()
31 return relocation.r_offset == addr && in CheckRelocation()
Delf_file.cc971 rela.r_offset = rel_array[i].r_offset; in ConvertRelArrayToRelaVector()
983 rel.r_offset = rela.r_offset; in ConvertRelaVectorToRelVector()
/bionic/linker/
Dlinker_reloc_iterators.h67 reloc_.r_offset = decoder_.pop_front(); in packed_reloc_iterator()
88 reloc_.r_offset += group_r_offset_delta_; in next()
90 reloc_.r_offset += decoder_.pop_front(); in next()
Dlinker.cpp2728 ElfW(Addr) reloc = static_cast<ElfW(Addr)>(rel->r_offset + load_bias); in relocate()
2842 MARK(rel->r_offset); in relocate()
2851 MARK(rel->r_offset); in relocate()
2859 MARK(rel->r_offset); in relocate()
2867 MARK(rel->r_offset); in relocate()
2902 MARK(rel->r_offset); in relocate()
2909 MARK(rel->r_offset); in relocate()
2927 MARK(rel->r_offset); in relocate()
2945 MARK(rel->r_offset); in relocate()
2947 reloc, sym_addr + addend, rel->r_offset, sym_name); in relocate()
[all …]
Dlinker_mips.cpp66 ElfW(Addr) reloc = static_cast<ElfW(Addr)>(rel->r_offset + load_bias); in relocate()
116 MARK(rel->r_offset); in relocate()
/bionic/libc/kernel/uapi/linux/
Delf.h165 Elf32_Addr r_offset; member
170 Elf64_Addr r_offset; member
175 Elf32_Addr r_offset; member
181 Elf64_Addr r_offset; member