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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp98 ELFSectionHeader section_zero;
216 // ELFSectionHeader
218 ELFSectionHeader::ELFSectionHeader() { function in class:ELFSectionHeader
219 memset(this, 0, sizeof(ELFSectionHeader));
222 bool ELFSectionHeader::Parse(const lldb_private::DataExtractor &data,
H A DObjectFileELF.h173 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,
H A DELFHeader.h157 /// \class ELFSectionHeader
159 struct ELFSectionHeader { struct in namespace:elf
171 ELFSectionHeader();
173 /// Parse an ELFSectionHeader entry from the given DataExtracter starting at
185 /// True if the ELFSectionHeader was successfully read and false
H A DObjectFileELF.cpp1638 static Permissions GetPermissions(const ELFSectionHeader &H) {
1685 VMRange GetVMRange(const ELFSectionHeader &H) {
1720 llvm::Optional<SectionAddressInfo> GetAddressInfo(const ELFSectionHeader &H) {
2381 GetPltEntrySizeAndOffset(const ELFSectionHeader *rel_hdr,
2382 const ELFSectionHeader *plt_hdr) {
2416 const ELFHeader *hdr, const ELFSectionHeader *rel_hdr,
2417 const ELFSectionHeader *plt_hdr, const ELFSectionHeader *sym_hdr,
2550 Symtab *symtab, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr,
2551 const ELFSectionHeader *symtab_hd
[all...]

Completed in 164 milliseconds