Searched refs:sh (Results 1 – 3 of 3) sorted by relevance
88 Elf32_Shdr* sh = elf_file.GetSectionHeader(i); in FixupSectionHeaders() local89 CHECK(sh != nullptr); in FixupSectionHeaders()91 if (sh->sh_addr == 0) { in FixupSectionHeaders()97 sh->sh_addr, sh->sh_addr + base_address); in FixupSectionHeaders()99 sh->sh_addr += base_address; in FixupSectionHeaders()151 Elf32_Shdr* sh = elf_file.GetSectionHeader(i); in FixupRelocations() local152 CHECK(sh != nullptr); in FixupRelocations()153 if (sh->sh_type == SHT_REL) { in FixupRelocations()154 for (uint32_t i = 0; i < elf_file.GetRelNum(*sh); i++) { in FixupRelocations()155 Elf32_Rel& rel = elf_file.GetRel(*sh, i); in FixupRelocations()[all …]
78 Elf32_Shdr* sh = elf_file->GetSectionHeader(i); in Strip() local79 CHECK(sh != nullptr); in Strip()80 const char* name = elf_file->GetString(*string_section, sh->sh_name); in Strip()83 section_headers.push_back(*sh); in Strip()92 section_headers.push_back(*sh); in Strip()
215 adb push $cmdfile $DEX_LOCATION/cmdline.sh217 adb push $cmdfile $DEX_LOCATION/cmdline.sh > /dev/null 2>&1220 adb shell sh $DEX_LOCATION/cmdline.sh