Home
last modified time | relevance | path

Searched refs:includes_phdrs (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
HDbfd.c1344 bfd_boolean includes_phdrs, in bfd_record_phdr() argument
1366 m->includes_phdrs = includes_phdrs; in bfd_record_phdr()
HDelf.c3758 m->includes_phdrs = 1; in make_mapping()
3898 m->includes_phdrs = 1; in _bfd_elf_map_sections_to_segments()
4516 if (m->includes_phdrs) in assign_file_positions_for_load_sections()
4541 if (!m->includes_filehdr && !m->includes_phdrs) in assign_file_positions_for_load_sections()
4781 if (m->includes_phdrs) in assign_file_positions_for_non_load_sections()
4803 BFD_ASSERT (!m->includes_filehdr && !m->includes_phdrs); in assign_file_positions_for_non_load_sections()
4822 else if (m->includes_phdrs) in assign_file_positions_for_non_load_sections()
5511 map->includes_phdrs = 0; in rewrite_elf_program_header()
5515 map->includes_phdrs = in rewrite_elf_program_header()
5521 if (segment->p_type == PT_LOAD && map->includes_phdrs) in rewrite_elf_program_header()
[all …]
HDChangeLog-9495213 (make_mapping): Set includes_filehdr and includes_phdrs for first
215 (map_sections_to_segments): Set includes_phdrs for PT_PHDR
218 includes_phdrs. Remove special handling of PT_PHDR and first
HDChangeLog-98993248 includes_phdrs field.
/freebsd-11-stable/contrib/binutils/include/elf/
HDinternal.h254 unsigned int includes_phdrs : 1; member
HDChangeLog-91031777 includes_phdrs fields.