Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/link_audit/common/
H A Dbindings.c439 unsigned int cur_off; in la_sparcv9_pltenter() local
448 cur_off = bhp->bh_bkts[bktno].bb_head; in la_sparcv9_pltenter()
451 cur_off); in la_sparcv9_pltenter()
452 while (cur_off && (strcmp_res = strcmp((char *)bhp + in la_sparcv9_pltenter()
454 prev_off = cur_off; in la_sparcv9_pltenter()
455 cur_off = cur_bep->be_next; in la_sparcv9_pltenter()
458 cur_off); in la_sparcv9_pltenter()
460 if (cur_off && (strcmp_res == 0)) { in la_sparcv9_pltenter()
469 while (cur_off && (strcmp_res = strcmp((char *)bhp + in la_sparcv9_pltenter()
471 prev_off = cur_off; in la_sparcv9_pltenter()
[all …]
/titanic_50/usr/src/lib/libdwarf/common/
H A Dpro_section.c908 Dwarf_Unsigned cur_off = 0; /* current offset of written data, held in _dwarf_pro_generate_debugframe() local
915 cur_off = 0; in _dwarf_pro_generate_debugframe()
1061 cur_off = cie_offs[cie_no - 2] + cie_length + BEGIN_LEN_SIZE; in _dwarf_pro_generate_debugframe()
1125 if(_dwarf_pro_add_AT_fde(dbg, curfde->fde_die, cur_off, in _dwarf_pro_generate_debugframe()
1132 res = dbg->de_reloc_name(dbg, DEBUG_FRAME, cur_off + in _dwarf_pro_generate_debugframe()
1142 cur_off + BEGIN_LEN_SIZE + in _dwarf_pro_generate_debugframe()
1158 cur_off + BEGIN_LEN_SIZE + in _dwarf_pro_generate_debugframe()
1219 … DEBUG_FRAME, cur_off + 2 * uwordb_size + upointer_size, /* r_offset in _dwarf_pro_generate_debugframe()
1278 (data - fde_start_point) + cur_off + uwordb_size, in _dwarf_pro_generate_debugframe()
1300 cur_off += fde_length + uwordb_size; in _dwarf_pro_generate_debugframe()
/titanic_50/usr/src/common/fs/
H A Dhsfs.c765 uint_t cur_off = 0; in parse_susp() local
772 while (cur_off < blk_len) { in parse_susp()
773 susp = (char *)(bufp + cur_off); in parse_susp()
817 cur_off += susp_len; in parse_susp()
/titanic_50/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c863 uint_t cur_off = 0; in parse_susp() local
869 while (cur_off < blk_len) { in parse_susp()
870 susp = (uchar_t *)(bufp + cur_off); in parse_susp()
939 cur_off += susp_len; in parse_susp()
945 cur_off = blk_len; in parse_susp()