Searched refs:dw_macinfo_block_s (Results 1 – 2 of 2) sorted by relevance
70 struct dw_macinfo_block_s *curblk = dbg->de_current_macinfo; in libdwarf_compose_begin()73 struct dw_macinfo_block_s *newb; in libdwarf_compose_begin()82 len = sizeof(struct dw_macinfo_block_s) + blen; in libdwarf_compose_begin()84 (struct dw_macinfo_block_s *) _dwarf_p_get_alloc(dbg, len); in libdwarf_compose_begin()90 (char *) newb + sizeof(struct dw_macinfo_block_s); in libdwarf_compose_begin()98 struct dw_macinfo_block_s *newb; in libdwarf_compose_begin()107 len = sizeof(struct dw_macinfo_block_s) + blen; in libdwarf_compose_begin()109 (struct dw_macinfo_block_s *) _dwarf_p_get_alloc(dbg, len); in libdwarf_compose_begin()115 (char *) newb + sizeof(struct dw_macinfo_block_s); in libdwarf_compose_begin()139 struct dw_macinfo_block_s *curblk = dbg->de_current_macinfo; in libdwarf_compose_add_string()[all …]
199 struct dw_macinfo_block_s { struct200 struct dw_macinfo_block_s *mb_next; argument383 struct dw_macinfo_block_s *de_first_macinfo;386 struct dw_macinfo_block_s *de_current_macinfo;