Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/
HDdarwin.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 …]
/NextBSD/contrib/gcc/
HDChangeLog-200413441 (struct machopic_indirection): Make ptr_name a string.
13442 (machopic_indirection_hash): Update for ptr_name a string.
13446 (machopic_validate_stub_or_non_lazy_ptr): Update for ptr_name a