Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h177 struct ELFSectionHeaderInfo : public elf::ELFSectionHeader { struct
181 typedef std::vector<ELFSectionHeaderInfo> SectionHeaderColl; argument
258 lldb::SectionType GetSectionType(const ELFSectionHeaderInfo &H) const;
305 const ELFSectionHeaderInfo *rela_hdr,
337 const ELFSectionHeaderInfo *GetSectionHeaderByIndex(lldb::user_id_t id);
370 const ELFSectionHeaderInfo &sh);
H A DObjectFileELF.cpp841 const ELFSectionHeaderInfo *dynsym_hdr = GetSectionHeaderByIndex(dynsym_id); in GetImageInfoAddress()
1437 const ELFSectionHeaderInfo &sheader = section_headers[strtab_idx]; in GetSectionHeaderInfo()
1446 const ELFSectionHeaderInfo &sheader = *I; in GetSectionHeaderInfo()
1589 const ObjectFileELF::ELFSectionHeaderInfo *
1849 const ELFSectionHeaderInfo &header = *I; in CreateSections()
2334 const ELFSectionHeaderInfo *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in ParseSymbolTable()
2527 const ELFSectionHeaderInfo *rel_hdr, in ParseTrampolineSymbols()
2546 const ELFSectionHeaderInfo *plt_hdr = GetSectionHeaderByIndex(plt_id); in ParseTrampolineSymbols()
2550 const ELFSectionHeaderInfo *sym_hdr = GetSectionHeaderByIndex(symtab_id); in ParseTrampolineSymbols()
2805 const ELFSectionHeaderInfo *reloc_header = in ParseSymtab()
[all …]