Searched refs:r_offset (Results 1 – 2 of 2) sorted by relevance
1485 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr) member1501 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr) member1518 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr). member1536 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr). member
1632 static_cast<uint64_t>(rel.r_offset), in FixupRelocations()1633 static_cast<uint64_t>(rel.r_offset + base_address)); in FixupRelocations()1635 rel.r_offset += base_address; in FixupRelocations()1643 static_cast<uint64_t>(rela.r_offset), in FixupRelocations()1644 static_cast<uint64_t>(rela.r_offset + base_address)); in FixupRelocations()1646 rela.r_offset += base_address; in FixupRelocations()