Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Delf_flag.c110 return (elf_flagelf(e, c, flags)); in elf_flagehdr()
114 elf_flagelf(Elf *e, Elf_Cmd c, unsigned int flags) in elf_flagelf() function
172 return (elf_flagelf(e, c, flags)); in elf_flagphdr()
H A DVersion.map32 elf_flagelf;
H A DMakefile128 elf_flagdata.3 elf_flagelf.3 \
H A Dlibelf.h199 unsigned int elf_flagelf(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/
H A Dlibelf.d114 uint elf_flagelf(Elf*, Elf_Cmd, uint);
/netbsd-src/external/bsd/elftoolchain/lib/libelf/
H A DMakefile130 elf_flagdata.3 elf_flagelf.3 \
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Doutput.c498 (void) elf_flagelf(dst, ELF_C_SET, ELF_F_LAYOUT); in write_file()