Searched refs:rebase (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dgitrebase.vim2 " Language: git rebase --interactive
4 " Filenames: git-rebase-todo
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dgitrebase.vim2 " Language: git rebase --interactive
/macosx-10.10.1/dyld-353.2.1/src/
H A DImageLoaderMachOClassic.h75 virtual void rebase(const LinkContext& context);
H A DImageLoaderMachOCompressed.h77 virtual void rebase(const LinkContext& context);
H A DImageLoaderMachO.h123 virtual void rebase(const LinkContext& context) = 0;
H A DImageLoaderMachOCompressed.cpp345 // mark that we are done with rebase and bind info
351 // mark the rebase and bind info and using sequential access
357 // if not loaded at preferred address, mark rebase info
380 // do nothing if only one page of rebase/bind info
399 dyld::log("dyld: rebase: %s:*0x%08lX += 0x%08lX\n", this->getShortName(), (uintptr_t)addr, slide);
411 dyld::throwf("bad rebase type %d", type);
418 dyld::throwf("malformed rebase opcodes (%ld/%ld): address 0x%08lX is beyond end of segment %s (0x%08lX -> 0x%08lX)",
423 void ImageLoaderMachOCompressed::rebase(const LinkContext& context) function in class:ImageLoaderMachOCompressed
502 dyld::throwf("bad rebase opcode %d", *p);
H A DImageLoaderMachO.cpp1169 // if prebound and loaded at prebound address, then no need to rebase
1215 this->rebase(context);
H A DImageLoaderMachOClassic.cpp753 void ImageLoaderMachOClassic::rebase(const LinkContext& context) function in class:ImageLoaderMachOClassic
787 dyld::log("dyld: rebase: %s:*0x%08lX += 0x%08lX\n", this->getShortName(), rebaseAddr, slide);
801 dyld::log("dyld: rebase: %s:*0x%08lX += 0x%08lX\n", this->getShortName(), rebaseAddr, slide);
821 dyld::log("dyld: rebase: %s:*0x%08lX += 0x%08lX\n", this->getShortName(), (uintptr_t)locationToFix, slide);
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp59 virtual void rebase(std::vector<void*>&) = 0;
73 virtual void rebase(std::vector<void*>&);
213 void Rebaser<A>::rebase(std::vector<void*>& pointersInData) function in class:Rebaser
757 throw "bad segment index in rebase info";
793 throw "bad rebase type";
858 throwf("bad rebase opcode %d", *p);
971 throw "cannot rebase final linked image with scattered relocations";
987 throw "cannot rebase final linked image with scattered relocations";
1078 fprintf(stderr, "rebase warning: %s for %s\n", msg, path);
1098 fprintf(stderr, "rebase warnin
[all...]
H A Dupdate_dyld_shared_cache.cpp1984 // rebase info is not copied because images in shared cache are never rebased
2648 // rebase each dylib in shared cache
2652 r.rebase(pointersInData);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dbconfig.c5354 int base, int rebase, int max, int use_ldif )
5377 if ( rebase ) {
5393 if ( rebase )
5353 config_rename_add( Operation *op, SlapReply *rs, CfEntryInfo *ce, int base, int rebase, int max, int use_ldif ) argument
/macosx-10.10.1/vim-55/runtime/
H A Dfiletype.vim730 autocmd BufNewFile,BufRead git-rebase-todo setf gitrebase

Completed in 169 milliseconds