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

  /external/e2fsprogs/e2fsck/
message.c 112 static const char *abbrevs[] = { variable
249 for (cpp = abbrevs; *cpp; cpp++) {
  /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)
  /external/e2fsprogs/lib/ss/
ss_internal.h 40 ss_abbrev_list abbrevs[127]; member in struct:__anon19056
  /prebuilts/go/darwin-x86/src/cmd/internal/dwarf/
dwarf.go 289 * Defining Abbrevs. This is hardcoded, and there will be
291 * the ordering of attributes in the Abbrevs and DIEs, and we will
311 // Index into the abbrevs table below.
362 var abbrevs = [DW_NABRV]dwAbbrev{ var
793 buf = AppendUleb128(buf, uint64(abbrevs[i].tag))
794 buf = append(buf, byte(abbrevs[i].children))
795 for _, f := range abbrevs[i].attr {
937 for _, f := range abbrevs[abbrev].attr {
951 return abbrevs[die.Abbrev].children != 0
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/dwarf/
dwarf.go 289 * Defining Abbrevs. This is hardcoded, and there will be
291 * the ordering of attributes in the Abbrevs and DIEs, and we will
311 // Index into the abbrevs table below.
362 var abbrevs = [DW_NABRV]dwAbbrev{ var
793 buf = AppendUleb128(buf, uint64(abbrevs[i].tag))
794 buf = append(buf, byte(abbrevs[i].children))
795 for _, f := range abbrevs[i].attr {
937 for _, f := range abbrevs[abbrev].attr {
951 return abbrevs[die.Abbrev].children != 0
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
dwarf2.c 223 struct abbrev_info **abbrevs; member in struct:comp_unit
846 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs)
852 abbrev = abbrevs[hash_number];
873 struct abbrev_info **abbrevs; local
890 abbrevs = (struct abbrev_info **) bfd_zalloc (abfd, amt);
891 if (abbrevs == NULL)
936 struct abbrev_info *abbrev = abbrevs[i];
960 cur_abbrev->next = abbrevs[hash_number];
961 abbrevs[hash_number] = cur_abbrev;
975 if (lookup_abbrev (abbrev_number, abbrevs) != NULL
2735 struct abbrev_info** abbrevs; local
4206 struct abbrev_info **abbrevs = each->abbrevs; local
    [all...]

Completed in 200 milliseconds