Home
last modified time | relevance | path

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

/bionic/tools/relocation_packer/src/
Delf_file.cc62 const void* section_data, in RewriteSectionData() argument
67 memcpy(area, section_data, size); in RewriteSectionData()
571 void* section_data = &dynamics[0]; in AdjustDynamicSectionForHole() local
573 RewriteSectionData(dynamic_section, section_data, bytes); in AdjustDynamicSectionForHole()
895 const void* section_data = nullptr; in UnpackTypedRelocations() local
898 section_data = &unpacked_relocations[0]; in UnpackTypedRelocations()
901 section_data = &unpacked_rel_relocations[0]; in UnpackTypedRelocations()
908 RewriteSectionData(relocations_section_, section_data, unpacked_bytes); in UnpackTypedRelocations()