Searched defs:tail_ign (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil_machelf.c798 * tail_ign - If non-zero, the # of characters at the end of the
808 elfedit_sec_findstr(elfedit_section_t *sec, Word tail_ign, argument
818 len = sec->sec_shdr->sh_size - tail_ign;
920 Word tail_ign; /* # reserved bytes at end of strtab */ local
923 tail_ign = dyn_strpad->dn_seen ? dyn_strpad->dn_dyn.d_un.d_val : 0;
926 if (elfedit_sec_findstr(strsec, tail_ign, str, &len))
945 ins_off = strsec->sec_shdr->sh_size - tail_ign;
997 Word tail_ign = 0; local
1031 tail_ign = dyn_strpad.dn_dyn.d_un.d_val;
1038 if (elfedit_sec_findstr(strsec, tail_ign, st
[all...]

Completed in 45 milliseconds