Home
last modified time | relevance | path

Searched refs:map_head (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/netbsd/external/gpl3/gdb/dist/ld/
H A Dldwrite.c375 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 Dldlang.c1849 || s->map_head.s == NULL in insert_os_after()
2710 section->map_head.s = NULL; in lang_add_section()
2713 s->map_head.s = section; in lang_add_section()
2715 output->bfd_section->map_head.s = section; in lang_add_section()
4499 if (exclude && output_section->map_head.s != NULL) in strip_excluded_output_sections()
4503 for (s = output_section->map_head.s; s != NULL; s = s->map_head.s) in strip_excluded_output_sections()
4551 output_section->map_head.link_order = NULL; in lang_clear_os_map()
6791 for (i = sec->map_head.s; i != NULL; i = i->map_head.s) in undef_start_stop()
/netbsd/external/gpl3/binutils.old/dist/ld/
H A Dldwrite.c375 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 Dldlang.c1824 || s->map_head.s == NULL in insert_os_after()
2654 section->map_head.s = NULL; in lang_add_section()
2657 s->map_head.s = section; in lang_add_section()
2659 output->bfd_section->map_head.s = section; in lang_add_section()
4355 if (exclude && output_section->map_head.s != NULL) in strip_excluded_output_sections()
4359 for (s = output_section->map_head.s; s != NULL; s = s->map_head.s) in strip_excluded_output_sections()
4407 output_section->map_head.link_order = NULL; in lang_clear_os_map()
6543 for (i = sec->map_head.s; i != NULL; i = i->map_head.s) in undef_start_stop()
/netbsd/external/gpl3/binutils/dist/ld/
H A Dldwrite.c375 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 Dldlang.c1848 || 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/external/gpl3/gdb.old/dist/ld/
H A Dldwrite.c375 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 Dldlang.c1849 || s->map_head.s == NULL in insert_os_after()
2710 section->map_head.s = NULL; in lang_add_section()
2713 s->map_head.s = section; in lang_add_section()
2715 output->bfd_section->map_head.s = section; in lang_add_section()
4499 if (exclude && output_section->map_head.s != NULL) in strip_excluded_output_sections()
4503 for (s = output_section->map_head.s; s != NULL; s = s->map_head.s) in strip_excluded_output_sections()
4551 output_section->map_head.link_order = NULL; in lang_clear_os_map()
6791 for (i = sec->map_head.s; i != NULL; i = i->map_head.s) in undef_start_stop()
/netbsd/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dppc64elf.em163 /* Trim I off the bfd map_head/map_tail doubly linked lists. */
164 n = i->map_head.s;
166 (p != NULL ? p : i->output_section)->map_head.s = n;
185 n = p->map_head.s;
187 i->map_head.s = n;
189 (p != NULL ? p : i->output_section)->map_head.s = i;
/netbsd/external/gpl3/gdb/dist/ld/emultempl/
H A Dppc64elf.em163 /* Trim I off the bfd map_head/map_tail doubly linked lists. */
164 n = i->map_head.s;
166 (p != NULL ? p : i->output_section)->map_head.s = n;
185 n = p->map_head.s;
187 i->map_head.s = n;
189 (p != NULL ? p : i->output_section)->map_head.s = i;
/netbsd/external/gpl3/binutils/dist/ld/emultempl/
H A Dppc64elf.em165 /* 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/external/gpl3/gdb.old/dist/ld/emultempl/
H A Dppc64elf.em163 /* Trim I off the bfd map_head/map_tail doubly linked lists. */
164 n = i->map_head.s;
166 (p != NULL ? p : i->output_section)->map_head.s = n;
185 n = p->map_head.s;
187 i->map_head.s = n;
189 (p != NULL ? p : i->output_section)->map_head.s = i;
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dobj-elf.c527 = sec->map_head.linked_to_symbol_name; in get_section()
750 sec->map_head.linked_to_symbol_name in obj_elf_change_section()
2617 if (sec->map_head.linked_to_symbol_name) in build_additional_section_info()
2620 linked_to_sym = symbol_find (sec->map_head.linked_to_symbol_name); in build_additional_section_info()
2623 sec->map_head.linked_to_symbol_name, in build_additional_section_info()
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dobj-elf.c521 = 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/external/gpl3/gdb.old/dist/gas/config/
H A Dobj-elf.c527 = sec->map_head.linked_to_symbol_name; in get_section()
750 sec->map_head.linked_to_symbol_name in obj_elf_change_section()
2617 if (sec->map_head.linked_to_symbol_name) in build_additional_section_info()
2620 linked_to_sym = symbol_find (sec->map_head.linked_to_symbol_name); in build_additional_section_info()
2623 sec->map_head.linked_to_symbol_name, in build_additional_section_info()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Dlinker.c1832 for (p = o->map_head.link_order; p != NULL; p = p->next) in _bfd_generic_final_link()
1861 for (p = o->map_head.link_order; p != NULL; p = p->next) in _bfd_generic_final_link()
1917 for (p = o->map_head.link_order; p != NULL; p = p->next) in _bfd_generic_final_link()
2437 section->map_head.link_order = new_lo; in bfd_new_link_order()
H A Delf-eh-frame.c1497 ent->removed = sec->map_head.s != NULL; in _bfd_elf_discard_section_eh_frame()
1663 for (eh = eh->map_head.s; eh != NULL; eh = eh->map_head.s) in _bfd_elf_eh_frame_present()
2322 for (p = sec->output_section->map_head.link_order; p != NULL; p = p->next) in _bfd_elf_fixup_eh_frame_hdr()
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Delf-eh-frame.c1500 ent->removed = sec->map_head.s != NULL; in _bfd_elf_discard_section_eh_frame()
1669 for (eh = eh->map_head.s; eh != NULL; eh = eh->map_head.s) in _bfd_elf_eh_frame_present()
2327 for (p = sec->output_section->map_head.link_order; p != NULL; p = p->next) in _bfd_elf_fixup_eh_frame_hdr()
H A Dlinker.c1832 for (p = o->map_head.link_order; p != NULL; p = p->next) in _bfd_generic_final_link()
1861 for (p = o->map_head.link_order; p != NULL; p = p->next) in _bfd_generic_final_link()
1917 for (p = o->map_head.link_order; p != NULL; p = p->next) in _bfd_generic_final_link()
2437 section->map_head.link_order = new_lo; in bfd_new_link_order()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Dlinker.c1846 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 Delf-eh-frame.c1499 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()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Delf-eh-frame.c1497 ent->removed = sec->map_head.s != NULL; in _bfd_elf_discard_section_eh_frame()
1663 for (eh = eh->map_head.s; eh != NULL; eh = eh->map_head.s) in _bfd_elf_eh_frame_present()
2322 for (p = sec->output_section->map_head.link_order; p != NULL; p = p->next) in _bfd_elf_fixup_eh_frame_hdr()
H A Dlinker.c1832 for (p = o->map_head.link_order; p != NULL; p = p->next) in _bfd_generic_final_link()
1861 for (p = o->map_head.link_order; p != NULL; p = p->next) in _bfd_generic_final_link()
1917 for (p = o->map_head.link_order; p != NULL; p = p->next) in _bfd_generic_final_link()
2437 section->map_head.link_order = new_lo; in bfd_new_link_order()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc7031 && bitmap_bit_p (&map_head, DECL_UID (t))) in finish_omp_clauses()
7131 else if (bitmap_bit_p (&map_head, DECL_UID (t))) in finish_omp_clauses()
7975 && (bitmap_bit_p (&map_head, DECL_UID (t)) in finish_omp_clauses()
7985 if (bitmap_bit_p (&map_head, DECL_UID (t))) in finish_omp_clauses()
8003 bitmap_set_bit (&map_head, DECL_UID (t)); in finish_omp_clauses()
8131 && bitmap_bit_p (&map_head, DECL_UID (t)))) in finish_omp_clauses()
8203 && (bitmap_bit_p (&map_head, DECL_UID (t)) in finish_omp_clauses()
8233 else if (bitmap_bit_p (&map_head, DECL_UID (t)) in finish_omp_clauses()
8267 bitmap_set_bit (&map_head, DECL_UID (t)); in finish_omp_clauses()
8394 bitmap_set_bit (&map_head, DECL_UID (t)); in finish_omp_clauses()
[all …]
H A Dsemantics.c6323 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 …]

12345678910>>...12