HomeSort by relevance Sort by last modified time
    Searched refs:get_attrib (Results 1 - 5 of 5) sorted by null

  /external/qemu/elff/
dwarf_die.cc 45 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) ||
dwarf_die.h 74 bool get_attrib(Dwarf_At at, DIEAttrib* attr) const;
dwarf_cu.h 167 return cu_die()->get_attrib(DW_AT_comp_dir, &attr) ? attr.value()->str :
179 return cu_die()->get_attrib(DW_AT_name, &attr) ? attr.value()->str :
elf_file.cc 256 if (info.die_obj->get_attrib(DW_AT_call_file, &file_desc)) {
272 if (info.die_obj->get_attrib(DW_AT_call_line, &file_desc)) {
dwarf_cu.cc 450 if (!cu_die()->get_attrib(DW_AT_stmt_list, &stmtl)) {

Completed in 167 milliseconds