| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | ldwrite.c | 380 struct bfd_link_order *l = s->map_head.link_order; in ds() 408 for (p = s->map_head.link_order; p; p = p->next) in sanity_check() 445 for (l = NULL, p = cursor->map_head.link_order; p != NULL; p = l->next) in split_sections() 486 n->map_head.link_order = p; in split_sections()
|
| H A D | ldlang.c | 1899 || s->map_head.s == NULL in insert_os_after() 2805 section->map_head.s = NULL; in lang_add_section() 2808 s->map_head.s = section; in lang_add_section() 2810 output->bfd_section->map_head.s = section; in lang_add_section() 4605 if (exclude && output_section->map_head.s != NULL) in strip_excluded_output_sections() 4609 for (s = output_section->map_head.s; s != NULL; s = s->map_head.s) in strip_excluded_output_sections() 4657 output_section->map_head.link_order = NULL; in lang_clear_os_map() 6950 for (i = sec->map_head.s; i != NULL; i = i->map_head.s) in undef_start_stop()
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ldwrite.c | 375 struct bfd_link_order *l = s->map_head.link_order; in ds() 403 for (p = s->map_head.link_order; p; p = p->next) in sanity_check() 440 for (l = NULL, p = cursor->map_head.link_order; p != NULL; p = l->next) in split_sections() 481 n->map_head.link_order = p; in split_sections()
|
| H A D | ldlang.c | 1848 || s->map_head.s == NULL in insert_os_after() 2724 section->map_head.s = NULL; in lang_add_section() 2727 s->map_head.s = section; in lang_add_section() 2729 output->bfd_section->map_head.s = section; in lang_add_section() 4600 if (exclude && output_section->map_head.s != NULL) in strip_excluded_output_sections() 4604 for (s = output_section->map_head.s; s != NULL; s = s->map_head.s) in strip_excluded_output_sections() 4652 output_section->map_head.link_order = NULL; in lang_clear_os_map() 6883 for (i = sec->map_head.s; i != NULL; i = i->map_head.s) in undef_start_stop()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elf-sframe.c | 168 for (sframe = sframe->map_head.s; sframe != NULL; sframe = sframe->map_head.s) in _bfd_elf_sframe_present()
|
| H A D | linker.c | 1857 for (p = o->map_head.link_order; p != NULL; p = p->next) in _bfd_generic_final_link() 1886 for (p = o->map_head.link_order; p != NULL; p = p->next) in _bfd_generic_final_link() 1942 for (p = o->map_head.link_order; p != NULL; p = p->next) in _bfd_generic_final_link() 2462 section->map_head.link_order = new_lo; in bfd_new_link_order()
|
| H A D | elf-eh-frame.c | 1500 ent->removed = sec->map_head.s != NULL; in _bfd_elf_discard_section_eh_frame() 1665 for (eh = eh->map_head.s; eh != NULL; eh = eh->map_head.s) in _bfd_elf_eh_frame_present() 2324 for (p = sec->output_section->map_head.link_order; p != NULL; p = p->next) in _bfd_elf_fixup_eh_frame_hdr()
|
| H A D | pdp11.c | 3899 ->map_head.link_order) in NAME() 3903 ->map_head.link_order) in NAME() 3993 for (p = o->map_head.link_order; p != NULL; p = p->next) in NAME() 4001 for (p = o->map_head.link_order; in NAME() 4044 for (p = o->map_head.link_order; in NAME()
|
| H A D | elflink.c | 9778 for (lo = rela_dyn->map_head.link_order; lo != NULL; lo = lo->next) in elf_link_sort_relocs() 9835 for (lo = rel_dyn->map_head.link_order; lo != NULL; lo = lo->next) in elf_link_sort_relocs() 9919 for (lo = dynamic_relocs->map_head.link_order; lo != NULL; lo = lo->next) in elf_link_sort_relocs() 9946 for (lo = dynamic_relocs->map_head.link_order; lo != NULL; lo = lo->next) in elf_link_sort_relocs() 10011 for (plo = &dynamic_relocs->map_head.link_order; *plo != NULL; ) in elf_link_sort_relocs() 10027 for (lo = dynamic_relocs->map_head.link_order; lo != NULL; lo = lo->next) in elf_link_sort_relocs() 12419 for (p = o->map_head.link_order; p != NULL; p = p->next) in bfd_elf_final_link() 12434 o->map_head.link_order = NULL; in bfd_elf_final_link() 12470 for (p = o->map_head.link_order; p != NULL; p = p->next) in bfd_elf_final_link() 12868 for (p = o->map_head.link_order; p != NULL; p = p->next) in bfd_elf_final_link() [all …]
|
| H A D | aoutx.h | 5460 ->map_head.link_order) in NAME() 5464 ->map_head.link_order) in NAME() 5555 for (p = o->map_head.link_order; p != NULL; p = p->next) in NAME() 5563 for (p = o->map_head.link_order; in NAME() 5608 for (p = o->map_head.link_order; in NAME()
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
| H A D | ppc64elf.em | 165 /* Trim I off the bfd map_head/map_tail doubly linked lists. */ 166 n = i->map_head.s; 168 (p != NULL ? p : i->output_section)->map_head.s = n; 187 n = p->map_head.s; 189 i->map_head.s = n; 191 (p != NULL ? p : i->output_section)->map_head.s = i;
|
| /netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
| H A D | ppc64elf.em | 165 /* Trim I off the bfd map_head/map_tail doubly linked lists. */ 166 n = i->map_head.s; 168 (p != NULL ? p : i->output_section)->map_head.s = n; 187 n = p->map_head.s; 189 i->map_head.s = n; 191 (p != NULL ? p : i->output_section)->map_head.s = i;
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | obj-elf.c | 505 = sec->map_head.linked_to_symbol_name; in get_section_by_match() 756 sec->map_head.linked_to_symbol_name in change_section() 1304 if (now_seg->map_head.linked_to_symbol_name) in obj_elf_section() 1306 now_seg->map_head.linked_to_symbol_name; in obj_elf_section() 2841 if (sec->map_head.linked_to_symbol_name) in build_additional_section_info() 2844 linked_to_sym = symbol_find (sec->map_head.linked_to_symbol_name); in build_additional_section_info() 2847 sec->map_head.linked_to_symbol_name, in build_additional_section_info()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | obj-elf.c | 521 = sec->map_head.linked_to_symbol_name; in get_section_by_match() 771 sec->map_head.linked_to_symbol_name in obj_elf_change_section() 2776 if (sec->map_head.linked_to_symbol_name) in build_additional_section_info() 2779 linked_to_sym = symbol_find (sec->map_head.linked_to_symbol_name); in build_additional_section_info() 2782 sec->map_head.linked_to_symbol_name, in build_additional_section_info()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | linker.c | 1846 for (p = o->map_head.link_order; p != NULL; p = p->next) in _bfd_generic_final_link() 1875 for (p = o->map_head.link_order; p != NULL; p = p->next) in _bfd_generic_final_link() 1931 for (p = o->map_head.link_order; p != NULL; p = p->next) in _bfd_generic_final_link() 2451 section->map_head.link_order = new_lo; in bfd_new_link_order()
|
| H A D | elf-eh-frame.c | 1499 ent->removed = sec->map_head.s != NULL; in _bfd_elf_discard_section_eh_frame() 1664 for (eh = eh->map_head.s; eh != NULL; eh = eh->map_head.s) in _bfd_elf_eh_frame_present() 2323 for (p = sec->output_section->map_head.link_order; p != NULL; p = p->next) in _bfd_elf_fixup_eh_frame_hdr()
|
| H A D | pdp11.c | 3897 ->map_head.link_order) in NAME() 3901 ->map_head.link_order) in NAME() 3991 for (p = o->map_head.link_order; p != NULL; p = p->next) in NAME() 3999 for (p = o->map_head.link_order; in NAME() 4042 for (p = o->map_head.link_order; in NAME()
|
| H A D | aoutx.h | 5455 ->map_head.link_order) in NAME() 5459 ->map_head.link_order) in NAME() 5550 for (p = o->map_head.link_order; p != NULL; p = p->next) in NAME() 5558 for (p = o->map_head.link_order; in NAME() 5603 for (p = o->map_head.link_order; in NAME()
|
| H A D | elflink.c | 9695 for (lo = rela_dyn->map_head.link_order; lo != NULL; lo = lo->next) in elf_link_sort_relocs() 9752 for (lo = rel_dyn->map_head.link_order; lo != NULL; lo = lo->next) in elf_link_sort_relocs() 9836 for (lo = dynamic_relocs->map_head.link_order; lo != NULL; lo = lo->next) in elf_link_sort_relocs() 9863 for (lo = dynamic_relocs->map_head.link_order; lo != NULL; lo = lo->next) in elf_link_sort_relocs() 9928 for (plo = &dynamic_relocs->map_head.link_order; *plo != NULL; ) in elf_link_sort_relocs() 9944 for (lo = dynamic_relocs->map_head.link_order; lo != NULL; lo = lo->next) in elf_link_sort_relocs() 12322 for (p = o->map_head.link_order; p != NULL; p = p->next) in bfd_elf_final_link() 12337 o->map_head.link_order = NULL; in bfd_elf_final_link() 12373 for (p = o->map_head.link_order; p != NULL; p = p->next) in bfd_elf_final_link() 12771 for (p = o->map_head.link_order; p != NULL; p = p->next) in bfd_elf_final_link() [all …]
|
| H A D | elfxx-mips.c | 1604 s->map_head.link_order = NULL; in mips_elf_create_procedure_table() 14838 for (p = o->map_head.link_order; p != NULL; p = p->next) in _bfd_mips_elf_final_link() 14861 o->map_head.link_order = NULL; in _bfd_mips_elf_final_link() 14873 for (p = o->map_head.link_order; p != NULL; p = p->next) in _bfd_mips_elf_final_link() 14920 o->map_head.link_order = NULL; in _bfd_mips_elf_final_link() 14993 for (p = o->map_head.link_order; p != NULL; p = p->next) in _bfd_mips_elf_final_link() 15132 o->map_head.link_order = NULL; in _bfd_mips_elf_final_link() 15151 for (p = o->map_head.link_order; p != NULL; p = p->next) in _bfd_mips_elf_final_link() 15171 o->map_head.link_order = NULL; in _bfd_mips_elf_final_link() 15221 for (p = o->map_head.link_order; p != NULL; p = p->next) in _bfd_mips_elf_final_link() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | semantics.cc | 6750 bitmap_head aligned_head, map_head, map_field_head, map_firstprivate_head; in finish_omp_clauses() local 6778 bitmap_initialize (&map_head, &bitmap_default_obstack); in finish_omp_clauses() 7086 && bitmap_bit_p (&map_head, DECL_UID (t))) in finish_omp_clauses() 7186 else if (bitmap_bit_p (&map_head, DECL_UID (t))) in finish_omp_clauses() 8030 && (bitmap_bit_p (&map_head, DECL_UID (t)) in finish_omp_clauses() 8040 if (bitmap_bit_p (&map_head, DECL_UID (t))) in finish_omp_clauses() 8058 bitmap_set_bit (&map_head, DECL_UID (t)); in finish_omp_clauses() 8186 && bitmap_bit_p (&map_head, DECL_UID (t)))) in finish_omp_clauses() 8258 && (bitmap_bit_p (&map_head, DECL_UID (t)) in finish_omp_clauses() 8274 else if (bitmap_bit_p (&map_head, DECL_UID (t)) in finish_omp_clauses() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | semantics.c | 6323 bitmap_head aligned_head, map_head, map_field_head, oacc_reduction_head; in finish_omp_clauses() local 6344 bitmap_initialize (&map_head, &bitmap_default_obstack); in finish_omp_clauses() 6633 && bitmap_bit_p (&map_head, DECL_UID (t))) in finish_omp_clauses() 6697 else if (bitmap_bit_p (&map_head, DECL_UID (t))) in finish_omp_clauses() 7315 if (bitmap_bit_p (&map_head, DECL_UID (t))) in finish_omp_clauses() 7333 bitmap_set_bit (&map_head, DECL_UID (t)); in finish_omp_clauses() 7501 else if (bitmap_bit_p (&map_head, DECL_UID (t))) in finish_omp_clauses() 7514 else if (bitmap_bit_p (&map_head, DECL_UID (t)) in finish_omp_clauses() 7542 bitmap_set_bit (&map_head, DECL_UID (t)); in finish_omp_clauses() 7667 bitmap_set_bit (&map_head, DECL_UID (t)); in finish_omp_clauses() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-typeck.cc | 14117 bitmap_head aligned_head, map_head, map_field_head, map_firstprivate_head; in c_finish_omp_clauses() local 14148 bitmap_initialize (&map_head, &bitmap_default_obstack); in c_finish_omp_clauses() 14500 if (!bitmap_bit_p (&map_head, DECL_UID (s))) in c_finish_omp_clauses() 14586 && bitmap_bit_p (&map_head, DECL_UID (t))) in c_finish_omp_clauses() 14653 else if (bitmap_bit_p (&map_head, DECL_UID (t))) in c_finish_omp_clauses() 14950 && (bitmap_bit_p (&map_head, DECL_UID (t)) in c_finish_omp_clauses() 14960 if (bitmap_bit_p (&map_head, DECL_UID (t))) in c_finish_omp_clauses() 14978 bitmap_set_bit (&map_head, DECL_UID (t)); in c_finish_omp_clauses() 15100 && bitmap_bit_p (&map_head, DECL_UID (t)))) in c_finish_omp_clauses() 15149 && (bitmap_bit_p (&map_head, DECL_UID (t)) in c_finish_omp_clauses() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/ |
| H A D | section.texi | 496 /* Early in the link process, map_head and map_tail are used to build 505 @} map_head, map_tail; 686 /* map_head, map_tail, already_assigned, type */ \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-typeck.c | 13884 bitmap_head aligned_head, map_head, map_field_head, oacc_reduction_head; in c_finish_omp_clauses() local 13908 bitmap_initialize (&map_head, &bitmap_default_obstack); in c_finish_omp_clauses() 14256 if (!bitmap_bit_p (&map_head, DECL_UID (s))) in c_finish_omp_clauses() 14325 && bitmap_bit_p (&map_head, DECL_UID (t))) in c_finish_omp_clauses() 14356 else if (bitmap_bit_p (&map_head, DECL_UID (t))) in c_finish_omp_clauses() 14601 if (bitmap_bit_p (&map_head, DECL_UID (t))) in c_finish_omp_clauses() 14619 bitmap_set_bit (&map_head, DECL_UID (t)); in c_finish_omp_clauses() 14760 else if (bitmap_bit_p (&map_head, DECL_UID (t))) in c_finish_omp_clauses() 14773 else if (bitmap_bit_p (&map_head, DECL_UID (t))) in c_finish_omp_clauses() 14799 bitmap_set_bit (&map_head, DECL_UID (t)); in c_finish_omp_clauses() [all …]
|