Searched refs:binder_name (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| 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()
|