Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp841 const ELFSectionHeaderInfo *dynsym_hdr = GetSectionHeaderByIndex(dynsym_id); in GetImageInfoAddress()
942 const ELFSectionHeaderInfo *header = GetSectionHeaderByIndex(dynsym->GetID()); in ParseDependentModules()
1590 ObjectFileELF::GetSectionHeaderByIndex(lldb::user_id_t id) { in GetSectionHeaderByIndex() function in ObjectFileELF
2334 const ELFSectionHeaderInfo *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in ParseSymbolTable()
2546 const ELFSectionHeaderInfo *plt_hdr = GetSectionHeaderByIndex(plt_id); in ParseTrampolineSymbols()
2550 const ELFSectionHeaderInfo *sym_hdr = GetSectionHeaderByIndex(symtab_id); in ParseTrampolineSymbols()
2707 const ELFSectionHeader *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in RelocateDebugSections()
2711 const ELFSectionHeader *debug_hdr = GetSectionHeaderByIndex(debug_id); in RelocateDebugSections()
2806 GetSectionHeaderByIndex(reloc_id); in ParseSymtab()
H A DObjectFileELF.h337 const ELFSectionHeaderInfo *GetSectionHeaderByIndex(lldb::user_id_t id);