Home
last modified time | relevance | path

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

/art/runtime/
Delf.h1485 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr) member
1501 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr) member
1518 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr). member
1536 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr). member
Delf_file.cc1632 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()