Searched refs:ELFNote (Results 1 – 4 of 4) sorted by relevance
60 ELFNote info;
479 ELFNote note = ELFNote(); in parseSegment()
25 struct ELFNote { struct32 ELFNote() : n_namesz(0), n_descsz(0), n_type(0) {} in ELFNote() function
243 bool ELFNote::Parse(const DataExtractor &data, lldb::offset_t *offset) { in Parse()1180 ELFNote note = ELFNote(); in RefineModuleDetailsFromNote()