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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_link.c1021 GElf_Shdr shdr_rel, shdr_sym, shdr_str, shdr_tgt; local
1119 gelf_getshdr(scn_sym, &shdr_sym) == NULL ||
1126 if ((scn_str = elf_getscn(elf, shdr_sym.sh_link)) == NULL ||
1294 shdr_sym.sh_size += nsym * symsize;
1295 (void) gelf_update_shdr(scn_sym, &shdr_sym);

Completed in 58 milliseconds