Searched refs:macinfo_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarf2read.c7944 enum dwarf_macinfo_record_type macinfo_type;
7953 macinfo_type = read_1_byte (abfd, mac_ptr);
7956 switch (macinfo_type)
7978 macinfo_type ==
7979 DW_MACINFO_define ? "definition" : macinfo_type ==
7984 if (macinfo_type == DW_MACINFO_define)
7986 else if (macinfo_type == DW_MACINFO_undef)
7943 enum dwarf_macinfo_record_type macinfo_type; local

Completed in 152 milliseconds