Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1064 const ELFSectionHeaderInfo *dynsym_hdr = GetSectionHeaderByIndex(dynsym_id); in GetImageInfoAddress()
1138 const ELFSectionHeaderInfo *header = GetSectionHeaderByIndex (dynsym->GetID()); in ParseDependentModules()
1615 ObjectFileELF::GetSectionHeaderByIndex(lldb::user_id_t id) in GetSectionHeaderByIndex() function in ObjectFileELF
2129 const ELFSectionHeaderInfo *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in ParseSymbolTable()
2361 const ELFSectionHeaderInfo *plt_hdr = GetSectionHeaderByIndex(plt_id); in ParseTrampolineSymbols()
2365 const ELFSectionHeaderInfo *sym_hdr = GetSectionHeaderByIndex(symtab_id); in ParseTrampolineSymbols()
2514 const ELFSectionHeader *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in RelocateDebugSections()
2518 const ELFSectionHeader *debug_hdr = GetSectionHeaderByIndex(debug_id); in RelocateDebugSections()
2604 const ELFSectionHeaderInfo *reloc_header = GetSectionHeaderByIndex(reloc_id); in GetSymtab()
HDObjectFileELF.h367 GetSectionHeaderByIndex(lldb::user_id_t id);