Home
last modified time | relevance | path

Searched refs:shnam (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/file/
H A Delf_read.c447 char *shnam; in process_shdr() local
581 shnam = NULL; in process_shdr()
583 shnam = &strtab[shdr->sh_name]; in process_shdr()
588 (shnam != NULL && is_in_list(shnam)))) { in process_shdr()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.msg81 explicitly specified (-shnam, -shndx, or \
136 to use must be explicitly specified (-shnam, -shndx, or\n\
200 The symbol table to use can be changed using the -shnam, -shndx,\n\
214 The symbol table to use can be changed using the -shnam, -shndx,\n\
231 The symbol table to use can be changed using the -shnam, -shndx,\n\
244 The symbol table to use can be changed using the -shnam, -shndx,\n\
272 The symbol table to use can be changed using the -shnam, -shndx,\n\
288 The symbol table to use can be changed using the -shnam, -shndx,\n\
306 The symbol table to use can be changed using the -shnam, -shndx,\n\
321 The symbol table to use can be changed using the -shnam, -shndx,\n\
[all …]
H A Dstr.msg153 of the ELF header is used. The -shnam, -shndx, or -shndx options\n\
184 of the ELF header is used. The -shnam, -shndx, or -shndx options\n\
228 of the ELF header is used. The -shnam, -shndx, or -shndx options\n\
242 of the ELF header is used. The -shnam, -shndx, or -shndx options\n\
294 @ MSG_STR_MINUS_SHNAM "-shnam"
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil_machelf.c119 elfedit_name_to_shndx(elfedit_obj_state_t *obj_state, const char *shnam) in elfedit_name_to_shndx() argument
126 if (strcmp(shnam, sec->sec_name) == 0) { in elfedit_name_to_shndx()
129 EC_WORD(sec->sec_shndx), sec->sec_name, shnam); in elfedit_name_to_shndx()
135 elfedit_msg(ELFEDIT_MSG_ERR, MSG_INTL(MSG_ERR_NOSECNAM), shnam); in elfedit_name_to_shndx()
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h909 const char *shnam);
911 const char *shnam);