Searched refs:GetSectionHeaderByIndex (Results 1 – 2 of 2) sorted by relevance
983 const ELFSectionHeaderInfo *dynsym_hdr = GetSectionHeaderByIndex(dynsym_id); in GetImageInfoAddress()1087 const ELFSectionHeaderInfo *header = GetSectionHeaderByIndex(dynsym->GetID()); in ParseDependentModules()1727 ObjectFileELF::GetSectionHeaderByIndex(lldb::user_id_t id) { in GetSectionHeaderByIndex() function in ObjectFileELF2399 const ELFSectionHeaderInfo *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in ParseSymbolTable()2614 const ELFSectionHeaderInfo *plt_hdr = GetSectionHeaderByIndex(plt_id); in ParseTrampolineSymbols()2618 const ELFSectionHeaderInfo *sym_hdr = GetSectionHeaderByIndex(symtab_id); in ParseTrampolineSymbols()2770 const ELFSectionHeader *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in RelocateDebugSections()2774 const ELFSectionHeader *debug_hdr = GetSectionHeaderByIndex(debug_id); in RelocateDebugSections()2861 GetSectionHeaderByIndex(reloc_id); in GetSymtab()
332 const ELFSectionHeaderInfo *GetSectionHeaderByIndex(lldb::user_id_t id);