Searched refs:symsec (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil_machelf.c189 * symsec - Symbol section
212 elfedit_name_to_symndx(elfedit_section_t *symsec, elfedit_section_t *strsec, argument
216 Sym *sym = (Sym *) symsec->sec_data->d_buf;
217 Word cnt = symsec->sec_shdr->sh_size / symsec->sec_shdr->sh_entsize;
229 EC_WORD(symsec->sec_shndx),
230 symsec->sec_name, EC_WORD(ndx), name);
238 EC_WORD(symsec->sec_shndx), symsec->sec_name, name);
573 elfedit_section_t *symsec local
643 elfedit_sec_getxshndx(elfedit_obj_state_t *obj_state, elfedit_section_t *symsec, Word **xshndx, Word *num) argument
706 elfedit_sec_getversym(elfedit_obj_state_t *obj_state, elfedit_section_t *symsec, Versym **versym, Word *num) argument
[all...]
H A Delfedit_machelf.c300 elfedit_section_t *symsec; local
303 symsec = &obj_state->os_secarr[symtab->symt_shndx];
304 symsec_cnt = symsec->sec_shdr->sh_size / sizeof (Sym);
315 EC_WORD(symsec->sec_shndx),
316 symsec->sec_name, EC_WORD(aux_cnt));
328 EC_WORD(symsec->sec_shndx),
329 symsec->sec_name, EC_WORD(aux_cnt));
341 EC_WORD(symsec->sec_shndx),
342 symsec->sec_name, EC_WORD(aux_cnt));
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Delfedit.h910 extern int elfedit32_name_to_symndx(elfedit32_section_t *symsec,
913 extern int elfedit64_name_to_symndx(elfedit64_section_t *symsec,
962 elfedit32_obj_state_t *obj_state, elfedit32_section_t *symsec,
965 elfedit64_obj_state_t *obj_state, elfedit64_section_t *symsec,
969 elfedit32_obj_state_t *obj_state, elfedit32_section_t *symsec,
972 elfedit64_obj_state_t *obj_state, elfedit64_section_t *symsec,
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c307 Word *symnum, Cache **symsec, Cache **strsec)
347 if (symsec)
348 *symsec = &cache[ndx];
1782 Cache *infocache = NULL, *dyncache = NULL, *symsec, *strsec; local
1861 &symnum, &symsec, &strsec) == 0)
1864 syms = symsec->c_data->d_buf;
2538 Cache *symsec, *strsec; local
2580 &symnum, &symsec, &strsec) == 0)
2583 syms = symsec->c_data->d_buf;
3357 Cache *symsec, *strse local
306 stringtbl(Cache *cache, int symtab, Word ndx, Word shnum, const char *file, Word *symnum, Cache **symsec, Cache **strsec) argument
4023 Cache *symsec, *strsec; local
4191 Cache *symsec, *strsec; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c248 elfedit_section_t *symsec; local
257 symsec = symstate->sym.sec;
271 elfedit_printf(MSG_INTL(MSG_FMT_SYMTAB), symsec->sec_name);

Completed in 176 milliseconds