Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdwarf/common/
H A Dpro_macinfo.c209 size_t length_est; in dwarf_def_macro() local
231 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() local
286 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() local
320 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 …]