Home
last modified time | relevance | path

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

/freebsd-14.2/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
259 lldb::SectionType GetSectionType(const ELFSectionHeaderInfo &H) const;
306 const ELFSectionHeaderInfo *rela_hdr,
338 const ELFSectionHeaderInfo *GetSectionHeaderByIndex(lldb::user_id_t id);
371 const ELFSectionHeaderInfo &sh);
H A DObjectFileELF.cpp870 const ELFSectionHeaderInfo *dynsym_hdr = GetSectionHeaderByIndex(dynsym_id); in GetImageInfoAddress()
941 const ELFSectionHeaderInfo &header = *I; in GetBaseAddress()
1476 const ELFSectionHeaderInfo &sheader = section_headers[strtab_idx]; in GetSectionHeaderInfo()
1485 const ELFSectionHeaderInfo &sheader = *I; in GetSectionHeaderInfo()
1628 const ObjectFileELF::ELFSectionHeaderInfo *
1895 const ELFSectionHeaderInfo &header = *I; in CreateSections()
2556 const ELFSectionHeaderInfo *rel_hdr, in ParseTrampolineSymbols()
2575 const ELFSectionHeaderInfo *plt_hdr = GetSectionHeaderByIndex(plt_id); in ParseTrampolineSymbols()
2579 const ELFSectionHeaderInfo *sym_hdr = GetSectionHeaderByIndex(symtab_id); in ParseTrampolineSymbols()
2958 const ELFSectionHeaderInfo *reloc_header = in ParseSymtab()
[all …]