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

/art/runtime/
H A Delf_file.cc211 Elf_Shdr* section_header = GetSectionHeader(i); local
212 if (section_header == nullptr) {
217 switch (section_header->sh_type) {
219 if (!CheckAndSet(section_header->sh_offset, "symtab",
226 if (!CheckAndSet(section_header->sh_offset, "dynsym",
234 if ((section_header->sh_flags & SHF_ALLOC) != 0) {
236 const char* header_name = GetString(*shstrtab_section_header, section_header->sh_name);
238 if (!CheckAndSet(section_header->sh_offset, "dynstr",
245 const char* header_name = GetString(*shstrtab_section_header, section_header->sh_name);
247 if (!CheckAndSet(section_header
317 Elf_Shdr* section_header = GetSectionHeader(i); local
719 uint8_t* section_header = GetSectionHeadersStart() + (i * GetHeader().e_shentsize); local
732 Elf_Shdr* section_header = GetSectionHeader(i); local
1007 GetRel(Elf_Shdr& section_header, Elf_Word i) const argument
1026 GetRela(Elf_Shdr& section_header, Elf_Word i) const argument
[all...]

Completed in 28 milliseconds