Home
last modified time | relevance | path

Searched refs:FT_unsigned_short (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Ddwarf.h201 FT_unsigned_short = 0x0006, enumerator
Ddwarfout.c1529 case FT_unsigned_short: return "FT_unsigned_short";
1763 return FT_unsigned_short;
1788 return (TREE_UNSIGNED (type) ? FT_unsigned_short : FT_short);
/openbsd/src/gnu/gcc/gcc/
Ddwarf.h201 FT_unsigned_short = 0x0006, enumerator
/openbsd/src/gnu/usr.bin/binutils/include/elf/
Ddwarf.h199 FT_unsigned_short = 0x0006, enumerator
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Ddwarf.h204 FT_unsigned_short = 0x0006, enumerator
/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarfread.c3297 case FT_unsigned_short: in decode_fund_type()