• Home
  • Raw
  • Download

Lines Matching refs:cudie

119 get_macinfo_table (Dwarf *dbg, Dwarf_Word macoff, Dwarf_Die *cudie)  in get_macinfo_table()  argument
121 assert (cudie != NULL); in get_macinfo_table()
124 = INTUSE(dwarf_attr) (cudie, DW_AT_stmt_list, &attr_mem); in get_macinfo_table()
137 table->is_64bit = cudie->cu->address_size == 8; in get_macinfo_table()
138 table->comp_dir = __libdw_getcompdir (cudie); in get_macinfo_table()
147 Dwarf_Die *cudie) in get_table_for_offset() argument
176 else if (cudie != NULL) in get_table_for_offset()
179 = INTUSE(dwarf_attr) (cudie, DW_AT_stmt_list, &attr_mem); in get_table_for_offset()
264 .comp_dir = __libdw_getcompdir (cudie), in get_table_for_offset()
275 Dwarf_Die *cudie) in cache_op_table() argument
284 ? get_table_for_offset (dbg, macoff, startp, endp, cudie) in cache_op_table()
285 : get_macinfo_table (dbg, macoff, cudie); in cache_op_table()
305 Dwarf_Die *cudie) in read_macros() argument
324 startp, endp, cudie); in read_macros()
372 .str_off_base = str_offsets_base_off (dbg, (cudie != NULL in read_macros()
373 ? cudie->cu: NULL)), in read_macros()
490 Dwarf_Die *cudie) in gnu_macros_getmacros_off() argument
501 callback, arg, offset, accept_0xff, cudie); in gnu_macros_getmacros_off()
507 void *arg, ptrdiff_t offset, Dwarf_Die *cudie) in macro_info_getmacros_off() argument
512 callback, arg, offset, true, cudie); in macro_info_getmacros_off()
537 dwarf_getmacros (Dwarf_Die *cudie, int (*callback) (Dwarf_Macro *, void *), in dwarf_getmacros() argument
540 if (cudie == NULL) in dwarf_getmacros()
572 if (dwarf_hasattr (cudie, DW_AT_macro_info)) in dwarf_getmacros()
575 if (get_offset_from (cudie, DW_AT_macro_info, &macoff) != 0) in dwarf_getmacros()
577 offset = macro_info_getmacros_off (cudie->cu->dbg, macoff, in dwarf_getmacros()
578 callback, arg, offset, cudie); in dwarf_getmacros()
584 if (get_offset_from (cudie, DW_AT_GNU_macros, &macoff) != 0 in dwarf_getmacros()
585 && get_offset_from (cudie, DW_AT_macros, &macoff) != 0) in dwarf_getmacros()
587 offset = gnu_macros_getmacros_off (cudie->cu->dbg, macoff, in dwarf_getmacros()
589 cudie); in dwarf_getmacros()