Lines Matching full:debug_info
187 // unit in the .debug_info section for each file that had debug info
202 // As a result, the .debug_info section is just a stream of data, and
207 // using absolute offsets from the beginning of .debug_info is that
210 // of the .debug_info section. This means it is possible to reference
222 // the offset of this compilation unit in the .debug_info section, a
294 // from the beginning of the .debug_info section.
297 // buffer is the buffer for our CU, starting at .debug_info + offset
337 // .debug_info section. Return false if you would like to skip this
343 // Start to process a DIE at OFFSET from the beginning of the .debug_info
349 // .debug_info section. Its name is ATTR, its form is FORM, and its value is
358 // .debug_info section. Its name is ATTR, its form is FORM, and its value is
367 // beginning of the .debug_info section. Its name is ATTR, its form
369 // beginning of the .debug_info section is DATA.
377 // .debug_info section. Its name is ATTR, its form is FORM, DATA points to
389 // .debug_info section. Its name is ATTR, its form is FORM, and its value is
792 // The contents of the DWARF .debug_info section we're parsing.