OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fcputype
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libbacktrace/
macho.c
802
uint32_t
fcputype
;
local
812
fcputype
= fat_arch_64.cputype;
816
fcputype
= __builtin_bswap32 (
fcputype
);
827
fcputype
= fat_arch_32.cputype;
831
fcputype
= __builtin_bswap32 (
fcputype
);
836
if (
fcputype
== cputype)
/src/external/gpl3/gcc.old/dist/libbacktrace/
macho.c
802
uint32_t
fcputype
;
local
812
fcputype
= fat_arch_64.cputype;
816
fcputype
= __builtin_bswap32 (
fcputype
);
827
fcputype
= fat_arch_32.cputype;
831
fcputype
= __builtin_bswap32 (
fcputype
);
836
if (
fcputype
== cputype)
/src/external/gpl3/gdb/dist/libbacktrace/
macho.c
802
uint32_t
fcputype
;
local
812
fcputype
= fat_arch_64.cputype;
816
fcputype
= __builtin_bswap32 (
fcputype
);
827
fcputype
= fat_arch_32.cputype;
831
fcputype
= __builtin_bswap32 (
fcputype
);
836
if (
fcputype
== cputype)
/src/external/gpl3/gdb.old/dist/libbacktrace/
macho.c
802
uint32_t
fcputype
;
local
812
fcputype
= fat_arch_64.cputype;
816
fcputype
= __builtin_bswap32 (
fcputype
);
827
fcputype
= fat_arch_32.cputype;
831
fcputype
= __builtin_bswap32 (
fcputype
);
836
if (
fcputype
== cputype)
Completed in 19 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026