MCPcopy Create free account
hub / github.com/bloomberg/pystack / SectionInfo

Class SectionInfo

src/pystack/_pystack/elf_common.h:117–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115getNoteData(Elf* elf, Elf64_Word note_type, Elf_Type note_data_type);
116
117struct SectionInfo
118{
119 std::string name;
120 std::string flags;
121 uintptr_t addr;
122 uintptr_t corrected_addr;
123 off_t offset;
124 size_t size;
125};
126
127bool
128getSectionInfo(const std::string& filename, const std::string& section_name, SectionInfo* result);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected