Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.h210 struct ELFSectionHeaderInfo : public elf::ELFSectionHeader struct
214 typedef std::vector<ELFSectionHeaderInfo> SectionHeaderColl; argument
336 const ELFSectionHeaderInfo *rela_hdr,
366 const ELFSectionHeaderInfo *
406 const ELFSectionHeaderInfo& sh);
HDObjectFileELF.cpp1064 const ELFSectionHeaderInfo *dynsym_hdr = GetSectionHeaderByIndex(dynsym_id); in GetImageInfoAddress()
1138 const ELFSectionHeaderInfo *header = GetSectionHeaderByIndex (dynsym->GetID()); in ParseDependentModules()
1493 const ELFSectionHeaderInfo &sheader = section_headers[strtab_idx]; in GetSectionHeaderInfo()
1504 const ELFSectionHeaderInfo &header = *I; in GetSectionHeaderInfo()
1614 const ObjectFileELF::ELFSectionHeaderInfo *
1647 const ELFSectionHeaderInfo &header = *I; in CreateSections()
2129 const ELFSectionHeaderInfo *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in ParseSymbolTable()
2337 const ELFSectionHeaderInfo *rel_hdr, in ParseTrampolineSymbols()
2361 const ELFSectionHeaderInfo *plt_hdr = GetSectionHeaderByIndex(plt_id); in ParseTrampolineSymbols()
2365 const ELFSectionHeaderInfo *sym_hdr = GetSectionHeaderByIndex(symtab_id); in ParseTrampolineSymbols()
[all …]