Searched refs:ELFNote (Results 1 – 4 of 4) sorted by relevance
70 ELFNote info;
508 ELFNote note = ELFNote(); in parseSegment()
24 struct ELFNote { struct31 ELFNote() : n_namesz(0), n_descsz(0), n_type(0) {} in ELFNote() argument
215 bool ELFNote::Parse(const DataExtractor &data, lldb::offset_t *offset) { in Parse()1012 ELFNote note = ELFNote(); in RefineModuleDetailsFromNote()