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

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c677 Elf_Scn *dst_scn; local
776 if ((dst_scn = elf_newscn(dst_elf)) == NULL) {
781 (void) gelf_getshdr(dst_scn, &dst_shdr);
812 if ((elf_data = elf_newdata(dst_scn)) == NULL) {
970 ((x = scn_location(dst_scn, dst_elf, state))
1022 (void) gelf_update_shdr(dst_scn, &dst_shdr);
1033 if ((dst_scn = elf_newscn(dst_elf)) == NULL) {
1038 (void) gelf_getshdr(dst_scn, &dst_shdr);
1053 (void) gelf_update_shdr(dst_scn, &dst_shdr); /* flush changes */
1055 if ((elf_data = elf_newdata(dst_scn))
[all...]

Completed in 57 milliseconds