Searched defs:start_ndx (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/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) argument 67 if (start_ndx == end_ndx) { 68 Elf_dyn_entry(lml, dyn, start_ndx, MSG_ORIG(MSG_STR_EMPTY), 72 MSG_ORIG(MSG_FMT_INDEX_RANGE), start_ndx, end_ndx);
|
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | util.c | 725 * start_ndx - Index of first item to be deleted 735 size_t entsize, size_t num_ent, size_t start_ndx, size_t cnt) 740 if ((start_ndx + cnt) > num_ent) 753 if (start_ndx < (num_ent - 1)) { 754 size_t ncpy = num_ent - (start_ndx + cnt); 756 bcopy(data + ((start_ndx + cnt) * entsize), 757 data + (start_ndx * entsize), ncpy * entsize); 761 EC_WORD(start_ndx + cnt), EC_WORD(start_ndx)); 765 EC_WORD(start_ndx 734 elfedit_array_elts_delete(const char *name_str, void *data_start, size_t entsize, size_t num_ent, size_t start_ndx, size_t cnt) argument [all...] |
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | args.c | 253 Word start_ndx = isgrp ? ofl->ofl_ars_gsndx : 0; local 263 if (ndx++ < start_ndx)
|
H A D | update.c | 178 Word bssndx, etext_ndx, edata_ndx = 0, end_ndx, start_ndx; local 454 start_ndx = elf_ndxscn(osp->os_scn); 1735 sectndx = start_ndx;
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | str.c | 476 Word start_ndx; local 485 start_ndx = ndx; 492 if (start_ndx != ndx) { 495 EC_XWORD(start_ndx), EC_XWORD(ndx)); 502 if (start_ndx == ndx)
|
Completed in 3750 milliseconds