Searched refs:abbrev_name (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32proc.c1910 char abbrev_name[32] = { 0 };
1922 abbrev_name, sizeof (abbrev_name));
1924 return build_string (abbrev_name);
1909 char abbrev_name[32] = { 0 }; variable
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Ddwarf2.c427 unsigned int abbrev_number, bytes_read, abbrev_name; local
481 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
486 while (abbrev_name)
515 = (enum dwarf_attribute) abbrev_name;
518 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);

Completed in 130 milliseconds