HomeSort by: relevance | last modified time | path
    Searched refs:linear_search_fdes (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-fde.c 981 linear_search_fdes (struct object *ob, const fde *this_fde, void *pc)
1174 const fde *f = linear_search_fdes (ob, *p, pc);
1181 return linear_search_fdes (ob, ob->u.single, pc);
979 linear_search_fdes (struct object *ob, const fde *this_fde, void *pc) function
unwind-dw2-fde-dip.c 519 const fde *entry = linear_search_fdes (&ob, (fde *) eh_frame, (void *) pc);
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-dw2-fde.c 834 linear_search_fdes (struct object *ob, const fde *this_fde, void *pc)
1023 const fde *f = linear_search_fdes (ob, *p, pc);
1030 return linear_search_fdes (ob, ob->u.single, pc);
831 linear_search_fdes (struct object *ob, const fde *this_fde, void *pc) function
unwind-dw2-fde-dip.c 481 const fde *entry = linear_search_fdes (&ob, (fde *) eh_frame, (void *) pc);

Completed in 15 milliseconds