Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libelf/
H A DVersion.map85 gelf_update_phdr;
H A Dgelf.h92 int gelf_update_phdr(Elf *_elf, int _index, GElf_Phdr *_src);
H A Dgelf_phdr.c123 gelf_update_phdr(Elf *e, int ndx, GElf_Phdr *s) in gelf_update_phdr() function
H A DMakefile146 gelf_update_ehdr.3 gelf_update_phdr.3 \
/freebsd/lib/libelf/
H A DMakefile173 gelf_update_ehdr.3 gelf_update_phdr.3 \
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsegments.c586 if (!gelf_update_phdr(ecp->eout, i, &ophdr)) in copy_phdr()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c497 gelf_update_phdr(dst, i, &phdr); in write_file()