Searched refs:length_est (Results 1 – 1 of 1) sorted by relevance
209 size_t length_est; in dwarf_def_macro() local231 length_est = COMMAND_LEN + LINE_LEN + len + len2 + 1; /* 1 in dwarf_def_macro()237 res = libdwarf_compose_begin(dbg, DW_MACINFO_define, length_est, in dwarf_def_macro()269 size_t length_est; in dwarf_undef_macro() local286 length_est = COMMAND_LEN + LINE_LEN + len; in dwarf_undef_macro()287 res = libdwarf_compose_begin(dbg, DW_MACINFO_undef, length_est, in dwarf_undef_macro()312 size_t length_est; in dwarf_start_macro_file() local320 length_est = COMMAND_LEN + LINE_LEN + LINE_LEN; in dwarf_start_macro_file()321 res = libdwarf_compose_begin(dbg, DW_MACINFO_start_file, length_est, in dwarf_start_macro_file()345 size_t length_est; in dwarf_end_macro_file() local[all …]