Searched defs:abbrevs (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Dmessage.c110 static const char *abbrevs[] = { variable
243 for (cpp = abbrevs; *cpp; cpp++) {
/external/e2fsprogs/lib/ss/
H A Dss_internal.h40 ss_abbrev_list abbrevs[127]; member in struct:__anon5173
/external/llvm/lib/DebugInfo/
H A DDWARFCompileUnit.cpp56 const DWARFAbbreviationDeclarationSet *abbrevs) {
64 bool abbrevsOK = debug_info_data.getU32(&offset) == abbrevs->getOffset();
65 Abbrevs = abbrevs;
55 extract(uint32_t offset, DataExtractor debug_info_data, const DWARFAbbreviationDeclarationSet *abbrevs) argument

Completed in 69 milliseconds