Lines Matching full:abbreviation
31 /* Type for DWARF abbreviation number. */
336 /* DIE abbreviation descriptor in the .debug_abbrev section.
337 * DIE abbreviation descriptor contains three parameters. The first one is a
338 * LEB128 value, that encodes 1 - based abbreviation descriptor number.
339 * Abbreviation descriptor numbers seems to be always in sequential order, and
340 * are counted on per-compilation unit basis. I.e. abbreviation number for the
341 * first DIE abbreviation descriptor of each compilation unit is always 1.
343 * Besides abbreviation number, DIE abbreviation descriptor contains two more
349 * (see Dwarf_Abbr_AT) for the DIE represented by this abbreviation descriptor.
352 /* 1 - based abbreviation number for the DIE. */
355 /* Gets abbreviation number for this descriptor. */
369 /* Pulls DIE abbreviation descriptor data, advancing past this descriptor.
371 * abbr_index - Upon return contains abbreviation number for this
404 * abbreviation descriptor number in the .debug_abbrev section.
412 /* 1 - based index of DIE abbreviation descriptor (Dwarf_Abbr_DIE) for this
415 * NOTE: DIE abbreviation descriptor indexes are tied to the compilation
417 * abbreviation descriptors from 1.
429 /* Gets (1 - based) abbreviation number for this DIE. */
438 * abbr_num - Upon return contains abbreviation number for this DIE. This
500 * beginning of abbreviation sequence for this compilation unit.
709 * abbreviation numberation is restarted from 1 for each new CU.
735 * num - Abbreviation number for the adding entry.
737 * given abbreviation number has not been cached yet.
746 // Zero is illegal DIE abbreviation number.
788 // Abbreviation numbers are 1-based.
830 /* Last cached DIE abbreviation. We always should have cached at least one
831 * abbreviation for the CU DIE itself, added via "add" method when CU
839 /* Starting with the last cached DIE abbreviation, loop through the
842 * abbreviation descriptor number. Normally, the very next DIE
843 * abbreviation will stop the loop. */
851 * DIE abbreviation. */
857 // Next DIE abbreviation is right after the separator AT abbreviation.