Searched refs:binder_name (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386.c | 19909 char *binder_name, *symbol_name, lazy_ptr_name[32]; in machopic_output_stub() local 19919 binder_name = XALLOCAVEC (char, length + 32); in machopic_output_stub() 19920 GEN_BINDER_NAME_FOR_STUB (binder_name, stub, length); in machopic_output_stub() 19960 fprintf (file, "%s:\n", binder_name); in machopic_output_stub() 19964 fprintf (file, "\tlea\t%s-%s(%%ecx),%%ecx\n", lazy_ptr_name, binder_name); in machopic_output_stub() 19987 fprintf (file, ASM_LONG "%s\n", binder_name); in machopic_output_stub()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386.cc | 20994 char *binder_name, *symbol_name, lazy_ptr_name[32]; in machopic_output_stub() local 21004 binder_name = XALLOCAVEC (char, length + 32); in machopic_output_stub() 21005 GEN_BINDER_NAME_FOR_STUB (binder_name, stub, length); in machopic_output_stub() 21045 fprintf (file, "%s:\n", binder_name); in machopic_output_stub() 21049 fprintf (file, "\tlea\t%s-%s(%%ecx),%%ecx\n", lazy_ptr_name, binder_name); in machopic_output_stub() 21072 fprintf (file, ASM_LONG "%s\n", binder_name); in machopic_output_stub()
|