Searched defs:search_name (Results 1 - 7 of 7) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_attr.c39 dwarf_attr (Dwarf_Die *die, unsigned int search_name, Dwarf_Attribute *result) argument
45 result->valp = __libdw_find_attr (die, search_name, &result->code,
50 return result->valp != NULL && result->code == search_name ? result : NULL;
H A Ddwarf_hasattr_integrate.c37 dwarf_hasattr_integrate (Dwarf_Die *die, unsigned int search_name) argument
43 if (INTUSE(dwarf_hasattr) (die, search_name))
H A Ddwarf_attr_integrate.c37 dwarf_attr_integrate (Dwarf_Die *die, unsigned int search_name, argument
44 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, search_name, result);
H A Ddwarf_hasattr.c39 dwarf_hasattr (Dwarf_Die *die, unsigned int search_name) argument
79 if (attr_name == search_name)
H A Ddwarf_child.c43 __libdw_find_attr (Dwarf_Die *die, unsigned int search_name, argument
82 if (attr_name == search_name && search_name != INVALID)
H A Ddwarf_getscopevar.c48 getattr (Dwarf_Die *die, int search_name, Dwarf_Word *value) argument
51 return INTUSE(dwarf_formudata) (INTUSE(dwarf_attr) (die, search_name,
/external/e2fsprogs/debugfs/
H A Dhtree.c355 char *search_name; member in struct:process_block_struct
386 pb.search_name = argv[2];
387 pb.len = strlen(pb.search_name);
431 strncmp(p->search_name, dirent->name,

Completed in 31 milliseconds