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

/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1298 const ELFSectionHeader *sym_hdr,
1335 lldb::offset_t symbol_offset = reloc_symbol(rel) * sym_hdr->sh_entsize;
1389 const ELFSectionHeaderInfo *sym_hdr = GetSectionHeaderByIndex(symtab_id); local
1390 if (!sym_hdr)
1410 Section *strtab = section_list->FindSectionByID(sym_hdr->sh_link + 1).get();
1436 sym_hdr,
1292 ParsePLTRelocations(Symtab *symbol_table, user_id_t start_id, unsigned rel_type, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, const ELFSectionHeader *plt_hdr, const ELFSectionHeader *sym_hdr, const lldb::SectionSP &plt_section_sp, DataExtractor &rel_data, DataExtractor &symtab_data, DataExtractor &strtab_data) argument

Completed in 234 milliseconds