Home
last modified time | relevance | path

Searched refs:FT_boolean (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Ddwarf.h216 FT_boolean = 0x0015, /* breaks "classic" svr4 SDB */ enumerator
Ddwarfout.c1543 case FT_boolean: return "FT_boolean";
1798 return FT_boolean;
1850 return FT_boolean; /* GNU FORTRAN BOOLEAN type. */
DChangeLog.210903 * dwarfout.c (fundamental_type_code): Return FT_boolean for
/openbsd/src/gnu/gcc/gcc/
Ddwarf.h216 FT_boolean = 0x0015, /* breaks "classic" svr4 SDB */ enumerator
/openbsd/src/gnu/usr.bin/binutils/include/elf/
Ddwarf.h214 FT_boolean = 0x0015, /* breaks "classic" svr4 SDB */ enumerator
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Ddwarf.h219 FT_boolean = 0x0015, /* breaks "classic" svr4 SDB */ enumerator
/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarfread.c3268 case FT_boolean: /* Was FT_set in AT&T version */ in decode_fund_type()