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.cc979 rela.r_offset = rel_array[i].r_offset; in ConvertRelArrayToRelaVector()
991 rel.r_offset = rela.r_offset; in ConvertRelaVectorToRelVector()
/bionic/linker/
Dlinker_reloc_iterators.h79 reloc_.r_offset = decoder_.pop_front(); in packed_reloc_iterator()
100 reloc_.r_offset += group_r_offset_delta_; in next()
102 reloc_.r_offset += decoder_.pop_front(); in next()
Dlinker.cpp2509 ElfW(Addr) reloc = static_cast<ElfW(Addr)>(rel->r_offset + load_bias); in relocate()
2623 MARK(rel->r_offset); in relocate()
2632 MARK(rel->r_offset); in relocate()
2640 MARK(rel->r_offset); in relocate()
2648 MARK(rel->r_offset); in relocate()
2683 MARK(rel->r_offset); in relocate()
2690 MARK(rel->r_offset); in relocate()
2708 MARK(rel->r_offset); in relocate()
2726 MARK(rel->r_offset); in relocate()
2728 reloc, sym_addr + addend, rel->r_offset, sym_name); in relocate()
[all …]
Dlinker_mips.cpp68 ElfW(Addr) reloc = static_cast<ElfW(Addr)>(rel->r_offset + load_bias); in relocate()
118 MARK(rel->r_offset); in relocate()
/bionic/libc/kernel/uapi/linux/
Delf.h136 Elf32_Addr r_offset; member
140 Elf64_Addr r_offset; member
144 Elf32_Addr r_offset; member
149 Elf64_Addr r_offset; member