Home | History | Annotate | Download | only in loadmacho

Lines Matching defs:Load

426 // Load loads the Mach-O file pn from f.
428 func Load(arch *sys.Arch, syms *sym.Symbols, f *bio.Reader, pkg string, length int64, pn string) (textp []*sym.Symbol, err error) {
496 // read and parse load commands
526 return errorf("multiple load commands")
533 // load text and data segments into memory.
534 // they are not as small as the load commands, but we'll need
538 return errorf("no load command")
547 return errorf("load segment out of range")
551 return errorf("cannot load object data: seek failed")
555 return errorf("cannot load object data: %v", err)
696 // load relocations
768 // load indirect table for __pointers