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

/haiku-fatelf/headers/build/os/kernel/
H A Dimage.h46 void (*term_routine)(); member in struct:__anon33
/haiku-fatelf/headers/os/kernel/
H A Dimage.h28 void (*term_routine)(); member in struct:__anon444
/haiku-fatelf/headers/private/runtime_loader/
H A Druntime_loader.h100 addr_t term_routine; member in struct:image_t
/haiku-fatelf/src/system/runtime_loader/
H A Delf.cpp635 if (image->term_routine)
636 ((init_term_function)image->term_routine)(image->id);
1025 if (image->term_routine)
1026 ((init_term_function)image->term_routine)(image->id);
H A Dimages.cpp460 info.term_routine = (void (*)())image->term_routine;
H A Delf_load_image.cpp289 image->term_routine
/haiku-fatelf/src/kits/debug/
H A DSymbolLookup.cpp546 fInfo.term_routine = (void (*)())fImage->term_routine;
H A DImage.cpp240 fInfo.term_routine = 0;
/haiku-fatelf/src/system/kernel/
H A Delf.cpp2566 info->term_routine = NULL;

Completed in 164 milliseconds