Searched defs:strhdr (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/chk4ubin/
H A Dchk4ubin.c132 GElf_Shdr strhdr; local
166 gelf_getshdr(strscn, &strhdr);
167 strtab_size = strhdr.sh_size;
/illumos-gate/usr/src/cmd/backup/restore/
H A Dsymtab.c485 * NB. The macro "allocsize" below assumes that "struct strhdr"
490 struct strhdr { struct
491 struct strhdr *next;
494 #define STRTBLINCR ((size_t)sizeof (struct strhdr))
497 static struct strhdr strtblhdr[allocsize(MAXCOMPLEXLEN) / STRTBLINCR];
507 struct strhdr *np;
548 struct strhdr *tp, *np;
553 /*LINTED [name points to at least sizeof (struct strhdr)]*/
554 np = (struct strhdr *)name;
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c147 Elf32_Shdr *strhdr; /* section table entry for strtab */ local
212 strhdr = (Elf32_Shdr *)secdata->d_buf;
213 strhdr = strhdr + symhdr->sh_link;
215 if (strhdr->sh_type != SHT_STRTAB) {
225 if ((strdata = elf_read(fd, strhdr->sh_offset, strhdr->sh_size,
226 strhdr->sh_size, ELF_T_BYTE)) == 0) {
237 ((char *)strdata->d_buf)[strhdr->sh_size-1] = '\0';
244 if (sym->st_name > strhdr
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dksyms_snapshot.c85 Shdr *strhdr = symhdr + symhdr->sh_link; local
88 char *strings = (char *)strhdr->sh_addr;
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj.h60 Shdr *symhdr, *strhdr; member in struct:module
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kvm.c123 Shdr symhdr, strhdr; local
178 kmod.strhdr == NULL) {
194 if (mdb_tgt_vread(t, &strhdr, sizeof (Shdr),
195 (uintptr_t)kmod.strhdr) == -1) {
211 kmod.symsize = symhdr.sh_size + strhdr.sh_size;
244 km->km_strtab_hdr = strhdr;
H A Dmdb_ctf.c1674 Shdr *symhdr, const void *str_va, Shdr *strhdr, int *errp)
1695 strtab.cts_type = strhdr->sh_type;
1696 strtab.cts_flags = strhdr->sh_flags;
1698 strtab.cts_size = strhdr->sh_size;
1699 strtab.cts_entsize = strhdr->sh_entsize;
1700 strtab.cts_offset = strhdr->sh_offset;
1673 mdb_ctf_bufopen(const void *ctf_va, size_t ctf_size, const void *sym_va, Shdr *symhdr, const void *str_va, Shdr *strhdr, int *errp) argument

Completed in 56 milliseconds