Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h178 struct ELFSectionHeaderInfo : public elf::ELFSectionHeader { struct
182 typedef std::vector<ELFSectionHeaderInfo> SectionHeaderColl; argument
270 lldb::SectionType GetSectionType(const ELFSectionHeaderInfo &H) const;
318 const ELFSectionHeaderInfo *rela_hdr,
350 const ELFSectionHeaderInfo *GetSectionHeaderByIndex(lldb::user_id_t id);
383 const ELFSectionHeaderInfo &sh);
H A DObjectFileELF.cpp965 const ELFSectionHeaderInfo &header = *I; in GetBaseAddress()
1483 const ELFSectionHeaderInfo &sheader = section_headers[strtab_idx]; in GetSectionHeaderInfo()
1492 const ELFSectionHeaderInfo &sheader = *I; in GetSectionHeaderInfo()
1635 const ObjectFileELF::ELFSectionHeaderInfo *
1674 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { in GetSectionType()
1910 const ELFSectionHeaderInfo &header = *I; in CreateSections()
2410 const ELFSectionHeaderInfo *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in ParseSymbolTable()
2602 const ELFSectionHeaderInfo *rel_hdr, in ParseTrampolineSymbols()
2621 const ELFSectionHeaderInfo *plt_hdr = GetSectionHeaderByIndex(plt_id); in ParseTrampolineSymbols()
2625 const ELFSectionHeaderInfo *sym_hdr = GetSectionHeaderByIndex(symtab_id); in ParseTrampolineSymbols()
[all …]