Lines Matching refs:strcmp
53 if (!strcmp(".l1.text", shname) || in module_frob_arch_sections()
54 (!strcmp(".text", shname) && in module_frob_arch_sections()
65 } else if (!strcmp(".l1.data", shname) || in module_frob_arch_sections()
66 (!strcmp(".data", shname) && in module_frob_arch_sections()
77 } else if (!strcmp(".l1.bss", shname) || in module_frob_arch_sections()
78 (!strcmp(".bss", shname) && in module_frob_arch_sections()
88 } else if (!strcmp(".l1.data.B", shname)) { in module_frob_arch_sections()
98 } else if (!strcmp(".l1.bss.B", shname)) { in module_frob_arch_sections()
108 } else if (!strcmp(".l2.text", shname) || in module_frob_arch_sections()
109 (!strcmp(".text", shname) && in module_frob_arch_sections()
120 } else if (!strcmp(".l2.data", shname) || in module_frob_arch_sections()
121 (!strcmp(".data", shname) && in module_frob_arch_sections()
132 } else if (!strcmp(".l2.bss", shname) || in module_frob_arch_sections()
133 (!strcmp(".bss", shname) && in module_frob_arch_sections()
285 if (!strcmp(".rela.l2.text", shname) || in module_finalize()
286 !strcmp(".rela.l1.text", shname) || in module_finalize()
287 (!strcmp(".rela.text", shname) && in module_finalize()