Lines Matching refs:compare
72 if (str.compare(".rodata") == 0) { in ElfSection()
74 } else if (str.compare(".rodata.cst4") == 0) { in ElfSection()
76 } else if (str.compare(".rodata.cst8") == 0) { in ElfSection()
78 } else if (str.compare(".rodata.cst16") == 0) { in ElfSection()
80 } else if (str.compare(".rodata.cst32") == 0) { in ElfSection()
82 } else if (str.compare(".text") == 0) { in ElfSection()
84 } else if (str.compare(".data") == 0) { in ElfSection()
86 } else if (str.compare(".got") == 0) { in ElfSection()
88 } else if (str.compare(".rela.text") == 0) { in ElfSection()
90 } else if (str.compare(".strtab") == 0) { in ElfSection()
92 } else if (str.compare(".symtab") == 0) { in ElfSection()
94 } else if (str.compare(".shstrtab") == 0) { in ElfSection()
96 } else if (str.compare(".llvm_stackmaps") == 0) { in ElfSection()
98 } else if (str.compare(".ark_stackmaps") == 0) { in ElfSection()
100 } else if (str.compare(".ark_funcentry") == 0) { in ElfSection()
102 } else if (str.compare(".ark_asmstub") == 0) { in ElfSection()
104 } else if (str.compare(".ark_moduleinfo") == 0) { in ElfSection()