Searched refs:gelf_update_ehdr (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | Makefile | 120 gelf_update_ehdr.3 \ 146 gelf_update_ehdr.3 gelf_update_phdr.3 \ 147 gelf_update_ehdr.3 gelf_update_shdr.3 \
|
H A D | Version.map | 83 gelf_update_ehdr;
|
H A D | gelf_ehdr.c | 119 gelf_update_ehdr(Elf *e, GElf_Ehdr *s) in gelf_update_ehdr() function
|
H A D | gelf.h | 91 int gelf_update_ehdr(Elf *_elf, GElf_Ehdr *_src);
|
/freebsd/lib/libelf/ |
H A D | Makefile | 147 gelf_update_ehdr.3 \ 173 gelf_update_ehdr.3 gelf_update_phdr.3 \ 174 gelf_update_ehdr.3 gelf_update_shdr.3 \
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | binary.c | 253 if (gelf_update_ehdr(ecp->eout, &oeh) == 0) in create_elf_from_binary() 282 if (gelf_update_ehdr(ecp->eout, &oeh) == 0) in create_elf_from_binary()
|
H A D | ascii.c | 377 if (gelf_update_ehdr(ecp->eout, &oeh) == 0) in create_elf_from_srec() 396 if (gelf_update_ehdr(ecp->eout, &oeh) == 0) in create_elf_from_srec() 601 if (gelf_update_ehdr(ecp->eout, &oeh) == 0) in create_elf_from_ihex() 620 if (gelf_update_ehdr(ecp->eout, &oeh) == 0) in create_elf_from_ihex()
|
H A D | main.c | 378 if (gelf_update_ehdr(ecp->eout, &oeh) == 0) in create_elf() 453 if (gelf_update_ehdr(ecp->eout, &oeh) == 0) in create_elf()
|
/freebsd/contrib/elftoolchain/brandelf/ |
H A D | brandelf.c | 217 if (gelf_update_ehdr(elf, &ehdr) == 0) { in main()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | output.c | 478 gelf_update_ehdr(dst, &dehdr); in write_file() 703 gelf_update_ehdr(dst, &dehdr); in write_file()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 8190 OLD_FILES+=usr/share/man/man3/gelf_update_ehdr.3.gz
|