Home
last modified time | relevance | path

Searched refs:abbrevs (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader_die_unittest.cc112 abbrevs.start() = 0; in DIEFixture()
133 assert(abbrevs.GetContents(&abbrevs_contents)); in MakeSectionMap()
143 TestAbbrevTable abbrevs; member
164 Label abbrev_table = abbrevs.Here(); in TEST_P()
165 abbrevs.Abbrev(1, dwarf2reader::DW_TAG_compile_unit, in TEST_P()
239 Label abbrev_table = abbrevs.Here(); in StartSingleAttributeDIE()
240 abbrevs.Abbrev(1, tag, dwarf2reader::DW_children_no) in StartSingleAttributeDIE()
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFCompileUnit.cpp56 const DWARFAbbreviationDeclarationSet *abbrevs) { in extract() argument
64 bool abbrevsOK = debug_info_data.getU32(&offset) == abbrevs->getOffset(); in extract()
65 Abbrevs = abbrevs; in extract()
DDWARFCompileUnit.h43 const DWARFAbbreviationDeclarationSet *abbrevs);
/external/llvm/utils/
Dllvm-compilers-check211 abbrevs = dict(zip(paths, [base for base in unique_bases]))
213 return abbrevs
242 abbrevs = [abbrev[start_index:start_index+3]
247 abbrevs = dict(zip(unique_bases, abbrevs))
249 return abbrevs
/external/swiftshader/third_party/LLVM/utils/
Dllvmbuild256 abbrevs = dict(zip(paths, [base for base in unique_bases]))
258 return abbrevs
287 abbrevs = [abbrev[start_index:start_index+3]
292 abbrevs = dict(zip(unique_bases, abbrevs))
294 return abbrevs
/external/e2fsprogs/lib/ss/
Dss_internal.h40 ss_abbrev_list abbrevs[127]; member
/external/e2fsprogs/e2fsck/
Dmessage.c112 static const char *abbrevs[] = { variable
249 for (cpp = abbrevs; *cpp; cpp++) { in expand_at_expression()
/external/python/cpython2/Lib/
Dpstats.py656 abbrevs = self.stats.get_sort_arg_defs()
657 if line and all((x in abbrevs) for x in line.split()):