Searched refs:add_attribute (Results 1 – 6 of 6) sorted by relevance
/third_party/elfio/elfio/ |
D | elfio_modinfo.hpp | 73 Elf_Word add_attribute( const std::string& field, const std::string& value ) in add_attribute() function in ELFIO::modinfo_section_accessor_template
|
/third_party/elfio/tests/ |
D | ELFIOTest2.cpp | 91 modinfo.add_attribute( "test1", "value1" ); in TEST() 92 modinfo.add_attribute( "test2", "value2" ); in TEST()
|
/third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
D | pk7_doit.c | 20 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype, 1229 return add_attribute(&(p7si->auth_attr), nid, atrtype, value); in PKCS7_add_signed_attribute() 1235 return add_attribute(&(p7si->unauth_attr), nid, atrtype, value); in PKCS7_add_attribute() 1238 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype, in add_attribute() function
|
/third_party/openssl/crypto/pkcs7/ |
D | pk7_doit.c | 20 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype, 1229 return add_attribute(&(p7si->auth_attr), nid, atrtype, value); in PKCS7_add_signed_attribute() 1235 return add_attribute(&(p7si->unauth_attr), nid, atrtype, value); in PKCS7_add_attribute() 1238 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype, in add_attribute() function
|
/third_party/elfio/c_wrapper/ |
D | elfio_c_wrapper.cpp | 427 return pmodinfo->add_attribute( field, value ); in elfio_modinfo_add_attribute()
|
/third_party/elfio/examples/c_wrapper/ |
D | elfio_c_wrapper.cpp | 428 return pmodinfo->add_attribute( field, value ); in elfio_modinfo_add_attribute()
|