Searched refs:section_headers (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp559 SectionHeaderColl section_headers; local
562 GetSectionHeaderInfo(section_headers, data, header, uuid,
1308 size_t ObjectFileELF::GetSectionHeaderInfo(SectionHeaderColl &section_headers, argument
1316 if (!section_headers.empty())
1317 return section_headers.size();
1373 section_headers.resize(header.e_shnum);
1374 if (section_headers.size() != header.e_shnum)
1386 if (!section_headers[idx].Parse(sh_data, &offset))
1389 if (idx < section_headers.size())
1390 section_headers
[all...]
H A DObjectFileELF.h262 static size_t GetSectionHeaderInfo(SectionHeaderColl &section_headers,

Completed in 144 milliseconds