object_file.hh (10037:5cac77888310) object_file.hh (10810:683ab55819fd)
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;

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

58 Power
59 };
60
61 enum OpSys {
62 UnknownOpSys,
63 Tru64,
64 Linux,
65 Solaris,
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;

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

58 Power
59 };
60
61 enum OpSys {
62 UnknownOpSys,
63 Tru64,
64 Linux,
65 Solaris,
66 LinuxArmOABI
66 LinuxArmOABI,
67 FreeBSD
67 };
68
69 protected:
70 const std::string filename;
71 int descriptor;
72 uint8_t *fileData;
73 size_t len;
74

--- 73 unchanged lines hidden ---
68 };
69
70 protected:
71 const std::string filename;
72 int descriptor;
73 uint8_t *fileData;
74 size_t len;
75

--- 73 unchanged lines hidden ---