Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gold/
HDattributes.h266 get_attribute(int tag);
269 get_attribute(int tag) const;
349 get_attribute(int vendor, int tag) in get_attribute() function
352 return this->vendor_object_attributes_[vendor]->get_attribute(tag); in get_attribute()
356 get_attribute(int vendor, int tag) const in get_attribute() function
359 return this->vendor_object_attributes_[vendor]->get_attribute(tag); in get_attribute()
HDattributes.cc186 Vendor_object_attributes::get_attribute(int tag) in get_attribute() function in gold::Vendor_object_attributes
199 Vendor_object_attributes::get_attribute(int tag) const in get_attribute() function in gold::Vendor_object_attributes
HDarm.cc2897 pasd->get_attribute(Object_attribute::OBJ_ATTR_PROC, tag); in get_aeabi_object_attribute()
/dragonfly/contrib/binutils-2.34/gold/
HDattributes.h266 get_attribute(int tag);
269 get_attribute(int tag) const;
349 get_attribute(int vendor, int tag) in get_attribute() function
352 return this->vendor_object_attributes_[vendor]->get_attribute(tag); in get_attribute()
356 get_attribute(int vendor, int tag) const in get_attribute() function
359 return this->vendor_object_attributes_[vendor]->get_attribute(tag); in get_attribute()
HDattributes.cc186 Vendor_object_attributes::get_attribute(int tag) in get_attribute() function in gold::Vendor_object_attributes
199 Vendor_object_attributes::get_attribute(int tag) const in get_attribute() function in gold::Vendor_object_attributes
/dragonfly/crypto/libressl/crypto/pkcs7/
HDpk7_doit.c73 static ASN1_TYPE *get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid);
1111 return (get_attribute(si->auth_attr, nid)); in PKCS7_get_signed_attribute()
1117 return (get_attribute(si->unauth_attr, nid)); in PKCS7_get_attribute()
1121 get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid) in get_attribute() function
1143 if (!(astype = get_attribute(sk, NID_pkcs9_messageDigest))) in PKCS7_digest_from_attributes()