Searched refs:ELF_F_LAYOUT (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/elftoolchain/libelf/ |
| H A D | elf_update.c | 175 if (e->e_flags & ELF_F_LAYOUT) in _libelf_compute_section_extents() 245 if ((e->e_flags & ELF_F_LAYOUT) && in _libelf_compute_section_extents() 254 if (e->e_flags & ELF_F_LAYOUT) { in _libelf_compute_section_extents() 279 if (e->e_flags & ELF_F_LAYOUT) { in _libelf_compute_section_extents() 617 if (e->e_flags & ELF_F_LAYOUT) { in _libelf_resync_elf() 673 if (e->e_flags & ELF_F_LAYOUT) { in _libelf_resync_elf() 701 if ((e->e_flags & ELF_F_LAYOUT) == 0) { in _libelf_resync_elf()
|
| H A D | elf_strptr.c | 64 if (e->e_flags & ELF_F_LAYOUT) { in elf_strptr()
|
| H A D | elf_flag.c | 120 ELF_F_DIRTY | ELF_F_LAYOUT)) != 0) { in elf_flagelf()
|
| H A D | libelf.h | 175 #define ELF_F_LAYOUT 0x001U /* application will layout the file */ macro
|
| /freebsd/contrib/elftoolchain/brandelf/ |
| H A D | brandelf.c | 206 if (elf_flagelf(elf, ELF_C_SET, ELF_F_LAYOUT) == 0) { in main()
|
| /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()
|