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

/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1196 GElf_Shdr shdr_rel, shdr_sym, shdr_str, shdr_tgt; local
1306 gelf_getshdr(scn_sym, &shdr_sym) == NULL ||
1313 if ((scn_str = elf_getscn(elf, shdr_sym.sh_link)) == NULL ||
1481 shdr_sym.sh_size += nsym * symsize;
1482 (void) gelf_update_shdr(scn_sym, &shdr_sym);

Completed in 47 milliseconds