Searched refs:producer_string (Results 1 – 1 of 1) sorted by relevance
1047 char *producer_string, Dwarf_Error * error) in dwarf_add_AT_producer() argument1065 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()