Searched refs:afptr (Results 1 – 8 of 8) sorted by relevance
/netbsd/external/gpl3/gdb/dist/ld/ |
H A D | pe-dll.c | 363 if (filename_ncmp (libname, afptr->name, afptr->len)) in libnamencmp() 366 libname += afptr->len; in libnamencmp() 588 while (afptr->name) in auto_export() 592 afptr++; in auto_export() 601 while (afptr->name) in auto_export() 605 afptr++; in auto_export() 620 afptr++; in auto_export() 627 if (strncmp (n, afptr->name, afptr->len) == 0) in auto_export() 630 afptr++; in auto_export() 640 && strncmp (n + len - afptr->len, afptr->name, in auto_export() [all …]
|
H A D | ChangeLog-2006 | 96 (auto_export): Change afptr to const. Move name declaration to
|
/netbsd/external/gpl3/binutils.old/dist/ld/ |
H A D | pe-dll.c | 353 if (filename_ncmp (libname, afptr->name, afptr->len)) in libnamencmp() 356 libname += afptr->len; in libnamencmp() 577 while (afptr->name) in auto_export() 581 afptr++; in auto_export() 590 while (afptr->name) in auto_export() 594 afptr++; in auto_export() 609 afptr++; in auto_export() 616 if (strncmp (n, afptr->name, afptr->len) == 0) in auto_export() 619 afptr++; in auto_export() 629 && strncmp (n + len - afptr->len, afptr->name, in auto_export() [all …]
|
H A D | ChangeLog-2006 | 96 (auto_export): Change afptr to const. Move name declaration to
|
/netbsd/external/gpl3/binutils/dist/ld/ |
H A D | pe-dll.c | 364 if (filename_ncmp (libname, afptr->name, afptr->len)) in libnamencmp() 367 libname += afptr->len; in libnamencmp() 589 while (afptr->name) in auto_export() 593 afptr++; in auto_export() 602 while (afptr->name) in auto_export() 606 afptr++; in auto_export() 621 afptr++; in auto_export() 628 if (strncmp (n, afptr->name, afptr->len) == 0) in auto_export() 631 afptr++; in auto_export() 641 && strncmp (n + len - afptr->len, afptr->name, in auto_export() [all …]
|
H A D | ChangeLog-2006 | 96 (auto_export): Change afptr to const. Move name declaration to
|
/netbsd/external/gpl3/gdb.old/dist/ld/ |
H A D | pe-dll.c | 363 if (filename_ncmp (libname, afptr->name, afptr->len)) in libnamencmp() 366 libname += afptr->len; in libnamencmp() 588 while (afptr->name) in auto_export() 592 afptr++; in auto_export() 601 while (afptr->name) in auto_export() 605 afptr++; in auto_export() 620 afptr++; in auto_export() 627 if (strncmp (n, afptr->name, afptr->len) == 0) in auto_export() 630 afptr++; in auto_export() 640 && strncmp (n + len - afptr->len, afptr->name, in auto_export() [all …]
|
H A D | ChangeLog-2006 | 96 (auto_export): Change afptr to const. Move name declaration to
|