Searched refs:ELF_F_LAYOUT (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Delf_strptr.c64 if (e->e_flags & ELF_F_LAYOUT) {
H A Delf_update.c49 * - Case 1: ELF_F_LAYOUT is asserted
54 * - Case 2: ELF_F_LAYOUT is not asserted
175 if (e->e_flags & ELF_F_LAYOUT)
245 if ((e->e_flags & ELF_F_LAYOUT) &&
254 if (e->e_flags & ELF_F_LAYOUT) {
279 if (e->e_flags & ELF_F_LAYOUT) {
617 if (e->e_flags & ELF_F_LAYOUT) {
661 * If ELF_F_LAYOUT has been asserted, the application may have
673 if (e->e_flags & ELF_F_LAYOUT) {
701 if ((e->e_flags & ELF_F_LAYOUT)
[all...]
H A Delf_flag.c120 ELF_F_DIRTY | ELF_F_LAYOUT)) != 0) {
H A Dlibelf.h175 #define ELF_F_LAYOUT 0x001U /* application will layout the file */ macro
/freebsd-13-stable/contrib/elftoolchain/brandelf/
H A Dbrandelf.c206 if (elf_flagelf(elf, ELF_C_SET, ELF_F_LAYOUT) == 0) {
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Darchive.c75 elf_flagelf(ecp->eout, ELF_C_SET, ELF_F_LAYOUT);
H A Dmain.c683 elf_flagelf(ecp->eout, ELF_C_SET, ELF_F_LAYOUT);
717 elf_flagelf(ecp->eout, ELF_C_SET, ELF_F_LAYOUT);
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c490 (void) elf_flagelf(dst, ELF_C_SET, ELF_F_LAYOUT);

Completed in 147 milliseconds