| /NextBSD/contrib/elftoolchain/libdwarf/ |
| HD | dwarf_abbrev.c | 62 dwarf_get_abbrev_tag(Dwarf_Abbrev abbrev, Dwarf_Half *return_tag, in dwarf_get_abbrev_tag() argument 66 if (abbrev == NULL || return_tag == NULL) { in dwarf_get_abbrev_tag() 71 *return_tag = (Dwarf_Half) abbrev->ab_tag; in dwarf_get_abbrev_tag() 77 dwarf_get_abbrev_code(Dwarf_Abbrev abbrev, Dwarf_Unsigned *return_code, in dwarf_get_abbrev_code() argument 81 if (abbrev == NULL || return_code == NULL) { in dwarf_get_abbrev_code() 86 *return_code = abbrev->ab_entry; in dwarf_get_abbrev_code() 92 dwarf_get_abbrev_children_flag(Dwarf_Abbrev abbrev, Dwarf_Signed *return_flag, in dwarf_get_abbrev_children_flag() argument 96 if (abbrev == NULL || return_flag == NULL) { in dwarf_get_abbrev_children_flag() 101 *return_flag = (Dwarf_Signed) abbrev->ab_children; in dwarf_get_abbrev_children_flag() 107 dwarf_get_abbrev_entry(Dwarf_Abbrev abbrev, Dwarf_Signed ndx, in dwarf_get_abbrev_entry() argument [all …]
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | dwarf2.c | 402 struct abbrev_info *abbrev; in lookup_abbrev() local 405 abbrev = abbrevs[hash_number]; in lookup_abbrev() 407 while (abbrev) in lookup_abbrev() 409 if (abbrev->number == number) in lookup_abbrev() 410 return abbrev; in lookup_abbrev() 412 abbrev = abbrev->next; in lookup_abbrev() 503 struct abbrev_info *abbrev = abbrevs[i]; in read_abbrevs() local 505 while (abbrev) in read_abbrevs() 507 free (abbrev->attrs); in read_abbrevs() 508 abbrev = abbrev->next; in read_abbrevs() [all …]
|
| HD | ChangeLog-0001 | 3618 (parse_comp_unit): Call it to find the abbrev offset addend.
|
| /NextBSD/crypto/openssh/ |
| HD | logintest.c | 225 char full[17], strip[9], abbrev[5]; in testLineName() local 229 memset(abbrev, '\0', sizeof(abbrev)); in testLineName() 233 line_abbrevname(abbrev, full, sizeof(abbrev)-1); in testLineName() 234 printf("%s: %s, %s, %s\n", line, full, strip, abbrev); in testLineName()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | dwarf2read.c | 317 unsigned int abbrev; member 348 unsigned int abbrev; /* Abbrev number */ member 4333 struct abbrev_info *abbrev, *next; in dwarf2_empty_abbrev_table() local 4341 abbrev = abbrevs[i]; in dwarf2_empty_abbrev_table() 4342 while (abbrev) in dwarf2_empty_abbrev_table() 4344 next = abbrev->next; in dwarf2_empty_abbrev_table() 4345 xfree (abbrev->attrs); in dwarf2_empty_abbrev_table() 4346 xfree (abbrev); in dwarf2_empty_abbrev_table() 4347 abbrev = next; in dwarf2_empty_abbrev_table() 4360 struct abbrev_info *abbrev; in dwarf2_lookup_abbrev() local [all …]
|
| HD | wince.c | 112 int abbrev; member 1956 if (len >= upload_options[i].abbrev && in set_upload_type()
|
| /NextBSD/usr.sbin/fifolog/lib/ |
| HD | getdate.y | 663 int abbrev; in LookupWord() local 681 abbrev = 1; in LookupWord() 683 abbrev = 1; in LookupWord() 687 abbrev = 0; in LookupWord() 690 if (abbrev) { in LookupWord()
|
| /NextBSD/usr.bin/find/ |
| HD | getdate.y | 674 int abbrev; in LookupWord() local 692 abbrev = 1; in LookupWord() 694 abbrev = 1; in LookupWord() 698 abbrev = 0; in LookupWord() 701 if (abbrev) { in LookupWord()
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | dwarf.c | 329 abbrev_entry *abbrev; in free_abbrevs() local 331 for (abbrev = first_abbrev; abbrev;) in free_abbrevs() 333 abbrev_entry *next = abbrev->next; in free_abbrevs() 336 for (attr = abbrev->first_attr; attr;) in free_abbrevs() 344 free (abbrev); in free_abbrevs() 345 abbrev = next; in free_abbrevs() 1586 load_debug_section (abbrev, file); in process_debug_info() 1587 if (debug_displays [abbrev].section.start == NULL) in process_debug_info() 1590 debug_displays [abbrev].section.name); in process_debug_info() 1679 if (compunit.cu_abbrev_offset >= debug_displays [abbrev].section.size) in process_debug_info() [all …]
|
| HD | dwarf.h | 50 abbrev = 0, enumerator
|
| HD | ChangeLog | 641 abbrev offsets.
|
| HD | objdump.c | 2109 if (i != info && i != abbrev) in dump_dwarf_section()
|
| HD | readelf.c | 7989 if (i != info && i != abbrev) in display_debug_section()
|
| /NextBSD/contrib/libarchive/libarchive/ |
| HD | archive_getdate.c | 519 size_t abbrev; member 836 size_t abbrev = tp->abbrev; in nexttoken() local 837 if (abbrev == 0) in nexttoken() 838 abbrev = strlen(tp->name); in nexttoken() 839 if (strlen(buff) >= abbrev in nexttoken()
|
| /NextBSD/contrib/ntp/libntp/ |
| HD | clocktypes.c | 120 return (clk->abbrev); in clockname()
|
| /NextBSD/contrib/nvi/common/ |
| HD | options.c | 245 typedef struct abbrev { struct 250 static OABBREV const abbrev[] = { variable 1060 if ((ap = bsearch(&atmp, abbrev, sizeof(abbrev) / sizeof(OABBREV) - 1, in opts_search()
|
| /NextBSD/contrib/ntp/include/ |
| HD | ntp_refclock.h | 36 const char *abbrev; /* short description */ member
|
| /NextBSD/sys/conf/ |
| HD | newvers.sh | 192 git_b=`$git_cmd rev-parse --abbrev-ref HEAD`
|
| /NextBSD/contrib/libxo/xohtml/external/ |
| HD | jquery.qtip.js | 148 …ASS_DEFAULT, options.style.classes, NAMESPACE + '-pos-' + options.position.my.abbrev() ].join(' '), 932 C.abbrev = function() { function 2112 isCenter = corner.abbrev() === 'c', 2153 return tips[ corner.abbrev() ]; 2161 if( (this.enabled = !!this.corner && this.corner.abbrev() !== 'c') ) { 2648 if(newMy && cache.lastClass !== (newClass = NAMESPACE + '-pos-' + newMy.abbrev())) {
|
| /NextBSD/contrib/gcc/ |
| HD | dwarf2out.c | 6539 dw_die_ref abbrev = abbrev_die_table[abbrev_id]; in build_abbrev_table() local 6544 if (abbrev->die_tag != die->die_tag) in build_abbrev_table() 6546 if ((abbrev->die_child != NULL) != (die->die_child != NULL)) in build_abbrev_table() 6549 if (VEC_length (dw_attr_node, abbrev->die_attr) in build_abbrev_table() 6555 abbrev_a = VEC_index (dw_attr_node, abbrev->die_attr, ix); in build_abbrev_table() 6904 dw_die_ref abbrev = abbrev_die_table[abbrev_id]; in output_abbrev_section() local 6909 dw2_asm_output_data_uleb128 (abbrev->die_tag, "(TAG: %s)", in output_abbrev_section() 6910 dwarf_tag_name (abbrev->die_tag)); in output_abbrev_section() 6912 if (abbrev->die_child != NULL) in output_abbrev_section() 6917 for (ix = 0; VEC_iterate (dw_attr_node, abbrev->die_attr, ix, a_attr); in output_abbrev_section()
|
| HD | FSFChangeLog.11 | 9911 (build_abbrev_table): Need new abbrev if size of constant differs.
|
| /NextBSD/contrib/binutils/bfd/po/ |
| HD | bfd.pot | 562 msgid "Dwarf Error: Could not find abbrev number %u." 581 msgid "Dwarf Error: Bad abbrev number: %u."
|
| /NextBSD/contrib/binutils/binutils/po/ |
| HD | binutils.pot | 1391 "Debug info is corrupted, abbrev offset is invalid (section is %lu bytes)\n" 3393 " --debug-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=str,"
|
| /NextBSD/contrib/binutils/binutils/doc/ |
| HD | binutils.texi | 3600 …@option{--debug-dump}[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=l… 3725 @itemx --debug-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,…
|
| /NextBSD/ |
| HD | ObsoleteFiles.inc | 6737 OLD_FILES+=usr/libdata/perl/5.00503/abbrev.pl
|