Home
last modified time | relevance | path

Searched refs:check_sections (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/ld/emultempl/
Dcr16elf.em31 static void check_sections (bfd *, asection *, void *);
90 bfd_map_over_sections (abfd, check_sections, datasec);
99 check_sections (bfd *abfd, asection *sec, void *datasec)
Dm68kelf.em59 static void check_sections (bfd *, asection *, void *);
114 bfd_map_over_sections (abfd, check_sections, datasec);
125 check_sections (bfd *abfd, asection *sec, void *datasec)
/netbsd/src/external/gpl3/binutils/dist/gold/
Dlayout.cc3935 const bool check_sections = parameters->options().check_sections(); in set_segment_offsets() local
4140 if (check_sections && last_load_segment != NULL) in set_segment_offsets()
Doptions.h767 DEFINE_bool(check_sections, options::TWO_DASHES, '\0', true,
/netbsd/src/external/gpl3/binutils/dist/ld/
DChangeLog-200857 (check_sections): New function.
DChangeLog-20041060 (check_sections, gld${EMULATION_NAME}_after_open)
DChangeLog-9197352 (check_sections): Likewise.
358 (check_sections): Likewise.
3236 * emultempl/mipsecoff.em (check_sections): Use %P, not %F.
DChangeLog-00012844 (check_sections): einfo takes %B, not %P, to print a BFD name.