Home
last modified time | relevance | path

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

/art/compiler/
Delf_fixup.cc88 Elf32_Shdr* sh = elf_file.GetSectionHeader(i); in FixupSectionHeaders() local
89 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() local
152 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 …]
Delf_stripper.cc78 Elf32_Shdr* sh = elf_file->GetSectionHeader(i); in Strip() local
79 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()
/art/test/etc/
Dpush-and-run-prebuilt-test-jar215 adb push $cmdfile $DEX_LOCATION/cmdline.sh
217 adb push $cmdfile $DEX_LOCATION/cmdline.sh > /dev/null 2>&1
220 adb shell sh $DEX_LOCATION/cmdline.sh