Searched defs:attr_name (Results 1 - 8 of 8) sorted by relevance

/external/elfutils/src/libdw/
H A Ddwarf_hasattr.c70 unsigned int attr_name; local
71 get_uleb128 (attr_name, attrp, endp);
78 if (attr_name == 0 || attr_form == 0)
81 if (attr_name == search_name)
H A Ddwarf_child.c69 unsigned int attr_name; local
70 get_uleb128 (attr_name, attrp, endp);
78 if (attr_name == 0 && attr_form == 0)
82 if (attr_name == search_name && search_name != INVALID)
85 *codep = attr_name;
/external/clang/test/Parser/
H A Dcxx0x-attributes.cpp350 #define attr_name bitand macro
353 [[attr_name, attr_name_2(bitor), attr_name_3(com, pl)]] int macro_attrs; // expected-warning {{unknown attribute 'compl' ignored}} \
/external/wpa_supplicant_8/hs20/client/
H A Dspp_client.c35 char *attr_name)
37 return xml_node_get_attr_value_ns(ctx, node, SPP_NS_URI, attr_name);
34 get_spp_attr_value(struct xml_node_ctx *ctx, xml_node_t *node, char *attr_name) argument
/external/linux-tools-perf/src/tools/perf/util/
H A Ddwarf-aux.c222 static int die_get_attr_udata(Dwarf_Die *tp_die, unsigned int attr_name, argument
227 if (dwarf_attr(tp_die, attr_name, &attr) == NULL ||
235 static int die_get_attr_sdata(Dwarf_Die *tp_die, unsigned int attr_name, argument
240 if (dwarf_attr(tp_die, attr_name, &attr) == NULL ||
/external/pdfium/core/src/fxcrt/
H A Dfx_xml_parser.cpp378 CFX_ByteString attr_space, attr_name; local
387 GetName(attr_space, attr_name);
402 pElement->m_AttrMap.SetAt(attr_space, attr_name, attr_value);
/external/selinux/policycoreutils/sepolicy/
H A Dinfo.c422 const char *attr_name = NULL, *type_name = NULL; local
430 if (qpol_type_get_name(q, type_datum, &attr_name))
433 if (py_insert_string(dict, "name", attr_name))
565 const char *attr_name = NULL; local
578 if (qpol_type_get_name(q, attr_datum, &attr_name))
580 if (py_append_string(list, attr_name))
/external/valgrind/coregrind/
H A Dm_libcfile.c388 SysRes VG_(getxattr) ( const HChar* file_name, const HChar* attr_name, Addr attr_value, SizeT attr_value_len ) argument
392 res = VG_(do_syscall4)(__NR_getxattr, (UWord)file_name, (UWord)attr_name,

Completed in 219 milliseconds