Home
last modified time | relevance | path

Searched refs:nshdr (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dsupport.c263 Shdr *nshdr = *oshdr; in ld_sup_input_section() local
282 (*flp->fl_fptr)(sname, &nshdr, ndx, data, elf, &flags); in ld_sup_input_section()
289 if (nshdr != *oshdr) { in ld_sup_input_section()
294 *oshdr, nshdr, sname)); in ld_sup_input_section()
295 *oshdr = nshdr; in ld_sup_input_section()
/titanic_41/usr/src/cmd/sgs/liblddbg/common/
H A Dshdr.c62 Word ndx, Shdr *oshdr, Shdr *nshdr, const char *name) in Dbg_shdr_modified() argument
82 Elf_shdr(lml, osabi, mach, nshdr); in Dbg_shdr_modified()
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_link.c464 uint_t nshdr; in dump_elf32() local
473 nshdr = de.de_nrel == 0 ? ESHDR_SYMTAB + 1 : ESHDR_NUM; in dump_elf32()
499 elf_file.ehdr.e_shnum = nshdr; in dump_elf32()
501 off = sizeof (elf_file) + nshdr * sizeof (Elf32_Shdr); in dump_elf32()
601 uint_t nshdr; in dump_elf64() local
610 nshdr = de.de_nrel == 0 ? ESHDR_SYMTAB + 1 : ESHDR_NUM; in dump_elf64()
636 elf_file.ehdr.e_shnum = nshdr; in dump_elf64()
638 off = sizeof (elf_file) + nshdr * sizeof (Elf64_Shdr); in dump_elf64()
/titanic_41/usr/src/cmd/sgs/mcs/common/
H A Dfile.c1199 GElf_Shdr nshdr; in build_file() local
1203 (void) gelf_getshdr(notescn, &nshdr); in build_file()
1209 ph->p_offset = (Elf32_Off)nshdr.sh_offset; in build_file()
1213 ph->p_offset = (Elf64_Off)nshdr.sh_offset; in build_file()