object_file.hh (11392:5967db4cff04) object_file.hh (11723:0596db108c53)
1/*
2 * Copyright (c) 2002-2004 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 42 unchanged lines hidden (view full) ---

51 SPARC64,
52 SPARC32,
53 Mips,
54 X86_64,
55 I386,
56 Arm64,
57 Arm,
58 Thumb,
1/*
2 * Copyright (c) 2002-2004 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 42 unchanged lines hidden (view full) ---

51 SPARC64,
52 SPARC32,
53 Mips,
54 X86_64,
55 I386,
56 Arm64,
57 Arm,
58 Thumb,
59 Power
59 Power,
60 Riscv
60 };
61
62 enum OpSys {
63 UnknownOpSys,
64 Tru64,
65 Linux,
66 Solaris,
67 LinuxArmOABI,

--- 89 unchanged lines hidden ---
61 };
62
63 enum OpSys {
64 UnknownOpSys,
65 Tru64,
66 Linux,
67 Solaris,
68 LinuxArmOABI,

--- 89 unchanged lines hidden ---