Searched defs:tag_name (Results 1 - 4 of 4) sorted by relevance

/external/oprofile/libutil++/
H A Dxml_output.cpp22 string tag_name(tag_t tag) function
/external/elfutils/libebl/
H A Deblopenbackend.c226 const char **tag_name,
754 const char **tag_name, const char **value_name)
756 *tag_name = NULL;
750 default_check_object_attribute(Ebl *ebl __attribute__ ((unused)), const char *vendor __attribute__ ((unused)), int tag __attribute__ ((unused)), uint64_t value __attribute__ ((unused)), const char **tag_name, const char **value_name) argument
/external/elfutils/src/
H A Delflint.c3271 const char *tag_name = NULL; local
3275 &tag_name, &value_name))
3283 tag_name, value); local
H A Dreadelf.c2914 const char *tag_name = NULL; local
2918 &tag_name, &value_name);
2920 if (tag_name != NULL)
2924 tag_name, value, string);
2927 tag_name, value);
2930 tag_name, string ?: value_name);

Completed in 111 milliseconds