Searched refs:start_ndx (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/sgs/liblddbg/common/ |
H A D | dynamic.c | 62 Elf_dyn_null_entry(Lm_list *lml, Dyn *dyn, int start_ndx, int end_ndx) in Elf_dyn_null_entry() argument 67 if (start_ndx == end_ndx) { in Elf_dyn_null_entry() 68 Elf_dyn_entry(lml, dyn, start_ndx, MSG_ORIG(MSG_STR_EMPTY), in Elf_dyn_null_entry() 72 MSG_ORIG(MSG_FMT_INDEX_RANGE), start_ndx, end_ndx); in Elf_dyn_null_entry()
|
/titanic_41/usr/src/cmd/sgs/elfedit/common/ |
H A D | util.c | 735 size_t entsize, size_t num_ent, size_t start_ndx, size_t cnt) in elfedit_array_elts_delete() argument 740 if ((start_ndx + cnt) > num_ent) in elfedit_array_elts_delete() 753 if (start_ndx < (num_ent - 1)) { in elfedit_array_elts_delete() 754 size_t ncpy = num_ent - (start_ndx + cnt); in elfedit_array_elts_delete() 756 bcopy(data + ((start_ndx + cnt) * entsize), in elfedit_array_elts_delete() 757 data + (start_ndx * entsize), ncpy * entsize); in elfedit_array_elts_delete() 761 EC_WORD(start_ndx + cnt), EC_WORD(start_ndx)); in elfedit_array_elts_delete() 765 EC_WORD(start_ndx + cnt), in elfedit_array_elts_delete() 766 EC_WORD(start_ndx + cnt + ncpy - 1), in elfedit_array_elts_delete() 767 EC_WORD(start_ndx), in elfedit_array_elts_delete() [all …]
|
/titanic_41/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | str.c | 476 Word start_ndx; in print_strtab() local 485 start_ndx = ndx; in print_strtab() 492 if (start_ndx != ndx) { in print_strtab() 495 EC_XWORD(start_ndx), EC_XWORD(ndx)); in print_strtab() 502 if (start_ndx == ndx) in print_strtab()
|
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | elfedit.h | 860 size_t entsize, size_t num_ent, size_t start_ndx, size_t cnt);
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | args.c | 253 Word start_ndx = isgrp ? ofl->ofl_ars_gsndx : 0; in ld_rescan_archives() local 263 if (ndx++ < start_ndx) in ld_rescan_archives()
|
H A D | update.c | 178 Word bssndx, etext_ndx, edata_ndx = 0, end_ndx, start_ndx; in update_osym() local 454 start_ndx = elf_ndxscn(osp->os_scn); in update_osym() 1735 sectndx = start_ndx; in update_osym()
|