Home
last modified time | relevance | path

Searched refs:sh_addr (Results 1 – 3 of 3) sorted by relevance

/art/compiler/
Delf_builder.h135 {it.tag_, {it.value_ + it.section_->GetHeader()->sh_addr}}); in Write()
183 this->GetHeader()->sh_addr, in Write()
184 patch_base_section_->GetHeader()->sh_addr, in Write()
333 sym.st_value = it.addr_ + it.section_->GetHeader()->sh_addr; in Write()
668 header->sh_addr = RoundUp(load_address, alignment); in Write()
669 load_address = header->sh_addr + header->sh_size; in Write()
674 << " addr=0x" << header->sh_addr in Write()
820 phdr.p_vaddr = shdr->sh_addr; in MakeProgramHeader()
821 phdr.p_paddr = shdr->sh_addr; in MakeProgramHeader()
/art/runtime/
Delf_file.cc1661 if (sh->sh_addr == 0) { in FixupSectionHeaders()
1667 static_cast<uint64_t>(sh->sh_addr), in FixupSectionHeaders()
1668 static_cast<uint64_t>(sh->sh_addr + base_address)); in FixupSectionHeaders()
1670 sh->sh_addr += base_address; in FixupSectionHeaders()
Delf.h1208 Elf32_Addr sh_addr; // Address where section is to be loaded member
1222 Elf64_Addr sh_addr; member