Searched refs:get_attrib (Results 1 – 6 of 6) sorted by relevance
/external/qemu/elff/ |
D | dwarf_die.cc | 45 if (get_attrib(DW_AT_name, &die_attr)) { in get_name() 51 if (get_attrib(DW_AT_abstract_origin, &die_attr) || in get_name() 52 get_attrib(DW_AT_specification, &die_attr)) { in get_name() 62 if (get_attrib(DW_AT_type, &die_attr)) { in get_name() 74 bool DIEObject::get_attrib(Dwarf_At at_id, DIEAttrib* attr) const { in get_attrib() function in DIEObject 134 if (get_attrib(DW_AT_ranges, &die_ranges)) { in contains_address() 153 if (!get_attrib(DW_AT_low_pc, &low_pc) || in contains_address() 154 !get_attrib(DW_AT_high_pc, &high_pc) || in contains_address()
|
D | dwarf_cu.h | 167 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()
|
D | dwarf_die.h | 74 bool get_attrib(Dwarf_At at, DIEAttrib* attr) const;
|
D | elf_file.cc | 261 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()
|
D | dwarf_cu.cc | 450 if (!cu_die()->get_attrib(DW_AT_stmt_list, &stmtl)) { in init_stmtl()
|
/external/openssh/ |
D | sftp-server.c | 170 get_attrib(void) in get_attrib() function 557 a = get_attrib(); in process_open() 772 a = get_attrib(); in process_setstat() 823 a = get_attrib(); in process_fsetstat() 998 a = get_attrib(); in process_mkdir()
|