Home
last modified time | relevance | path

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

/external/elfutils/src/
Dld.h230 bool has_merge_sections; member
Dldgeneric.c1018 bool has_merge_sections = false; in add_relocatable_file() local
1071 has_merge_sections |= (shdr->sh_flags & SHF_MERGE) != 0; in add_relocatable_file()
1235 fileinfo->has_merge_sections = has_merge_sections; in add_relocatable_file()
1236 if (likely (has_merge_sections)) in add_relocatable_file()
4684 if (file->has_merge_sections && file->symref[cnt] != NULL in ld_generic_create_outfile()