Lines Matching full:information
31 .Nd access debugging information in object files
40 information in object files.
41 The format of debugging information accessible through this API
50 A consumer API set allows applications to read existing debug information
57 A producer API set that allows applications to add debug information
90 Describes attributes of debugging information entries.
94 Describes call information that is common to several frames.
98 A debugging information entry.
166 The DWARF consumer API permits applications to read DWARF information in
176 Retrieve abbreviation information at a given offset.
182 Retrieve abbreviation information for an abbreviation entry
196 Extract address range information from a descriptor.
203 Retrieve information about non-contiguous address ranges for
204 a debugging information entry.
215 Retrieve attribute descriptors for a debugging information entry.
249 Return information about a location expression.
251 Retrieve information about a
265 Retrieve information about a
279 .It Call Information Entries and Frame Descriptor Entries
284 Retrieve information from a CIE descriptor.
302 Retrieve frame information.
306 Retrieve range information from an FDE descriptor.
314 Retrieve the offset of the debugging information entry for a
323 .It Debugging Information Entries
326 Returns the child of a debugging information entry.
328 Returns the abbreviation code for a debugging information entry.
334 attribute for a debugging information entry.
336 Retrieves the offset for a debugging information entry.
338 Indicate the originating section for a debugging information entry.
340 Return the highest PC value for a debugging information entry.
342 Return the lowest PC value for a debugging information entry.
344 Retrieve a debugging information entry given an offset.
346 Retrieve the sibling descriptor for a debugging information entry.
348 Retrieve the source language attribute for a debugging information
351 Retrieve the tag for a debugging information entry.
358 Retrieves the offset for the debugging information entry for a
365 Retrieve information about static functions.
374 Return the offset for the debugging information entry for a global.
418 Return line number information for a compilation unit.
469 Retrieve macro information.
534 Return the offset for the debugging information entry for a type.
547 Return the offset for the debugging information entry for a variable.
556 Retrieve information about weak symbols.
560 Return the offset for the debugging information entry for a weak symbol.
579 The DWARF producer API permits applications to add DWARF information to
587 information entry:
605 .It Debugging Information Entry Management
608 Set the root debugging information entry for a DWARF producer instance.
610 Links debugging information entries.
612 Allocate a new debugging information entry.
641 Record macro file related information.
645 Enables storing macro information as specified in the DWARF standard.
650 Add address range information.
652 Add information about an include directory to a producer instance.
656 Add information about a source file to a producer instance.
658 Add call information to a frame descriptor.
662 Add information about a function to a producer instance.
664 Record mapping information between machine addresses and a source line.
672 Add information about a global name to a producer instance.
674 Add information about a type to a producer instance.
676 Add information about a static variable to a producer instance.
678 Add information about a weak symbol to a producer instance.
733 .%T "The DWARF Debugging Information Format"