reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
173 struct ELFSectionHeaderInfo : public elf::ELFSectionHeader {
98 ELFSectionHeader section_zero; 219 memset(this, 0, sizeof(ELFSectionHeader));tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
1635 static Permissions GetPermissions(const ELFSectionHeader &H) { 1682 VMRange GetVMRange(const ELFSectionHeader &H) { 1717 llvm::Optional<SectionAddressInfo> GetAddressInfo(const ELFSectionHeader &H) { 2376 GetPltEntrySizeAndOffset(const ELFSectionHeader *rel_hdr, 2377 const ELFSectionHeader *plt_hdr) { 2411 const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, 2412 const ELFSectionHeader *plt_hdr, const ELFSectionHeader *sym_hdr, 2412 const ELFSectionHeader *plt_hdr, const ELFSectionHeader *sym_hdr, 2545 Symtab *symtab, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, 2546 const ELFSectionHeader *symtab_hdr, const ELFSectionHeader *debug_hdr, 2546 const ELFSectionHeader *symtab_hdr, const ELFSectionHeader *debug_hdr, 2637 unsigned ObjectFileELF::RelocateDebugSections(const ELFSectionHeader *rel_hdr, 2650 const ELFSectionHeader *symtab_hdr = GetSectionHeaderByIndex(symtab_id); 2654 const ELFSectionHeader *debug_hdr = GetSectionHeaderByIndex(debug_id); 2856 const ELFSectionHeader &reloc_header = *I;tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
173 struct ELFSectionHeaderInfo : public elf::ELFSectionHeader { 307 unsigned RelocateDebugSections(const elf::ELFSectionHeader *rel_hdr, 313 const elf::ELFSectionHeader *rel_hdr, 314 const elf::ELFSectionHeader *symtab_hdr, 315 const elf::ELFSectionHeader *debug_hdr,