Home
last modified time | relevance | path

Searched refs:dwarf_getmacros (Results 1 – 10 of 10) sorted by relevance

/external/elfutils/tests/
Ddwarf-getmacros.c134 (off = dwarf_getmacros (cudie, mac, dbg, off)); ) in main()
/external/elfutils/libdw/
DChangeLog437 * dwarf_getmacros.c (get_table_for_offset): Add DW_MACRO_define_sup,
728 * dwarf_getmacros.c (read_macros): Set fake_cu->sec_idx to
777 * dwarf_getmacros.c (get_table_for_offset): Accept either version
1029 * dwarf_getmacros.c (get_macinfo_table): Return NULL when
1099 * dwarf_getmacros.c (read_macros): Allocate attributes dynamically
1260 * dwarf_getmacros.c (get_table_for_offset): Add nforms bounds check.
1300 * dwarf_getmacros.c (read_macros): Also setup startp and endp for
1350 * dwarf_getmacros.c (read_macros): Likewise and check for errors.
1354 * dwarf_getmacros.c (token_from_offset, offset_from_token): New
1356 (do_dwarf_getmacros_die): Merge into dwarf_getmacros.
[all …]
Dlibdw.map50 dwarf_getmacros;
DMakefile.am74 dwarf_getmacros.c dwarf_macro_getparamcnt.c \
Ddwarf_getmacros.c537 dwarf_getmacros (Dwarf_Die *cudie, int (*callback) (Dwarf_Macro *, void *), in dwarf_getmacros() function
Dlibdw.h943 extern ptrdiff_t dwarf_getmacros (Dwarf_Die *cudie,
/external/elfutils/include/elfutils/
Dlibdw.h943 extern ptrdiff_t dwarf_getmacros (Dwarf_Die *cudie,
/external/elfutils/config/
Delfutils.spec.in304 dwarf_getmacros now handles DWARF5 .debug_macro sections.
376 dwarf_getmacros will now serve either of .debug_macro and
/external/elfutils/
DNEWS117 dwarf_getmacros now handles DWARF5 .debug_macro sections.
220 dwarf_getmacros will now serve either of .debug_macro and
DChangeLog68 * NEWS: Mention dwarf_getmacros handling version 5 .debug_macro.