Searched defs:sh (Results 1 - 2 of 2) sorted by relevance

/art/compiler/
H A Delf_stripper.cc78 Elf32_Shdr* sh = elf_file->GetSectionHeader(i); local
79 CHECK(sh != nullptr);
80 const char* name = elf_file->GetString(*string_section, sh->sh_name);
83 section_headers.push_back(*sh);
92 section_headers.push_back(*sh);
H A Delf_fixup.cc88 Elf32_Shdr* sh = elf_file.GetSectionHeader(i); local
89 CHECK(sh != nullptr);
91 if (sh->sh_addr == 0) {
97 sh->sh_addr, sh->sh_addr + base_address);
99 sh->sh_addr += base_address;
151 Elf32_Shdr* sh = elf_file.GetSectionHeader(i); local
152 CHECK(sh != nullptr);
153 if (sh->sh_type == SHT_REL) {
154 for (uint32_t i = 0; i < elf_file.GetRelNum(*sh);
[all...]

Completed in 140 milliseconds