Home
last modified time | relevance | path

Searched refs:afptr (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/ld/
Dpe-dll.c373 static int libnamencmp (const char *libname, const autofilter_entry_type *afptr) in libnamencmp() argument
375 if (filename_ncmp (libname, afptr->name, afptr->len)) in libnamencmp()
378 libname += afptr->len; in libnamencmp()
571 const autofilter_entry_type *afptr; in auto_export() local
598 afptr = autofilter_liblist; in auto_export()
600 while (afptr->name) in auto_export()
602 if (libnamencmp (libname, afptr) == 0 ) in auto_export()
604 afptr++; in auto_export()
612 afptr = autofilter_objlist; in auto_export()
613 while (afptr->name) in auto_export()
[all …]
DChangeLog-200696 (auto_export): Change afptr to const. Move name declaration to