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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_section.c163 /* BEGIN_LEN_SIZE is the size of the 'length' field in total.
171 #define BEGIN_LEN_SIZE (uwordb_size + extension_size) macro
492 prolog_size += BEGIN_LEN_SIZE + sizeof_uhalf(dbg) + /* version # */
527 du = prolog_size - (BEGIN_LEN_SIZE + sizeof(Dwarf_Half) +
876 du = sum_bytes - BEGIN_LEN_SIZE;
976 (long) cie_length + BEGIN_LEN_SIZE;
1010 BEGIN_LEN_SIZE, error);
1061 cur_off = cie_offs[cie_no - 2] + cie_length + BEGIN_LEN_SIZE;
1105 fde_length = curfde->fde_n_bytes + BEGIN_LEN_SIZE + /* cie
1113 fde_length = curfde->fde_n_bytes + BEGIN_LEN_SIZE
[all...]

Completed in 239 milliseconds