Searched refs:term_routine (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/os/kernel/
H A Dimage.h28 void (*term_routine)(); member in struct:__anon2
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h107 addr_t term_routine; member in struct:image_t
/haiku/src/kits/debug/
H A DSymbolLookup.cpp578 fInfo.term_routine = (void (*)())fImage->term_routine;
H A DImage.cpp240 fInfo.term_routine = 0;
/haiku/src/system/runtime_loader/
H A Dimages.cpp481 info.basic_info.term_routine = (void (*)())image->term_routine;
H A Delf.cpp398 if (image->term_routine)
399 ((init_term_function)image->term_routine)(image->id);
H A Delf_load_image.cpp318 image->term_routine
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp258 fTermRoutine((addr_t)image->info.basic_info.term_routine),
/haiku/src/system/kernel/
H A Delf.cpp2466 info->term_routine = NULL;

Completed in 121 milliseconds