Searched defs:get_attrib (Results 1 - 2 of 2) sorted by relevance

/external/qemu/elff/
H A Ddwarf_die.cc45 if (get_attrib(DW_AT_name, &die_attr)) {
51 if (get_attrib(DW_AT_abstract_origin, &die_attr) ||
52 get_attrib(DW_AT_specification, &die_attr)) {
62 if (get_attrib(DW_AT_type, &die_attr)) {
74 bool DIEObject::get_attrib(Dwarf_At at_id, DIEAttrib* attr) const { function in class:DIEObject
134 if (get_attrib(DW_AT_ranges, &die_ranges)) {
153 if (!get_attrib(DW_AT_low_pc, &low_pc) ||
154 !get_attrib(DW_AT_high_pc, &high_pc) ||
/external/openssh/
H A Dsftp-server.c170 get_attrib(void) function
557 a = get_attrib();
772 a = get_attrib();
823 a = get_attrib();
998 a = get_attrib();

Completed in 83 milliseconds