reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1944 e.entry.flags = data.GetULEB128(&offset); 1946 if (e.entry.flags & EXPORT_SYMBOL_FLAGS_REEXPORT) { 1947 e.entry.address = 0; 1948 e.entry.other = data.GetULEB128(&offset); // dylib ordinal 1951 e.entry.address = data.GetULEB128(&offset); 1952 if (e.entry.flags & EXPORT_SYMBOL_FLAGS_STUB_AND_RESOLVER) { 1953 e.entry.other = data.GetULEB128(&offset); 1954 uint64_t resolver_addr = e.entry.other; 1959 e.entry.other = 0; 1962 if (EXPORT_SYMBOL_FLAGS_REEXPORT & e.entry.flags && import_name && 1971 e.entry.name.SetCStringWithLength(name.c_str() + 1, name.size() - 1); 1975 e.entry.import_name.SetCString(import_name + 1); 1977 output.push_back(e);