Home
last modified time | relevance | path

Searched refs:ELFSectionHeader (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp101 ELFSectionHeader section_zero; in ParseHeaderExtension()
222 ELFSectionHeader::ELFSectionHeader() { in ELFSectionHeader() function in ELFSectionHeader
223 memset(this, 0, sizeof(ELFSectionHeader)); in ELFSectionHeader()
226 bool ELFSectionHeader::Parse(const lldb_private::DataExtractor &data, in Parse()
H A DObjectFileELF.h174 struct ELFSectionHeaderInfo : public elf::ELFSectionHeader {
304 unsigned RelocateDebugSections(const elf::ELFSectionHeader *rel_hdr,
310 const elf::ELFSectionHeader *rel_hdr,
311 const elf::ELFSectionHeader *symtab_hdr,
312 const elf::ELFSectionHeader *debug_hdr,
H A DELFHeader.h172 struct ELFSectionHeader { struct
184 ELFSectionHeader(); argument
H A DObjectFileELF.cpp363 const elf::ELFSectionHeader &sect_hdr) { in kalimbaSectionType()
1823 static Permissions GetPermissions(const ELFSectionHeader &H) { in GetPermissions()
1868 VMRange GetVMRange(const ELFSectionHeader &H) { in GetVMRange()
2493 GetPltEntrySizeAndOffset(const ELFSectionHeader *rel_hdr, in GetPltEntrySizeAndOffset()
2494 const ELFSectionHeader *plt_hdr) { in GetPltEntrySizeAndOffset()
2528 const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ParsePLTRelocations()
2529 const ELFSectionHeader *plt_hdr, const ELFSectionHeader *sym_hdr, in ParsePLTRelocations()
2665 Symtab *symtab, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ApplyRelocations()
2666 const ELFSectionHeader *symtab_hdr, const ELFSectionHeader *debug_hdr, in ApplyRelocations()
2774 const ELFSectionHeader *debug_hdr = GetSectionHeaderByIndex(debug_id); in RelocateDebugSections()
[all …]