Home
last modified time | relevance | path

Searched refs:get_section_f (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDlto-section-in.c63 static lto_get_section_data_f* get_section_f; variable
77 get_section_f = get_f; in lto_set_in_hooks()
136 const char *data = (get_section_f) (file_data, section_type, name, len); in lto_get_section_data()
184 return (get_section_f) (file_data, section_type, name, len); in lto_get_raw_section_data()
/dragonfly/contrib/gcc-4.7/gcc/
HDlto-section-in.c71 static lto_get_section_data_f* get_section_f; variable
85 get_section_f = get_f; in lto_set_in_hooks()
144 const char *data = (get_section_f) (file_data, section_type, name, len); in lto_get_section_data()