Lines Matching full:compare
73 if (str.compare(".rodata") == 0) { in ElfSection()
75 } else if (str.compare(".rodata.cst4") == 0) { in ElfSection()
77 } else if (str.compare(".rodata.cst8") == 0) { in ElfSection()
79 } else if (str.compare(".rodata.cst16") == 0) { in ElfSection()
81 } else if (str.compare(".rodata.cst32") == 0) { in ElfSection()
83 } else if (str.compare(".text") == 0) { in ElfSection()
85 } else if (str.compare(".data") == 0) { in ElfSection()
87 } else if (str.compare(".got") == 0) { in ElfSection()
89 } else if (str.compare(".rela.text") == 0) { in ElfSection()
91 } else if (str.compare(".strtab") == 0) { in ElfSection()
93 } else if (str.compare(".symtab") == 0) { in ElfSection()
95 } else if (str.compare(".shstrtab") == 0) { in ElfSection()
97 } else if (str.compare(".llvm_stackmaps") == 0) { in ElfSection()
99 } else if (str.compare(".ark_stackmaps") == 0) { in ElfSection()
101 } else if (str.compare(".ark_funcentry") == 0) { in ElfSection()
103 } else if (str.compare(".ark_asmstub") == 0) { in ElfSection()
105 } else if (str.compare(".ark_moduleinfo") == 0) { in ElfSection()