Home
last modified time | relevance | path

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

/bionic/tools/relocation_packer/src/
Delf_file.h86 static void AdjustDynamicSectionForHole(Elf_Scn* dynamic_section,
Delf_file.cc413 Elf_Scn* dynamic_section = NULL; in GetDynamicSection() local
419 dynamic_section = section; in GetDynamicSection()
422 CHECK(dynamic_section != NULL); in GetDynamicSection()
424 return dynamic_section; in GetDynamicSection()
429 void ElfFile<ELF>::AdjustDynamicSectionForHole(Elf_Scn* dynamic_section, in AdjustDynamicSectionForHole() argument
434 Elf_Data* data = GetSectionData(dynamic_section); in AdjustDynamicSectionForHole()
500 RewriteSectionData(dynamic_section, section_data, bytes); in AdjustDynamicSectionForHole()
566 Elf_Scn* dynamic_section = GetDynamicSection<ELF>(elf); in ResizeSection() local
567 AdjustDynamicSectionForHole(dynamic_section, hole_start, hole_size, relocations_type); in ResizeSection()