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

Class NoteData

src/pystack/_pystack/elf_common.h:105–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103// Utility functions for accessing NOTE sections
104
105struct NoteData
106{
107 Elf* elf{nullptr};
108 Elf_Data* data{nullptr};
109 Elf64_Xword descriptor_size{0};
110 size_t desc_offset{0};
111 GElf_Nhdr nhdr{};
112};
113
114std::vector<NoteData>
115getNoteData(Elf* elf, Elf64_Word note_type, Elf_Type note_data_type);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected