Home | History | Annotate | Download | only in Mach-O

Lines Matching refs:eSymbolTypeData

869             case eSymbolTypeData:           return eAddressClassData;
2065 type = eSymbolTypeData;
2108 type = eSymbolTypeData;
2424 //case SectionTypeZeroFill: type = eSymbolTypeData; break; // zero fill on demand section
2425 case SectionTypeCStringLiterals: type = eSymbolTypeData; break; // section with only literal C strings
2426 case SectionType4ByteLiterals: type = eSymbolTypeData; break; // section with only 4 byte literals
2427 case SectionType8ByteLiterals: type = eSymbolTypeData; break; // section with only 8 byte literals
2435 //case SectionTypeZeroFillLarge: type = eSymbolTypeData; break; // zero fill on demand section (that can be larger than 4 gigabytes)
2437 case SectionType16ByteLiterals: type = eSymbolTypeData; break; // section with only 16 byte literals
2451 type = eSymbolTypeData;
2499 type = eSymbolTypeData;
2630 else if (type == eSymbolTypeData)
2804 type = eSymbolTypeData;
2847 type = eSymbolTypeData;
3164 //case SectionTypeZeroFill: type = eSymbolTypeData; break; // zero fill on demand section
3165 case SectionTypeCStringLiterals: type = eSymbolTypeData; break; // section with only literal C strings
3166 case SectionType4ByteLiterals: type = eSymbolTypeData; break; // section with only 4 byte literals
3167 case SectionType8ByteLiterals: type = eSymbolTypeData; break; // section with only 8 byte literals
3175 //case SectionTypeZeroFillLarge: type = eSymbolTypeData; break; // zero fill on demand section (that can be larger than 4 gigabytes)
3177 case SectionType16ByteLiterals: type = eSymbolTypeData; break; // section with only 16 byte literals
3191 type = eSymbolTypeData;
3241 type = eSymbolTypeData;
3372 else if (type == eSymbolTypeData)
3442 nlist_idx < symtab_load_command.nsyms && (global_symbol = symtab->FindSymbolWithType (eSymbolTypeData, Symtab::eDebugYes, Symtab::eVisibilityAny, nlist_idx)) != NULL;