Home
last modified time | relevance | path

Searched refs:str_offset (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsyminfo.c470 Word str_offset, ndx, numdyn; in needed_to_boundto() local
507 strpad_elt.dn_dyn.d_un.d_val, arg, &str_offset) != 0; in needed_to_boundto()
513 (dyn->d_un.d_val == str_offset)) in needed_to_boundto()
534 str_offset = elfedit_dynstr_insert(dynsec, in needed_to_boundto()
547 dyn->d_un.d_val = str_offset; in needed_to_boundto()
H A Dphdr.c517 Word str_offset; /* Offset in strsec to new interp str */ in cmd_body_set_interp() local
527 str_offset = interp.stroff; in cmd_body_set_interp()
536 EC_WORD(str_offset), interp.str); in cmd_body_set_interp()
586 str_offset = 0; in cmd_body_set_interp()
589 strsec->sec_name, EC_WORD(str_offset), in cmd_body_set_interp()
601 strsec->sec_name, EC_WORD(str_offset), in cmd_body_set_interp()
626 str_offset = elfedit_strtab_insert(obj_state, strsec, in cmd_body_set_interp()
639 interp.phdr->p_offset = strsec->sec_shdr->sh_offset + str_offset; in cmd_body_set_interp()
H A Dsym.c744 Word str_offset; in cmd_body_set_st_name() local
753 str_offset = elfedit_atoui(argstate->argv[1], NULL); in cmd_body_set_st_name()
756 str_offset, ELFEDIT_MSG_DEBUG, 1); in cmd_body_set_st_name()
758 str_offset = elfedit_strtab_insert(argstate->obj_state, in cmd_body_set_st_name()
762 if (sym->st_name == str_offset) { in cmd_body_set_st_name()
783 EC_WORD(str_offset)); in cmd_body_set_st_name()
785 sym->st_name = str_offset; in cmd_body_set_st_name()