HomeSort by relevance Sort by last modified time
    Searched refs:abbrevs (Results 1 - 20 of 20) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
reduced_debug_output.h 97 set_abbreviations(Output_reduced_debug_abbrev_section* abbrevs)
98 { associated_abbrev_ = abbrevs; }
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFCompileUnit.cpp 43 Abbrevs = abbr->getAbbreviationDeclarationSet(abbrOffset);
56 const DWARFAbbreviationDeclarationSet *abbrevs) {
64 bool abbrevsOK = debug_info_data.getU32(&offset) == abbrevs->getOffset();
65 Abbrevs = abbrevs;
82 Abbrevs = 0;
92 << " abbr_offset = " << format("0x%04x", Abbrevs->getOffset())
DWARFCompileUnit.h 28 const DWARFAbbreviationDeclarationSet *Abbrevs;
43 const DWARFAbbreviationDeclarationSet *abbrevs);
64 return Abbrevs;
  /external/e2fsprogs/lib/ss/
ss_internal.h 40 ss_abbrev_list abbrevs[127]; member in struct:__anon17838
  /external/google-breakpad/src/common/dwarf/
dwarf2reader_die_unittest.cc 112 abbrevs.start() = 0;
126 // to |info|, and whose .debug_abbrev section refers to |abbrevs|. This
133 assert(abbrevs.GetContents(&abbrevs_contents));
143 TestAbbrevTable abbrevs; member in struct:DIEFixture
164 Label abbrev_table = abbrevs.Here();
165 abbrevs.Abbrev(1, dwarf2reader::DW_TAG_compile_unit,
239 Label abbrev_table = abbrevs.Here();
240 abbrevs.Abbrev(1, tag, dwarf2reader::DW_children_no)
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
testranges.s 61 .byte 0x0 ;# abbrevs terminator
  /prebuilts/go/darwin-x86/src/cmd/internal/dwarf/
dwarf.go 90 * Defining Abbrevs. This is hardcoded, and there will be
92 * the ordering of attributes in the Abbrevs and DIEs, and we will
109 // Index into the abbrevs table below.
145 var abbrevs = [DW_NABRV]dwAbbrev{ var
404 buf = AppendUleb128(buf, uint64(abbrevs[i].tag))
405 buf = append(buf, byte(abbrevs[i].children))
406 for _, f := range abbrevs[i].attr {
549 for _, f := range abbrevs[abbrev].attr {
563 return abbrevs[die.Abbrev].children != 0
  /prebuilts/go/linux-x86/src/cmd/internal/dwarf/
dwarf.go 90 * Defining Abbrevs. This is hardcoded, and there will be
92 * the ordering of attributes in the Abbrevs and DIEs, and we will
109 // Index into the abbrevs table below.
145 var abbrevs = [DW_NABRV]dwAbbrev{ var
404 buf = AppendUleb128(buf, uint64(abbrevs[i].tag))
405 buf = append(buf, byte(abbrevs[i].children))
406 for _, f := range abbrevs[i].attr {
549 for _, f := range abbrevs[abbrev].attr {
563 return abbrevs[die.Abbrev].children != 0
  /external/llvm/utils/
llvm-compilers-check 211 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/
llvmbuild 256 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
  /toolchain/binutils/binutils-2.25/bfd/
dwarf2.c 223 struct abbrev_info **abbrevs; member in struct:comp_unit
783 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs)
789 abbrev = abbrevs[hash_number];
810 struct abbrev_info **abbrevs; local
823 abbrevs = (struct abbrev_info **) bfd_zalloc (abfd, amt);
824 if (abbrevs == NULL)
868 struct abbrev_info *abbrev = abbrevs[i];
892 cur_abbrev->next = abbrevs[hash_number];
893 abbrevs[hash_number] = cur_abbrev;
907 if (lookup_abbrev (abbrev_number,abbrevs) != NULL
2548 struct abbrev_info** abbrevs; local
3912 struct abbrev_info **abbrevs = each->abbrevs; local
    [all...]
  /external/e2fsprogs/e2fsck/
message.c 112 static const char *abbrevs[] = { variable
249 for (cpp = abbrevs; *cpp; cpp++) {
  /prebuilts/go/darwin-x86/src/debug/dwarf/
buf.go 38 // Some parts of DWARF have no data format, e.g., abbrevs.
  /prebuilts/go/linux-x86/src/debug/dwarf/
buf.go 38 // Some parts of DWARF have no data format, e.g., abbrevs.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pstats.py 664 abbrevs = self.stats.get_sort_arg_defs()
665 if line and all((x in abbrevs) for x in line.split()):
  /external/python/cpython2/Lib/
pstats.py 656 abbrevs = self.stats.get_sort_arg_defs()
657 if line and all((x in abbrevs) for x in line.split()):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pstats.py 656 abbrevs = self.stats.get_sort_arg_defs()
657 if line and all((x in abbrevs) for x in line.split()):
  /prebuilts/gdb/linux-x86/lib/python2.7/
pstats.py 656 abbrevs = self.stats.get_sort_arg_defs()
657 if line and all((x in abbrevs) for x in line.split()):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pstats.py 656 abbrevs = self.stats.get_sort_arg_defs()
657 if line and all((x in abbrevs) for x in line.split()):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pstats.py 656 abbrevs = self.stats.get_sort_arg_defs()
657 if line and all((x in abbrevs) for x in line.split()):

Completed in 519 milliseconds