Home
last modified time | relevance | path

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

/external/chromium_org/tools/relocation_packer/src/
Delf_file.cc740 Elf_Scn* dynamic_section = NULL; in GetDynamicSection() local
746 dynamic_section = section; in GetDynamicSection()
749 CHECK(dynamic_section != NULL); in GetDynamicSection()
751 return dynamic_section; in GetDynamicSection()
756 void AdjustDynamicSectionForHole(Elf_Scn* dynamic_section, in AdjustDynamicSectionForHole() argument
759 Elf_Data* data = GetSectionData(dynamic_section); in AdjustDynamicSectionForHole()
855 Elf_Scn* dynamic_section = GetDynamicSection(elf); in ResizeSection() local
856 AdjustDynamicSectionForHole<Rel>(dynamic_section, hole_start, hole_size); in ResizeSection()