Home
last modified time | relevance | path

Searched refs:lazy_ptr_name (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc20571 char *symbol_name, *lazy_ptr_name; in machopic_output_stub() local
20582 lazy_ptr_name = XALLOCAVEC (char, length + 32); in machopic_output_stub()
20583 GEN_LAZY_PTR_NAME_FOR_SYMBOL (lazy_ptr_name, symb, length); in machopic_output_stub()
20601 lazy_ptr_name, local_label_0); in machopic_output_stub()
20605 lazy_ptr_name, local_label_0); in machopic_output_stub()
20617 fprintf (file, "\tlis r11,ha16(%s)\n", lazy_ptr_name); in machopic_output_stub()
20620 lazy_ptr_name); in machopic_output_stub()
20626 fprintf (file, "%s:\n", lazy_ptr_name); in machopic_output_stub()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c20017 char *symbol_name, *lazy_ptr_name; in machopic_output_stub() local
20028 lazy_ptr_name = XALLOCAVEC (char, length + 32); in machopic_output_stub()
20029 GEN_LAZY_PTR_NAME_FOR_SYMBOL (lazy_ptr_name, symb, length); in machopic_output_stub()
20047 lazy_ptr_name, local_label_0); in machopic_output_stub()
20051 lazy_ptr_name, local_label_0); in machopic_output_stub()
20063 fprintf (file, "\tlis r11,ha16(%s)\n", lazy_ptr_name); in machopic_output_stub()
20066 lazy_ptr_name); in machopic_output_stub()
20072 fprintf (file, "%s:\n", lazy_ptr_name); in machopic_output_stub()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c19909 char *binder_name, *symbol_name, lazy_ptr_name[32]; in machopic_output_stub() local
19926 sprintf (lazy_ptr_name, "L%d$lz", label); in machopic_output_stub()
19949 label, lazy_ptr_name, label); in machopic_output_stub()
19953 fprintf (file, "\tjmp\t*%s\n", lazy_ptr_name); in machopic_output_stub()
19964 fprintf (file, "\tlea\t%s-%s(%%ecx),%%ecx\n", lazy_ptr_name, binder_name); in machopic_output_stub()
19968 fprintf (file, "\tpushl\t$%s\n", lazy_ptr_name); in machopic_output_stub()
19985 fprintf (file, "%s:\n", lazy_ptr_name); in machopic_output_stub()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc20994 char *binder_name, *symbol_name, lazy_ptr_name[32]; in machopic_output_stub() local
21011 sprintf (lazy_ptr_name, "L%d$lz", label); in machopic_output_stub()
21034 label, lazy_ptr_name, label); in machopic_output_stub()
21038 fprintf (file, "\tjmp\t*%s\n", lazy_ptr_name); in machopic_output_stub()
21049 fprintf (file, "\tlea\t%s-%s(%%ecx),%%ecx\n", lazy_ptr_name, binder_name); in machopic_output_stub()
21053 fprintf (file, "\tpushl\t$%s\n", lazy_ptr_name); in machopic_output_stub()
21070 fprintf (file, "%s:\n", lazy_ptr_name); in machopic_output_stub()