Home
last modified time | relevance | path

Searched refs:section_list (Results 1 – 25 of 29) sorted by relevance

12

/dragonfly/contrib/binutils-2.27/include/
H A Dplugin-api.h310 (*ld_plugin_update_section_order) (const struct ld_plugin_section *section_list,
345 const struct ld_plugin_section * section_list,
/dragonfly/contrib/binutils-2.27/gold/
H A Dplugin.cc146 update_section_order(const struct ld_plugin_section *section_list,
159 const struct ld_plugin_section *section_list,
1804 update_section_order(const struct ld_plugin_section* section_list, in update_section_order() argument
1812 if (section_list == NULL) in update_section_order()
1826 section_list[i].handle); in update_section_order()
1829 unsigned int shndx = section_list[i].shndx; in update_section_order()
1873 const struct ld_plugin_section* section_list, in unique_segment_for_sections() argument
1881 if (section_list == NULL) in unique_segment_for_sections()
1895 section_list[i].handle); in unique_segment_for_sections()
1898 unsigned int shndx = section_list[i].shndx; in unique_segment_for_sections()
H A Dgold.cc566 = layout->section_list().begin(); in queue_middle_tasks()
567 p != layout->section_list().end(); in queue_middle_tasks()
H A Darm.cc9372 for (Layout::Section_list::const_iterator p = layout->section_list().begin(); in do_finalize_sections()
9373 p != layout->section_list().end(); in do_finalize_sections()
12171 Layout::Section_list section_list; in group_sections() local
12172 layout->get_executable_sections(&section_list); in group_sections()
12173 for (Layout::Section_list::const_iterator p = section_list.begin(); in group_sections()
12174 p != section_list.end(); in group_sections()
12247 layout->section_list().begin(); in do_relax()
12248 p != layout->section_list().end(); in do_relax()
12348 for (Layout::Section_list::const_iterator p = layout->section_list().begin(); in do_relax()
12349 p != layout->section_list().end(); in do_relax()
H A Dlayout.h979 section_list() const in section_list() function
H A Dlayout.cc5231 Layout::get_allocated_sections(Section_list* section_list) const in get_allocated_sections()
5237 section_list->push_back(*p); in get_allocated_sections()
5243 Layout::get_executable_sections(Section_list* section_list) const in get_executable_sections()
5250 section_list->push_back(*p); in get_executable_sections()
H A Dpowerpc.cc2568 Layout::Section_list section_list; in group_sections() local
2569 layout->get_executable_sections(&section_list); in group_sections()
2570 std::stable_sort(section_list.begin(), section_list.end(), Sort_sections()); in group_sections()
2571 for (Layout::Section_list::reverse_iterator o = section_list.rbegin(); in group_sections()
2572 o != section_list.rend(); in group_sections()
H A Daarch64.cc5442 Layout::Section_list section_list; in group_sections() local
5443 layout->get_executable_sections(&section_list); in group_sections()
5444 for (Layout::Section_list::const_iterator p = section_list.begin(); in group_sections()
5445 p != section_list.end(); in group_sections()
/dragonfly/contrib/binutils-2.34/include/
H A Dplugin-api.h310 (*ld_plugin_update_section_order) (const struct ld_plugin_section *section_list,
345 const struct ld_plugin_section * section_list,
/dragonfly/contrib/gcc-8.0/include/
H A Dplugin-api.h310 (*ld_plugin_update_section_order) (const struct ld_plugin_section *section_list,
345 const struct ld_plugin_section * section_list,
/dragonfly/contrib/binutils-2.34/gold/
H A Dplugin.cc151 update_section_order(const struct ld_plugin_section *section_list,
164 const struct ld_plugin_section *section_list,
2147 update_section_order(const struct ld_plugin_section* section_list, in update_section_order() argument
2155 if (section_list == NULL) in update_section_order()
2169 section_list[i].handle); in update_section_order()
2172 unsigned int shndx = section_list[i].shndx; in update_section_order()
2216 const struct ld_plugin_section* section_list, in unique_segment_for_sections() argument
2224 if (section_list == NULL) in unique_segment_for_sections()
2238 section_list[i].handle); in unique_segment_for_sections()
2241 unsigned int shndx = section_list[i].shndx; in unique_segment_for_sections()
H A Dgold.cc574 = layout->section_list().begin(); in queue_middle_tasks()
575 p != layout->section_list().end(); in queue_middle_tasks()
H A Dlayout.h1024 section_list() const in section_list() function
H A Dlayout.cc5682 Layout::get_allocated_sections(Section_list* section_list) const in get_allocated_sections()
5688 section_list->push_back(*p); in get_allocated_sections()
5694 Layout::get_executable_sections(Section_list* section_list) const in get_executable_sections()
5701 section_list->push_back(*p); in get_executable_sections()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dobjcopy.c126 struct section_list struct
854 static struct section_list *
857 struct section_list *p; in find_section_list()
907 p = (struct section_list *) xmalloc (sizeof (struct section_list)); in find_section_list()
1189 struct section_list *p; in is_strip_section_1()
1190 struct section_list *q; in is_strip_section_1()
2991 struct section_list *p; in setup_section()
3289 struct section_list *p; in copy_section()
4169 struct section_list * p; in copy_main()
4367 struct section_list *p; in copy_main()
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
H A Dobjcopy.c135 struct section_list struct
908 static struct section_list *
978 p = (struct section_list *) xmalloc (sizeof (struct section_list)); in find_section_list()
1326 struct section_list *p; in is_strip_section_1()
1327 struct section_list *q; in is_strip_section_1()
3934 struct section_list *p; in setup_section()
4302 struct section_list *p; in copy_section()
5244 struct section_list * p; in copy_main()
5442 struct section_list *p; in copy_main()
5464 struct section_list *p; in copy_main()
[all …]
/dragonfly/contrib/gcc-4.7/include/
H A Dplugin-api.h309 (*ld_plugin_update_section_order) (const struct ld_plugin_section *section_list,
/dragonfly/contrib/binutils-2.27/ld/
H A Dldlang.c285 sec = ptr->section_list; in walk_wild_section_general()
790 for (sec = ptr->section_list; sec != NULL; sec = sec->next) in analyze_walk_wild_section_handler()
810 for (sec = ptr->section_list; sec != NULL; sec = sec->next) in analyze_walk_wild_section_handler()
848 for (sec = ptr->section_list; sec != NULL; sec = sec->next) in analyze_walk_wild_section_handler()
851 for (sec = ptr->section_list; sec != NULL; sec = sec->next) in analyze_walk_wild_section_handler()
4427 for (sec = w->section_list; sec; sec = sec->next) in print_wild_statement()
7032 struct wildcard_list *section_list, in lang_add_wild() argument
7039 for (curr = section_list, section_list = NULL; in lang_add_wild()
7041 section_list = curr, curr = next) in lang_add_wild()
7047 curr->next = section_list; in lang_add_wild()
[all …]
H A Dldlang.h372 struct wildcard_list *section_list; member
/dragonfly/contrib/binutils-2.34/ld/
H A Dldlang.c321 sec = ptr->section_list; in walk_wild_section_general()
831 for (sec = ptr->section_list; sec != NULL; sec = sec->next) in analyze_walk_wild_section_handler()
851 for (sec = ptr->section_list; sec != NULL; sec = sec->next) in analyze_walk_wild_section_handler()
889 for (sec = ptr->section_list; sec != NULL; sec = sec->next) in analyze_walk_wild_section_handler()
892 for (sec = ptr->section_list; sec != NULL; sec = sec->next) in analyze_walk_wild_section_handler()
4871 for (sec = w->section_list; sec; sec = sec->next) in print_wild_statement()
7935 struct wildcard_list *section_list, in lang_add_wild() argument
7942 for (curr = section_list, section_list = NULL; in lang_add_wild()
7944 section_list = curr, curr = next) in lang_add_wild()
7947 curr->next = section_list; in lang_add_wild()
[all …]
H A Dldlang.h369 struct wildcard_list *section_list; member
/dragonfly/contrib/binutils-2.34/bfd/
H A Dcoffcode.h3000 asection **section_list; in coff_compute_section_file_positions() local
3017 section_list = (asection **) bfd_malloc (amt); in coff_compute_section_file_positions()
3018 if (section_list == NULL) in coff_compute_section_file_positions()
3024 section_list[i] = current; in coff_compute_section_file_positions()
3027 section_list[i] = NULL; in coff_compute_section_file_positions()
3029 qsort (section_list, count, sizeof (asection *), sort_by_secaddr); in coff_compute_section_file_positions()
3038 current = section_list[i]; in coff_compute_section_file_positions()
3059 free (section_list); in coff_compute_section_file_positions()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dcoffcode.h3268 asection **section_list; in coff_compute_section_file_positions() local
3285 section_list = (asection **) bfd_malloc (amt); in coff_compute_section_file_positions()
3286 if (section_list == NULL) in coff_compute_section_file_positions()
3292 section_list[i] = current; in coff_compute_section_file_positions()
3295 section_list[i] = NULL; in coff_compute_section_file_positions()
3297 qsort (section_list, count, sizeof (asection *), sort_by_secaddr); in coff_compute_section_file_positions()
3306 current = section_list[i]; in coff_compute_section_file_positions()
3327 free (section_list); in coff_compute_section_file_positions()
/dragonfly/contrib/gcc-4.7/gcc/lto/
H A Dlto.c1206 struct lto_section_list section_list; in lto_file_read() local
1208 memset (&section_list, 0, sizeof (struct lto_section_list)); in lto_file_read()
1209 section_hash_table = lto_obj_build_section_table (file, &section_list); in lto_file_read()
1215 for (section = section_list.first; section != NULL; section = section->next) in lto_file_read()
/dragonfly/contrib/gcc-8.0/gcc/lto/
H A Dlto.c2155 struct lto_section_list section_list; in lto_file_read() local
2157 memset (&section_list, 0, sizeof (struct lto_section_list)); in lto_file_read()
2158 section_hash_table = lto_obj_build_section_table (file, &section_list); in lto_file_read()
2164 for (section = section_list.first; section != NULL; section = section->next) in lto_file_read()

12