Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/
H A Ddarwin.c339 const char * ptr_name; member
359 return htab_hash_string (p->ptr_name); in machopic_indirection_hash()
368 return strcmp (((const machopic_indirection *) slot)->ptr_name, key) == 0; in machopic_indirection_eq()
448 p->ptr_name = xstrdup (buffer); in machopic_indirection_name()
454 return p->ptr_name; in machopic_indirection_name()
937 const char *ptr_name; in machopic_output_indirection() local
944 ptr_name = p->ptr_name; in machopic_output_indirection()
971 stub = alloca (strlen (ptr_name) + 2); in machopic_output_indirection()
972 if (ptr_name[0] == '*' || ptr_name[0] == '&') in machopic_output_indirection()
973 strcpy (stub, ptr_name + 1); in machopic_output_indirection()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/
H A Ddarwin.c295 tree ptr_name; local
309 ptr_name = get_identifier (buffer);
312 = tree_cons (ptr_name, ident, machopic_non_lazy_pointers);
316 return IDENTIFIER_POINTER (ptr_name);
353 tree ptr_name; local
376 ptr_name = get_identifier (buffer);
378 machopic_stubs = tree_cons (ptr_name, ident, machopic_stubs);
381 return IDENTIFIER_POINTER (ptr_name);