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

  /src/external/gpl3/binutils/dist/ld/
pe-dll.c 424 static int libnamencmp (const char *libname, const autofilter_entry_type *afptr)
426 if (filename_ncmp (libname, afptr->name, afptr->len))
429 libname += afptr->len;
622 const autofilter_entry_type *afptr; local
649 afptr = autofilter_liblist;
651 while (afptr->name)
653 if (libnamencmp (libname, afptr) == 0 )
655 afptr++;
663 afptr = autofilter_objlist
    [all...]
pe-dll.c 424 static int libnamencmp (const char *libname, const autofilter_entry_type *afptr)
426 if (filename_ncmp (libname, afptr->name, afptr->len))
429 libname += afptr->len;
622 const autofilter_entry_type *afptr; local
649 afptr = autofilter_liblist;
651 while (afptr->name)
653 if (libnamencmp (libname, afptr) == 0 )
655 afptr++;
663 afptr = autofilter_objlist
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
pe-dll.c 397 static int libnamencmp (const char *libname, const autofilter_entry_type *afptr)
399 if (filename_ncmp (libname, afptr->name, afptr->len))
402 libname += afptr->len;
595 const autofilter_entry_type *afptr; local
622 afptr = autofilter_liblist;
624 while (afptr->name)
626 if (libnamencmp (libname, afptr) == 0 )
628 afptr++;
636 afptr = autofilter_objlist
    [all...]
pe-dll.c 397 static int libnamencmp (const char *libname, const autofilter_entry_type *afptr)
399 if (filename_ncmp (libname, afptr->name, afptr->len))
402 libname += afptr->len;
595 const autofilter_entry_type *afptr; local
622 afptr = autofilter_liblist;
624 while (afptr->name)
626 if (libnamencmp (libname, afptr) == 0 )
628 afptr++;
636 afptr = autofilter_objlist
    [all...]

Completed in 51 milliseconds