Searched refs:section_name_prefix (Results 1 – 8 of 8) sorted by relevance
38 const char *section_name_prefix = LTO_SECTION_NAME_PREFIX; variable142 char *res = concat (section_name_prefix, sep, add, post, NULL); in lto_get_section_name()
32 extern const char *section_name_prefix;
2201 section_name_prefix = OFFLOAD_SECTION_NAME_PREFIX; in ipa_passes()2208 section_name_prefix = LTO_SECTION_NAME_PREFIX; in ipa_passes()
8232 (section_name_prefix): Declare.8233 * lto-streamer.c (section_name_prefix): New variable.8234 (lto_get_section_name): Use section_name_prefix instead of
44184 at the same time as section_name_prefix.44196 instead of section_name_prefix string comparisons.
221 if (strncmp (name, section_name_prefix, strlen (section_name_prefix))) in lto_obj_add_section()
2162 if (strncmp (name, section_name_prefix, strlen (section_name_prefix))) in lto_section_with_id()2168 if ((size_t)(s - name) == strlen (section_name_prefix)) in lto_section_with_id()2724 section_name_prefix = OFFLOAD_SECTION_NAME_PREFIX; in read_cgraph_and_symbols()
1701 * lto-object.c (lto_obj_add_section): Use section_name_prefix instead of1705 * lto.c (lto_section_with_id): Use section_name_prefix instead of