Home
last modified time | relevance | path

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

/illumos-gate/usr/src/man/man3elf/
H A DMakefile99 gelf_update_ehdr.3elf \
173 gelf_update_ehdr.3elf := LINKSRC = gelf.3elf
/illumos-gate/usr/src/head/
H A Dgelf.h111 int gelf_update_ehdr(Elf *, GElf_Ehdr *);
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c80 if (gelf_update_ehdr(dst, &dehdr) == 0) { in ctf_write_elf()
354 if (gelf_update_ehdr(dst, &dehdr) == 0) { in ctf_write_elf()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dmapfile-vers87 gelf_update_ehdr;
H A Dgelf.c138 gelf_update_ehdr(Elf *elf, GElf_Ehdr *src) in gelf_update_ehdr() function
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddcom.c293 (void) gelf_update_ehdr(telf, &tehdr); in delete_comment()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3elf.inc93 link path=usr/share/man/man3elf/gelf_update_ehdr.3elf target=gelf.3elf
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c748 (void) gelf_update_ehdr(dst_elf, &dst_ehdr); in build_file()
1227 (void) gelf_update_ehdr(dst_elf, &dst_ehdr); in build_file()
/illumos-gate/usr/src/lib/libelfsign/common/
H A Delfsignlib.c822 if (gelf_update_ehdr(ess->es_elf, &elfehdr) == 0) { in elfsign_adjustoffsets()