Searched refs:termRoutine (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/debugger/elf/
H A DCoreFile.h86 uint64 initRoutine, uint64 termRoutine,
H A DCoreFile.cpp69 uint64 termRoutine, uint64 textBase, uint64 textSize, int64 textDelta,
77 fTermRoutine(termRoutine),
587 uint64 termRoutine = Get(entry.ni_term_routine); local
618 initRoutine, termRoutine, textBase, textSize, textDelta, dataBase,
68 CoreFileImageInfo(int32 id, int32 type, uint64 initRoutine, uint64 termRoutine, uint64 textBase, uint64 textSize, int64 textDelta, uint64 dataBase, uint64 dataSize, int32 deviceId, int64 nodeId, uint64 symbolTable, uint64 symbolHash, uint64 stringTable, CoreFileAreaInfo* textArea, CoreFileAreaInfo* dataArea, const BString& name) argument

Completed in 86 milliseconds