OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vendor_object_attributes_
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
attributes.h
300
this->
vendor_object_attributes_
[vendor] =
301
new Vendor_object_attributes(*asd.
vendor_object_attributes_
[vendor]);
309
delete this->
vendor_object_attributes_
[vendor];
321
return this->
vendor_object_attributes_
[vendor]->known_attributes();
328
return this->
vendor_object_attributes_
[vendor]->known_attributes();
336
return this->
vendor_object_attributes_
[vendor]->other_attributes();
344
return this->
vendor_object_attributes_
[vendor]->other_attributes();
352
return this->
vendor_object_attributes_
[vendor]->get_attribute(tag);
359
return this->
vendor_object_attributes_
[vendor]->get_attribute(tag);
377
Vendor_object_attributes*
vendor_object_attributes_
[OBJ_ATTR_LAST+1]
member in class:gold::Attributes_section_data
[
all
...]
attributes.cc
262
data_size += this->
vendor_object_attributes_
[vendor]->size();
276
this->
vendor_object_attributes_
[vendor] =
337
this->
vendor_object_attributes_
[vendor];
435
if (this->
vendor_object_attributes_
[vendor]->size() != 0)
436
this->
vendor_object_attributes_
[vendor]->write(buffer);
Completed in 782 milliseconds