Searched refs:elf_flagelf (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/elftoolchain/libelf/
H A Delf_flag.c106 return (elf_flagelf(e, c, flags));
110 elf_flagelf(Elf *e, Elf_Cmd c, unsigned int flags) function
168 return (elf_flagelf(e, c, flags));
H A DMakefile125 elf_flagdata.3 elf_flagelf.3 \
H A Dlibelf.h193 unsigned int elf_flagelf(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
/freebsd-11.0-release/contrib/elftoolchain/brandelf/
H A Dbrandelf.c206 if (elf_flagelf(elf, ELF_C_SET, ELF_F_LAYOUT) == 0) {
207 warnx("elf_flagelf failed: %s",
/freebsd-11.0-release/lib/libelf/
H A DMakefile144 elf_flagdata.3 elf_flagelf.3 \
/freebsd-11.0-release/contrib/elftoolchain/elfcopy/
H A Darchive.c75 elf_flagelf(ecp->eout, ELF_C_SET, ELF_F_LAYOUT);
H A Dmain.c661 elf_flagelf(ecp->eout, ELF_C_SET, ELF_F_LAYOUT);
693 elf_flagelf(ecp->eout, ELF_C_SET, ELF_F_LAYOUT);
/freebsd-11.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c490 (void) elf_flagelf(dst, ELF_C_SET, ELF_F_LAYOUT);
/freebsd-11.0-release/contrib/gcc/
H A Dsys-protos.h271 extern unsigned int elf_flagelf(Elf *, Elf_Cmd, unsigned int);

Completed in 111 milliseconds