Lines Matching full:else
67 } else if (str.compare(".rodata.cst4") == 0) { in ElfSection()
69 } else if (str.compare(".rodata.cst8") == 0) { in ElfSection()
71 } else if (str.compare(".rodata.cst16") == 0) { in ElfSection()
73 } else if (str.compare(".rodata.cst32") == 0) { in ElfSection()
75 } else if (str.compare(".text") == 0) { in ElfSection()
77 } else if (str.compare(".data") == 0) { in ElfSection()
79 } else if (str.compare(".got") == 0) { in ElfSection()
81 } else if (str.compare(".rela.text") == 0) { in ElfSection()
83 } else if (str.compare(".strtab") == 0) { in ElfSection()
85 } else if (str.compare(".symtab") == 0) { in ElfSection()
87 } else if (str.compare(".llvm_stackmaps") == 0) { in ElfSection()