Home
last modified time | relevance | path

Searched refs:src_elf (Results 1 – 1 of 1) sorted by relevance

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