Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c59 size_t nshdr, nphdr, strndx; in ctf_write_elf() local
90 if (elf_getphdrnum(src, &nphdr) != 0) { in ctf_write_elf()
109 if (nphdr != 0) { in ctf_write_elf()
111 if (gelf_newphdr(dst, nphdr) == NULL) { in ctf_write_elf()
116 for (i = 0; i < nphdr; i++) { in ctf_write_elf()
183 if (changing && nphdr != 0) { in ctf_write_elf()
228 if (nphdr != 0) in ctf_write_elf()
298 if (changing && nphdr != 0) { in ctf_write_elf()
339 if (nphdr != 0) { in ctf_write_elf()