MCPcopy Create free account
hub / github.com/GJDuck/e9patch / end

Method end

src/e9patch/e9patch.h:508–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506 return (lb >= ub? nullptr: ub-1);
507 }
508 Instr *end() const
509 {
510 return (lb >= ub? nullptr: ub);
511 }
512 Instr *find(off_t offset) const;
513 Instr *lower_bound(off_t offset) const;
514 void *alloc();

Callers 15

buildEntrySetFunction · 0.45
getTrampolineEntryFunction · 0.45
setTrampolineEntryFunction · 0.45
findInstrFunction · 0.45
dupStringFunction · 0.45
dupBytesFunction · 0.45
parseMetadataFunction · 0.45
targetAnalysisFunction · 0.45
expandMacroFunction · 0.45
buildBreakFunction · 0.45
lookupLabelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected