object_file.hh (6214:1ec0ec8933ae) object_file.hh (6392:9345de6fca33)
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;

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

54 I386,
55 Arm
56 };
57
58 enum OpSys {
59 UnknownOpSys,
60 Tru64,
61 Linux,
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;

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

54 I386,
55 Arm
56 };
57
58 enum OpSys {
59 UnknownOpSys,
60 Tru64,
61 Linux,
62 Solaris
62 Solaris,
63 LinuxArmOABI
63 };
64
65 protected:
66 const std::string filename;
67 int descriptor;
68 uint8_t *fileData;
69 size_t len;
70

--- 63 unchanged lines hidden ---
64 };
65
66 protected:
67 const std::string filename;
68 int descriptor;
69 uint8_t *fileData;
70 size_t len;
71

--- 63 unchanged lines hidden ---