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

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c673 build_file(Elf *src_elf, GElf_Ehdr *src_ehdr, Cmd_Info *cmd_info, argument
695 if (elf_getshdrnum(src_elf, &shnum) == -1) {
699 if (elf_getshdrstrndx(src_elf, &shstrndx) == -1) {
719 if (gelf_newehdr(dst_elf, gelf_getclass(src_elf)) == NULL) {
757 (void) gelf_getphdr(src_elf, (int)x, &src);
765 x = location(dst_ehdr.e_phoff, 0, src_elf, state);
1085 if ((src_scn = elf_getscn(src_elf, info->osecno)) ==
1180 if ((location(dst_ehdr.e_shoff, 0, src_elf, state) == AFTER) ||
1181 ((location(dst_ehdr.e_shoff, 0, src_elf, state) == PRIOR) &&

Completed in 60 milliseconds