Searched refs:dw_macinfo_block_s (Results 1 – 2 of 2) sorted by relevance
65 struct dw_macinfo_block_s *curblk = dbg->de_current_macinfo; in libdwarf_compose_begin()68 struct dw_macinfo_block_s *newb; in libdwarf_compose_begin()77 len = sizeof(struct dw_macinfo_block_s) + blen; in libdwarf_compose_begin()79 (struct dw_macinfo_block_s *) _dwarf_p_get_alloc(dbg, len); in libdwarf_compose_begin()85 (char *) newb + sizeof(struct dw_macinfo_block_s); in libdwarf_compose_begin()93 struct dw_macinfo_block_s *newb; in libdwarf_compose_begin()102 len = sizeof(struct dw_macinfo_block_s) + blen; in libdwarf_compose_begin()104 (struct dw_macinfo_block_s *) _dwarf_p_get_alloc(dbg, len); in libdwarf_compose_begin()110 (char *) newb + sizeof(struct dw_macinfo_block_s); in libdwarf_compose_begin()134 struct dw_macinfo_block_s *curblk = dbg->de_current_macinfo; in libdwarf_compose_add_string()[all …]
225 struct dw_macinfo_block_s { struct226 struct dw_macinfo_block_s *mb_next; argument464 struct dw_macinfo_block_s *de_first_macinfo;467 struct dw_macinfo_block_s *de_current_macinfo;