Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dattributes.cc222 const unsigned char* vendor_start = in write() local
225 const unsigned char* vendor_end = vendor_start + vendor_length; in write()
226 buffer->insert(buffer->end(), vendor_start, vendor_end); in write()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dattributes.cc222 const unsigned char* vendor_start = in write() local
225 const unsigned char* vendor_end = vendor_start + vendor_length; in write()
226 buffer->insert(buffer->end(), vendor_start, vendor_end); in write()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dattribs.cc249 const char *vendor_start = opt; in handle_ignored_attributes_option() local
266 if (!valid_p (vendor_start, vendor_len)) in handle_ignored_attributes_option()
271 canonicalize_attr_name (vendor_start, vendor_len); in handle_ignored_attributes_option()
273 tree vendor_id = get_identifier_with_length (vendor_start, vendor_len); in handle_ignored_attributes_option()