Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h198 struct ELFSectionHeaderInfo : public elf::ELFSectionHeader struct
202 typedef std::vector<ELFSectionHeaderInfo> SectionHeaderColl; argument
303 const ELFSectionHeaderInfo *rela_hdr,
307 const ELFSectionHeaderInfo *
347 const ELFSectionHeaderInfo& sh);
DObjectFileELF.cpp616 const ELFSectionHeaderInfo *dynsym_hdr = GetSectionHeaderByIndex(dynsym_id); in GetImageInfoAddress()
690 const ELFSectionHeaderInfo *header = GetSectionHeaderByIndex (dynsym->GetID()); in ParseDependentModules()
835 const ELFSectionHeaderInfo &sheader = section_headers[strtab_idx]; in GetSectionHeaderInfo()
846 const ELFSectionHeaderInfo &header = *I; in GetSectionHeaderInfo()
918 const ObjectFileELF::ELFSectionHeaderInfo *
940 const ELFSectionHeaderInfo &header = *I; in CreateSections()
1273 const ELFSectionHeaderInfo *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in ParseSymbolTable()
1454 const ELFSectionHeaderInfo *rel_hdr, in ParseTrampolineSymbols()
1471 const ELFSectionHeaderInfo *plt_hdr = GetSectionHeaderByIndex(plt_id); in ParseTrampolineSymbols()
1475 const ELFSectionHeaderInfo *sym_hdr = GetSectionHeaderByIndex(symtab_id); in ParseTrampolineSymbols()
[all …]