Home
last modified time | relevance | path

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

/bionic/tools/relocation_packer/src/
Delf_file.cc112 const Shdr* section_header) { in VerboseLogSectionHeader() argument
114 VLOG(1) << " sh_addr = " << section_header->sh_addr; in VerboseLogSectionHeader()
115 VLOG(1) << " sh_offset = " << section_header->sh_offset; in VerboseLogSectionHeader()
116 VLOG(1) << " sh_size = " << section_header->sh_size; in VerboseLogSectionHeader()
117 VLOG(1) << " sh_entsize = " << section_header->sh_entsize; in VerboseLogSectionHeader()
118 VLOG(1) << " sh_addralign = " << section_header->sh_addralign; in VerboseLogSectionHeader()
199 auto section_header = ELF::getshdr(section); in Load() local
200 std::string name = elf_strptr(elf, string_index, section_header->sh_name); in Load()
201 VerboseLogSectionHeader(name, section_header); in Load()
204 if (section_header->sh_type == SHT_REL || section_header->sh_type == SHT_ANDROID_REL) { in Load()
[all …]