Searched refs:abbrev (Results 1 - 21 of 21) sorted by path

/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf2.c168 /* The abbrev hash table. */
216 /* This data structure holds the information of an abbrev. */
219 unsigned int number; /* Number identifying abbrev. */
396 /* Lookup an abbrev_info structure in the abbrev hash table. */
402 struct abbrev_info *abbrev; local
405 abbrev = abbrevs[hash_number];
407 while (abbrev)
409 if (abbrev->number == number)
410 return abbrev;
412 abbrev
503 struct abbrev_info *abbrev = abbrevs[i]; local
683 read_attribute(struct attribute *attr, struct attr_abbrev *abbrev, struct comp_unit *unit, bfd_byte *info_ptr) argument
1569 struct abbrev_info *abbrev; local
1679 struct abbrev_info *abbrev; local
1907 struct abbrev_info *abbrev; local
2677 struct abbrev_info *abbrev = abbrevs[i]; local
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c329 abbrev_entry *abbrev; local
331 for (abbrev = first_abbrev; abbrev;)
333 abbrev_entry *next = abbrev->next;
336 for (attr = abbrev->first_attr; attr;)
344 free (abbrev);
345 abbrev = next;
1586 load_debug_section (abbrev, file);
1587 if (debug_displays [abbrev].section.start == NULL)
1590 debug_displays [abbrev]
[all...]
H A Ddwarf.h50 abbrev = 0, enumerator in enum:dwarf_section_display_enum
H A Dobjdump.c2114 if (i != info && i != abbrev)
H A Dreadelf.c2785 --debug-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=str,=loc,=Ranges]\n\
3036 { "abbrev", & do_debug_abbrevs },
4173 || (do_debug_abbrevs && streq (name, "abbrev"))
7992 if (i != info && i != abbrev)
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_abbrev.c62 dwarf_get_abbrev_tag(Dwarf_Abbrev abbrev, Dwarf_Half *return_tag, argument
66 if (abbrev == NULL || return_tag == NULL) {
71 *return_tag = (Dwarf_Half) abbrev->ab_tag;
77 dwarf_get_abbrev_code(Dwarf_Abbrev abbrev, Dwarf_Unsigned *return_code, argument
81 if (abbrev == NULL || return_code == NULL) {
86 *return_code = abbrev->ab_entry;
92 dwarf_get_abbrev_children_flag(Dwarf_Abbrev abbrev, Dwarf_Signed *return_flag, argument
96 if (abbrev == NULL || return_flag == NULL) {
101 *return_flag = (Dwarf_Signed) abbrev->ab_children;
107 dwarf_get_abbrev_entry(Dwarf_Abbrev abbrev, Dwarf_Signe argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2out.c5762 fprintf (outfile, " abbrev id: %lu", die->die_abbrev);
6548 dw_die_ref abbrev = abbrev_die_table[abbrev_id];
6553 if (abbrev->die_tag != die->die_tag)
6555 if ((abbrev->die_child != NULL) != (die->die_child != NULL))
6558 if (VEC_length (dw_attr_node, abbrev->die_attr)
6564 abbrev_a = VEC_index (dw_attr_node, abbrev->die_attr, ix);
6915 dw_die_ref abbrev = abbrev_die_table[abbrev_id];
6919 dw2_asm_output_data_uleb128 (abbrev_id, "(abbrev code)");
6920 dw2_asm_output_data_uleb128 (abbrev->die_tag, "(TAG: %s)",
6921 dwarf_tag_name (abbrev
6539 dw_die_ref abbrev = abbrev_die_table[abbrev_id]; local
6904 dw_die_ref abbrev = abbrev_die_table[abbrev_id]; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c317 unsigned int abbrev; member in struct:partial_die_info
327 /* This data structure holds the information of an abbrev. */
330 unsigned int number; /* number identifying abbrev */
348 unsigned int abbrev; /* Abbrev number */ member in struct:die_info
4272 /* loop until we reach an abbrev number of 0 */
4277 /* read in abbrev header */
4312 always properly terminated with an abbrev number of 0.
4327 /* Empty the abbrev table for a new compilation unit. */
4333 struct abbrev_info *abbrev, *next; local
4341 abbrev
4360 struct abbrev_info *abbrev; local
4382 struct abbrev_info *abbrev; local
4525 struct abbrev_info *abbrev; local
4697 read_attribute(struct attribute *attr, struct attr_abbrev *abbrev, bfd *abfd, char *info_ptr, struct dwarf2_cu *cu) argument
7672 struct abbrev_info *abbrev; local
[all...]
H A Dwince.c112 int abbrev; member in struct:opts
1956 if (len >= upload_options[i].abbrev &&
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js148 'class': [ NAMESPACE, CLASS_DEFAULT, options.style.classes, NAMESPACE + '-pos-' + options.position.my.abbrev() ].join(' '),
932 C.abbrev = 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())) {
/freebsd-11-stable/contrib/ntp/libntp/
H A Dclocktypes.c120 return (clk->abbrev);
/freebsd-11-stable/contrib/nvi/common/
H A Doptions.c245 typedef struct abbrev { struct
250 static OABBREV const abbrev[] = { variable
1060 if ((ap = bsearch(&atmp, abbrev, sizeof(abbrev) / sizeof(OABBREV) - 1,
/freebsd-11-stable/crypto/openssh/
H A Dlogintest.c225 char full[17], strip[9], abbrev[5]; local
229 memset(abbrev, '\0', sizeof(abbrev));
233 line_abbrevname(abbrev, full, sizeof(abbrev)-1);
234 printf("%s: %s, %s, %s\n", line, full, strip, abbrev);
/freebsd-11-stable/usr.bin/find/
H A Dgetdate.y675 int abbrev;
693 abbrev = 1;
695 abbrev = 1;
699 abbrev = 0;
702 if (abbrev) {
/freebsd-11-stable/usr.sbin/fifolog/lib/
H A Dgetdate.y664 int abbrev;
682 abbrev = 1;
684 abbrev = 1;
688 abbrev = 0;
691 if (abbrev) {
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_getdate.c520 size_t abbrev; member in struct:LEXICON
924 size_t abbrev = tp->abbrev; local
925 if (abbrev == 0)
926 abbrev = strlen(tp->name);
927 if (strlen(buff) >= abbrev
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp873 const Section &abbrev,
899 auto abbrevData = dataExtractorFromSection(normalizedFile, abbrev);
871 readCompUnit(const NormalizedFile &normalizedFile, const Section &info, const Section &abbrev, const Section &strings, StringRef path) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp522 DWARFDebugAbbrev *abbrev = DebugAbbrev(); local
523 if (abbrev) {
525 abbrev->GetUnsupportedForms(invalid_forms);
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_refclock.h31 const char *abbrev; /* short description */ member in struct:clktype
/freebsd-11-stable/contrib/tzdata/
H A DMakefile593 --abbrev=7 --dirty` || \
/freebsd-11-stable/sys/conf/
H A Dnewvers.sh220 git_b=$($git_cmd rev-parse --abbrev-ref HEAD)

Completed in 521 milliseconds