Searched refs:length_est (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_macinfo.c209 size_t length_est; local
231 length_est = COMMAND_LEN + LINE_LEN + len + len2 + 1; /* 1
237 res = libdwarf_compose_begin(dbg, DW_MACINFO_define, length_est,
269 size_t length_est; local
286 length_est = COMMAND_LEN + LINE_LEN + len;
287 res = libdwarf_compose_begin(dbg, DW_MACINFO_undef, length_est,
312 size_t length_est; local
320 length_est = COMMAND_LEN + LINE_LEN + LINE_LEN;
321 res = libdwarf_compose_begin(dbg, DW_MACINFO_start_file, length_est,
345 size_t length_est; local
374 size_t length_est; local
[all...]

Completed in 43 milliseconds