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

/macosx-10.9.5/cctools-845/misc/
H A Dpagestuff.c503 struct linkedit_data_command *split_info, *code_sig, *func_starts, local
542 func_starts = NULL;
566 else if(func_starts == NULL && lc->cmd == LC_FUNCTION_STARTS){
567 func_starts = (struct linkedit_data_command *)lc;
995 if(func_starts != NULL && func_starts->datasize != 0){
997 mp->offset = fp->offset + func_starts->dataoff;
998 mp->size = func_starts->datasize;
/macosx-10.9.5/cctools-845/libstuff/
H A Dofile.c3366 struct linkedit_data_command *code_sig, *split_info, *func_starts,
3466 func_starts = NULL;
4046 if(func_starts != NULL){
4051 func_starts = (struct linkedit_data_command *)lc;

Completed in 409 milliseconds