Searched refs:src_elf (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 681 build_file(Elf *src_elf, GElf_Ehdr *src_ehdr, Cmd_Info *cmd_info, in build_file() argument 703 if (elf_getshdrnum(src_elf, &shnum) == -1) { in build_file() 707 if (elf_getshdrstrndx(src_elf, &shstrndx) == -1) { in build_file() 727 if (gelf_newehdr(dst_elf, gelf_getclass(src_elf)) == 0) { in build_file() 765 (void) gelf_getphdr(src_elf, (int)x, &src); in build_file() 773 x = location(dst_ehdr.e_phoff, 0, src_elf, state); in build_file() 1093 if ((src_scn = elf_getscn(src_elf, info->osecno)) == in build_file() 1188 if ((location(dst_ehdr.e_shoff, 0, src_elf, state) == AFTER) || in build_file() 1189 ((location(dst_ehdr.e_shoff, 0, src_elf, state) == PRIOR) && in build_file()
|