Lines Matching refs:strcmp
40 if (!strcmp(".l1.text", shname) || in module_frob_arch_sections()
41 (!strcmp(".text", shname) && in module_frob_arch_sections()
52 } else if (!strcmp(".l1.data", shname) || in module_frob_arch_sections()
53 (!strcmp(".data", shname) && in module_frob_arch_sections()
64 } else if (!strcmp(".l1.bss", shname) || in module_frob_arch_sections()
65 (!strcmp(".bss", shname) && in module_frob_arch_sections()
75 } else if (!strcmp(".l1.data.B", shname)) { in module_frob_arch_sections()
85 } else if (!strcmp(".l1.bss.B", shname)) { in module_frob_arch_sections()
95 } else if (!strcmp(".l2.text", shname) || in module_frob_arch_sections()
96 (!strcmp(".text", shname) && in module_frob_arch_sections()
107 } else if (!strcmp(".l2.data", shname) || in module_frob_arch_sections()
108 (!strcmp(".data", shname) && in module_frob_arch_sections()
119 } else if (!strcmp(".l2.bss", shname) || in module_frob_arch_sections()
120 (!strcmp(".bss", shname) && in module_frob_arch_sections()
264 if (!strcmp(".rela.l2.text", shname) || in module_finalize()
265 !strcmp(".rela.l1.text", shname) || in module_finalize()
266 (!strcmp(".rela.text", shname) && in module_finalize()