Home
last modified time | relevance | path

Searched refs:DW_CC_normal (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/elftoolchain/libdwarf/
HDdwarf.h500 #define DW_CC_normal 0x01 macro
HDdwarf_dump.c363 case DW_CC_normal: in dwarf_get_CC_name()
/NextBSD/contrib/llvm/include/llvm/Support/
HDDwarf.h369 DW_CC_normal = 0x01, enumerator
/NextBSD/contrib/binutils/include/elf/
HDdwarf2.h658 DW_CC_normal = 0x1, enumerator
/NextBSD/contrib/llvm/lib/Support/
HDDwarf.cpp371 case DW_CC_normal: return "DW_CC_normal"; in ConventionString()
/NextBSD/contrib/gcc/
HDdwarf2.h663 DW_CC_normal = 0x1, enumerator
HDdwarf2out.c11225 enum dwarf_calling_convention value = DW_CC_normal; in add_calling_convention_attribute()
11231 if (value && (value != DW_CC_normal)) in add_calling_convention_attribute()
HDChangeLog-20049932 emit DW_CC_normal.
/NextBSD/contrib/binutils/binutils/
HDdwarf.c1331 case DW_CC_normal: printf ("(normal)"); break; in read_and_display_attr_value()