Home
last modified time | relevance | path

Searched refs:lto_obj_build_section_table (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto.h46 extern htab_t lto_obj_build_section_table (lto_file *file, struct lto_section_list *list);
H A Dlto-object.c262 lto_obj_build_section_table (lto_file *lto_file, struct lto_section_list *list) in lto_obj_build_section_table() function
H A Dlto-common.c2304 section_hash_table = lto_obj_build_section_table (file, &section_list); in lto_file_read()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto.h46 extern htab_t lto_obj_build_section_table (lto_file *file, struct lto_section_list *list);
H A Dlto-object.cc258 lto_obj_build_section_table (lto_file *lto_file, struct lto_section_list *list) in lto_obj_build_section_table() function
H A DChangeLog3005 * lto.h (lto_obj_build_section_table): Add list.
3557 (lto_obj_build_section_table): Call lto_obj_create_section_hash_table.
3559 (lto_obj_build_section_table): Call lto_obj_create_section_hash_table.
3561 (lto_obj_build_section_table): Call lto_obj_create_section_hash_table.
3694 * lto-elf.c (lto_obj_build_section_table): Work around
3852 (lto_obj_build_section_table): ... and likewise.
3871 (lto_obj_build_section_table): ... and likewise.
H A Dlto-common.cc2313 section_hash_table = lto_obj_build_section_table (file, &section_list); in lto_file_read()