HomeSort by relevance Sort by last modified time
    Searched refs:ResizeSection (Results 1 - 2 of 2) sorted by null

  /bionic/tools/relocation_packer/src/
elf_file.h 83 static void ResizeSection(Elf* elf, Elf_Scn* section, size_t new_size,
elf_file.cc 263 // Helper for ResizeSection(). Adjust the main ELF header for the hole.
278 // Helper for ResizeSection(). Adjust all section headers for the hole.
303 // Helpers for ResizeSection(). On packing, reduce p_align for LOAD segments
363 // Helper for ResizeSection(). Adjust the offsets of any program headers
412 // Helper for ResizeSection(). Find the first loadable segment in the
433 // Helper for ResizeSection(). Rewrite program headers.
463 // Helper for ResizeSection(). Locate and return the dynamic section.
498 // Helper for ResizeSection(). Adjust the .dynamic section for the hole.
578 void ElfFile<ELF>::ResizeSection(Elf* elf, Elf_Scn* section, size_t new_size,
791 ResizeSection(elf_, relocations_section_, bytes
    [all...]

Completed in 107 milliseconds