Searched refs:includes_filehdr (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf-nacl.c198 seg->includes_filehdr = 0;
216 seg->includes_filehdr = 1;
253 if ((*m)->p_type == PT_LOAD && (*m)->includes_filehdr)
H A Dbfd.c2169 bfd_boolean includes_filehdr,
2191 m->includes_filehdr = includes_filehdr;
2160 bfd_record_phdr(bfd *abfd, unsigned long type, bfd_boolean flags_valid, flagword flags, bfd_boolean at_valid, bfd_vma at, bfd_boolean includes_filehdr, bfd_boolean includes_phdrs, unsigned int count, asection **secs) argument
H A Delf.c4580 m->includes_filehdr = 1;
5333 if (m1->includes_filehdr != m2->includes_filehdr)
5334 return m1->includes_filehdr ? -1 : 1;
5607 if (!m->includes_filehdr)
5698 if (m->includes_filehdr)
5724 else if (sorted_seg_map[0]->includes_filehdr)
5739 if (!m->includes_filehdr)
5755 if (phdr_load_seg->includes_filehdr)
5770 if (!m->includes_filehdr
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf-nacl.c198 seg->includes_filehdr = 0;
216 seg->includes_filehdr = 1;
253 if ((*m)->p_type == PT_LOAD && (*m)->includes_filehdr)
H A Dbfd.c2182 bool includes_filehdr,
2205 m->includes_filehdr = includes_filehdr;
2173 bfd_record_phdr(bfd *abfd, unsigned long type, bool flags_valid, flagword flags, bool at_valid, bfd_vma at, bool includes_filehdr, bool includes_phdrs, unsigned int count, asection **secs) argument
H A Delf.c4559 m->includes_filehdr = 1;
5334 if (m1->includes_filehdr != m2->includes_filehdr)
5335 return m1->includes_filehdr ? -1 : 1;
5634 if (!m->includes_filehdr)
5741 if (m->includes_filehdr)
5767 else if (sorted_seg_map[0]->includes_filehdr)
5782 if (!m->includes_filehdr)
5798 if (phdr_load_seg->includes_filehdr)
5813 if (!m->includes_filehdr
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf-nacl.c198 seg->includes_filehdr = 0;
216 seg->includes_filehdr = 1;
253 if ((*m)->p_type == PT_LOAD && (*m)->includes_filehdr)
H A Dbfd.c2178 bfd_boolean includes_filehdr,
2201 m->includes_filehdr = includes_filehdr;
2169 bfd_record_phdr(bfd *abfd, unsigned long type, bfd_boolean flags_valid, flagword flags, bfd_boolean at_valid, bfd_vma at, bfd_boolean includes_filehdr, bfd_boolean includes_phdrs, unsigned int count, asection **secs) argument
H A Delf.c4555 m->includes_filehdr = 1;
5307 if (m1->includes_filehdr != m2->includes_filehdr)
5308 return m1->includes_filehdr ? -1 : 1;
5590 if (!m->includes_filehdr)
5682 if (m->includes_filehdr)
5708 else if (sorted_seg_map[0]->includes_filehdr)
5723 if (!m->includes_filehdr)
5739 if (phdr_load_seg->includes_filehdr)
5754 if (!m->includes_filehdr
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf-nacl.c198 seg->includes_filehdr = 0;
216 seg->includes_filehdr = 1;
253 if ((*m)->p_type == PT_LOAD && (*m)->includes_filehdr)
H A Dbfd.c2310 bool includes_filehdr,
2333 m->includes_filehdr = includes_filehdr;
2301 bfd_record_phdr(bfd *abfd, unsigned long type, bool flags_valid, flagword flags, bool at_valid, bfd_vma at, bool includes_filehdr, bool includes_phdrs, unsigned int count, asection **secs) argument
H A Delf.c4524 m->includes_filehdr = 1;
5314 if (m1->includes_filehdr != m2->includes_filehdr)
5315 return m1->includes_filehdr ? -1 : 1;
5615 if (!m->includes_filehdr)
5722 if (m->includes_filehdr)
5748 else if (sorted_seg_map[0]->includes_filehdr)
5763 if (!m->includes_filehdr)
5779 if (phdr_load_seg->includes_filehdr)
5794 if (!m->includes_filehdr
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dscript-c.h191 int includes_filehdr; member in struct:gold::Phdr_info
H A Dscript-sections.cc3132 bool includes_filehdr, bool includes_phdrs,
3135 : name_(name, namelen), type_(type), includes_filehdr_(includes_filehdr),
3153 includes_filehdr() const function in class:gold::Phdrs_element
4212 bool includes_filehdr, bool includes_phdrs,
4219 includes_filehdr,
4461 bool headers = (*p)->includes_filehdr() && (*p)->includes_phdrs();
4462 if (!headers && ((*p)->includes_filehdr() || (*p)->includes_phdrs()))
4513 if ((*p)->includes_filehdr())
3131 Phdrs_element(const char* name, size_t namelen, unsigned int type, bool includes_filehdr, bool includes_phdrs, bool is_flags_valid, unsigned int flags, Expression* load_address) argument
4211 add_phdr(const char* name, size_t namelen, unsigned int type, bool includes_filehdr, bool includes_phdrs, bool is_flags_valid, unsigned int flags, Expression* load_address) argument
H A Dscript.cc3275 bool includes_filehdr = info->includes_filehdr != 0; local
3279 ss->add_phdr(name, namelen, type, includes_filehdr, includes_phdrs,
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dscript-c.h191 int includes_filehdr; member in struct:gold::Phdr_info
H A Dscript-sections.cc3132 bool includes_filehdr, bool includes_phdrs,
3135 : name_(name, namelen), type_(type), includes_filehdr_(includes_filehdr),
3153 includes_filehdr() const function in class:gold::Phdrs_element
4212 bool includes_filehdr, bool includes_phdrs,
4219 includes_filehdr,
4461 bool headers = (*p)->includes_filehdr() && (*p)->includes_phdrs();
4462 if (!headers && ((*p)->includes_filehdr() || (*p)->includes_phdrs()))
4513 if ((*p)->includes_filehdr())
3131 Phdrs_element(const char* name, size_t namelen, unsigned int type, bool includes_filehdr, bool includes_phdrs, bool is_flags_valid, unsigned int flags, Expression* load_address) argument
4211 add_phdr(const char* name, size_t namelen, unsigned int type, bool includes_filehdr, bool includes_phdrs, bool is_flags_valid, unsigned int flags, Expression* load_address) argument
H A Dscript.cc3275 bool includes_filehdr = info->includes_filehdr != 0; local
3279 ss->add_phdr(name, namelen, type, includes_filehdr, includes_phdrs,
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Dinternal.h289 unsigned int includes_filehdr : 1; member in struct:elf_segment_map
294 flag set are placed after one with includes_filehdr set, and
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Dinternal.h291 unsigned int includes_filehdr : 1; member in struct:elf_segment_map
296 flag set are placed after one with includes_filehdr set, and
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dscript-c.h191 int includes_filehdr; member in struct:gold::Phdr_info
H A Dscript-sections.cc3132 bool includes_filehdr, bool includes_phdrs,
3135 : name_(name, namelen), type_(type), includes_filehdr_(includes_filehdr),
3153 includes_filehdr() const function in class:gold::Phdrs_element
4212 bool includes_filehdr, bool includes_phdrs,
4219 includes_filehdr,
4461 bool headers = (*p)->includes_filehdr() && (*p)->includes_phdrs();
4462 if (!headers && ((*p)->includes_filehdr() || (*p)->includes_phdrs()))
4513 if ((*p)->includes_filehdr())
3131 Phdrs_element(const char* name, size_t namelen, unsigned int type, bool includes_filehdr, bool includes_phdrs, bool is_flags_valid, unsigned int flags, Expression* load_address) argument
4211 add_phdr(const char* name, size_t namelen, unsigned int type, bool includes_filehdr, bool includes_phdrs, bool is_flags_valid, unsigned int flags, Expression* load_address) argument
H A Dscript.cc3275 bool includes_filehdr = info->includes_filehdr != 0; local
3279 ss->add_phdr(name, namelen, type, includes_filehdr, includes_phdrs,
/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Dinternal.h291 unsigned int includes_filehdr : 1; member in struct:elf_segment_map
296 flag set are placed after one with includes_filehdr set, and
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Dinternal.h291 unsigned int includes_filehdr : 1; member in struct:elf_segment_map
296 flag set are placed after one with includes_filehdr set, and

Completed in 385 milliseconds

12