reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1924 entry.Dump(); 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); 2514 e.entry.address += text_segment_file_addr; 4669 if (e.entry.import_name) { 4672 if (indirect_symbol_names.find(e.entry.name) == 4678 sym[sym_idx].GetMangled() = Mangled(e.entry.name); 4681 sym[sym_idx].SetReExportedSymbolName(e.entry.import_name); 4682 if (e.entry.other > 0 && e.entry.other <= dylib_files.GetSize()) { 4682 if (e.entry.other > 0 && e.entry.other <= dylib_files.GetSize()) { 4684 dylib_files.GetFileSpecAtIndex(e.entry.other - 1));