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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_section.c903 unsigned long cie_length = 0; local
914 cie_length = 0;
976 (long) cie_length + BEGIN_LEN_SIZE;
989 cie_length = uwordb_size + /* cie_id */
998 cie_length = uwordb_size + /* cie_id */
1007 pad = (int) PADDING(cie_length, upointer_size);
1008 cie_length += pad;
1009 GET_CHUNK(dbg, elfsectno, data, cie_length +
1020 du = cie_length;
1061 cur_off = cie_offs[cie_no - 2] + cie_length
[all...]

Completed in 46 milliseconds