Searched refs:shnam (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/file/ |
H A D | elf_read.c | 450 char *shnam; in process_shdr() local 545 shnam = NULL; in process_shdr() 547 shnam = &strtab[shdr->sh_name]; in process_shdr() 552 (shnam != NULL && is_in_list(shnam)))) { in process_shdr()
|
/titanic_41/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | sym.msg | 81 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 D | str.msg | 153 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"
|
/titanic_41/usr/src/cmd/sgs/elfedit/common/ |
H A D | util_machelf.c | 119 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()
|
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | elfedit.h | 906 const char *shnam); 908 const char *shnam);
|