···4949 // Creates a list of publicly visible functions in this module
5050 void loadExports(const MachO& mach, intptr base, Exports* exports);
51515252- // Puts all symbol addresses into a global map
5353- void loadSymbols(const MachO& mach, intptr slide, intptr base);
5454-5552 // Loads a Mach-O file and does all the processing
5653 void load(const MachO& mach, std::string sourcePath, Exports* exports = 0);
5754
···5959 jmp r10
60606161; This is duplicated for every mapped function
6262-trampoline:
6262+trampoline_start:
6363 mov r10, qword 0xb0b1b2b3b4b5b6
6464 call r10 ; call reg_saveall
6565