Searched refs:abbrev (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Ddwarf2.c142 /* The abbrev hash table. */
179 /* This data structure holds the information of an abbrev. */
182 unsigned int number; /* Number identifying abbrev. */
399 /* Lookup an abbrev_info structure in the abbrev hash table. */
405 struct abbrev_info *abbrev; local
408 abbrev = abbrevs[hash_number];
410 while (abbrev)
412 if (abbrev->number == number)
413 return abbrev;
415 abbrev
666 read_attribute(struct attribute *attr, struct attr_abbrev *abbrev, struct comp_unit *unit, char *info_ptr) argument
1336 struct abbrev_info *abbrev; local
1444 struct abbrev_info *abbrev; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2read.c310 /* Storage for the abbrev table. */
495 /* This data structure holds the information of an abbrev. */
498 unsigned int number; /* number identifying abbrev */
516 unsigned int abbrev; /* Abbrev number */ member in struct:die_info
768 struct abbrev_info *abbrev, unsigned int,
1026 static char *skip_one_die (char *info_ptr, struct abbrev_info *abbrev,
1425 struct abbrev_info *abbrev; local
1454 abbrev = peek_die_abbrev (info_ptr, &bytes_read, &cu);
1455 info_ptr = read_partial_die (&comp_unit_die, abbrev, bytes_read,
1562 struct abbrev_info *abbrev; local
2145 struct abbrev_info *abbrev; local
2169 struct abbrev_info *abbrev; local
2189 skip_one_die(char *info_ptr, struct abbrev_info *abbrev, struct dwarf2_cu *cu) argument
5069 struct abbrev_info *abbrev; local
5123 struct abbrev_info *abbrev; local
5315 read_partial_die(struct partial_die_info *part_die, struct abbrev_info *abbrev, unsigned int abbrev_len, bfd *abfd, char *info_ptr, struct dwarf2_cu *cu) argument
5528 struct abbrev_info *abbrev; local
5730 read_attribute(struct attribute *attr, struct attr_abbrev *abbrev, bfd *abfd, char *info_ptr, struct dwarf2_cu *cu) argument
8754 struct abbrev_info *abbrev; local
[all...]
H A Dwince.c110 int abbrev; member in struct:opts
1952 if (len >= upload_options[i].abbrev &&
H A DChangeLog-3.x1059 have abbrev flag set; it isn't an abbreviation of "delete
2111 breakpionts" to be in class alias and not have the abbrev flag
2126 abbrev flag is set.
4568 functions to add commands with the abbrev flag set. Changed
/haiku-fatelf/src/bin/coreutils/lib/
H A Dstrsignal.c148 # define init_sig(sig, abbrev, desc) \
H A Dgetdate.y922 bool abbrev;
937 abbrev = wordlen == 3 || (wordlen == 4 && word[3] == '.');
940 if ((abbrev ? strncmp (word, tp->name, 3) : strcmp (word, tp->name)) == 0)

Completed in 82 milliseconds