Home
last modified time | relevance | path

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

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