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

/art/runtime/
H A Delf_file.cc206 Elf_Shdr* section_header = GetSectionHeader(i); local
207 if (section_header == nullptr) {
212 switch (section_header->sh_type) {
214 if (!CheckAndSet(section_header->sh_offset, "symtab",
221 if (!CheckAndSet(section_header->sh_offset, "dynsym",
229 if ((section_header->sh_flags & SHF_ALLOC) != 0) {
231 const char* header_name = GetString(*shstrtab_section_header, section_header->sh_name);
233 if (!CheckAndSet(section_header->sh_offset, "dynstr",
240 const char* header_name = GetString(*shstrtab_section_header, section_header->sh_name);
242 if (!CheckAndSet(section_header
312 Elf_Shdr* section_header = GetSectionHeader(i); local
714 uint8_t* section_header = GetSectionHeadersStart() + (i * GetHeader().e_shentsize); local
727 Elf_Shdr* section_header = GetSectionHeader(i); local
1002 GetRel(Elf_Shdr& section_header, Elf_Word i) const argument
1021 GetRela(Elf_Shdr& section_header, Elf_Word i) const argument
[all...]

Completed in 78 milliseconds