Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1636 ObjectFileELF::GetSectionHeaderByIndex(lldb::user_id_t id) { in GetSectionHeaderByIndex() function in ObjectFileELF
2410 const ELFSectionHeaderInfo *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in ParseSymbolTable()
2621 const ELFSectionHeaderInfo *plt_hdr = GetSectionHeaderByIndex(plt_id); in ParseTrampolineSymbols()
2625 const ELFSectionHeaderInfo *sym_hdr = GetSectionHeaderByIndex(symtab_id); in ParseTrampolineSymbols()
2907 const ELFSectionHeader *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in RelocateDebugSections()
2911 const ELFSectionHeader *debug_hdr = GetSectionHeaderByIndex(debug_id); in RelocateDebugSections()
3026 GetSectionHeaderByIndex(reloc_id); in ParseSymtab()
3851 GetSectionHeaderByIndex(dynamic->GetID())) { in GetDynstrData()
H A DObjectFileELF.h350 const ELFSectionHeaderInfo *GetSectionHeaderByIndex(lldb::user_id_t id);