Lines Matching refs:strsec
519 elfedit_section_t *strsec = argstate->str.sec; in cmd_body_set() local
535 if ((ndx + ncp) > strsec->sec_data->d_size) in cmd_body_set()
537 EC_WORD(strsec->sec_shndx), strsec->sec_name, in cmd_body_set()
541 if (((ndx + ncp) == strsec->sec_data->d_size) && in cmd_body_set()
544 EC_WORD(strsec->sec_shndx), strsec->sec_name, in cmd_body_set()
554 EC_WORD(strsec->sec_shndx), strsec->sec_name, in cmd_body_set()
558 oldstr = ndx + (char *)strsec->sec_data->d_buf; in cmd_body_set()
564 strsec->sec_shndx, strsec->sec_name, ndx, newstr); in cmd_body_set()
577 EC_WORD(strsec->sec_shndx), strsec->sec_name, in cmd_body_set()
593 EC_WORD(strsec->sec_shndx), strsec->sec_name, in cmd_body_set()
608 strsec->sec_shndx, strsec->sec_name, ndx, len, oldstr, newstr); in cmd_body_set()
621 elfedit_section_t *strsec = argstate->str.sec; in cmd_body_zero() local
624 char *oldstr = ndx + (char *)strsec->sec_data->d_buf; in cmd_body_zero()
629 count = strsec->sec_data->d_size - argstate->str.ndx; in cmd_body_zero()
644 strsec->sec_shndx, strsec->sec_name, ndx); in cmd_body_zero()
649 strsec->sec_shndx, strsec->sec_name, ndx, count); in cmd_body_zero()