Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdwarf/common/
H A Dpro_forms.c1047 char *producer_string, Dwarf_Error * error) in dwarf_add_AT_producer() argument
1065 new_attr->ar_nbytes = strlen(producer_string) + 1; in dwarf_add_AT_producer()
1069 (char *) _dwarf_p_get_alloc(ownerdie->di_dbg, strlen(producer_string)+1); in dwarf_add_AT_producer()
1075 strcpy(new_attr->ar_data, producer_string); in dwarf_add_AT_producer()