Searched refs:elf_flagelf (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf_flag.c | 106 return (elf_flagelf(e, c, flags)); in elf_flagehdr() 110 elf_flagelf(Elf *e, Elf_Cmd c, unsigned int flags) in elf_flagelf() function 168 return (elf_flagelf(e, c, flags)); in elf_flagphdr()
|
H A D | Version.map | 32 elf_flagelf;
|
H A D | Makefile | 127 elf_flagdata.3 elf_flagelf.3 \
|
H A D | libelf.h | 196 unsigned int elf_flagelf(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
|
/freebsd/contrib/elftoolchain/brandelf/ |
H A D | brandelf.c | 206 if (elf_flagelf(elf, ELF_C_SET, ELF_F_LAYOUT) == 0) { in main()
|
/freebsd/lib/libelf/ |
H A D | Makefile | 154 elf_flagdata.3 elf_flagelf.3 \
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | main.c | 709 elf_flagelf(ecp->eout, ELF_C_SET, ELF_F_LAYOUT); in create_file() 759 elf_flagelf(ecp->eout, ELF_C_SET, ELF_F_LAYOUT); in create_file()
|
H A D | archive.c | 77 elf_flagelf(ecp->eout, ELF_C_SET, ELF_F_LAYOUT); in process_ar_obj()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | output.c | 489 (void) elf_flagelf(dst, ELF_C_SET, ELF_F_LAYOUT); in write_file()
|