Home
last modified time | relevance | path

Searched refs:get_attrib (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_die.cc47 if (get_attrib(DW_AT_name, &die_attr)) { in get_name()
53 if (get_attrib(DW_AT_abstract_origin, &die_attr) || in get_name()
54 get_attrib(DW_AT_specification, &die_attr)) { in get_name()
64 if (get_attrib(DW_AT_type, &die_attr)) { in get_name()
76 bool DIEObject::get_attrib(Dwarf_At at_id, DIEAttrib* attr) const { in get_attrib() function in DIEObject
136 if (get_attrib(DW_AT_ranges, &die_ranges)) { in contains_address()
155 if (!get_attrib(DW_AT_low_pc, &low_pc) || in contains_address()
156 !get_attrib(DW_AT_high_pc, &high_pc) || in contains_address()
Ddwarf_die.h74 bool get_attrib(Dwarf_At at, DIEAttrib* attr) const;
Ddwarf_cu.h167 return cu_die()->get_attrib(DW_AT_comp_dir, &attr) ? attr.value()->str : in comp_dir_path()
179 return cu_die()->get_attrib(DW_AT_name, &attr) ? attr.value()->str : in rel_cu_path()
Delf_file.cc261 if (info.die_obj->get_attrib(DW_AT_call_file, &file_desc)) { in get_pc_address_info()
277 if (info.die_obj->get_attrib(DW_AT_call_line, &file_desc)) { in get_pc_address_info()
Ddwarf_cu.cc450 if (!cu_die()->get_attrib(DW_AT_stmt_list, &stmtl)) { in init_stmtl()