File tree Expand file tree Collapse file tree 16 files changed +463
-21
lines changed
Expand file tree Collapse file tree 16 files changed +463
-21
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ /**
2+ * This Source Code Form is subject to the terms of the Mozilla Public
3+ * License, v. 2.0. If a copy of the MPL was not distributed with this
4+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+ */
6+
17#include <CTRL/App.h>
28#include <CTRL/Memory.h>
39
Original file line number Diff line number Diff line change 1+ /**
2+ * This Source Code Form is subject to the terms of the Mozilla Public
3+ * License, v. 2.0. If a copy of the MPL was not distributed with this
4+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+ */
6+
17#include "ELFUtil.h"
28
39#include <stdlib.h>
Original file line number Diff line number Diff line change 1+ /**
2+ * This Source Code Form is subject to the terms of the Mozilla Public
3+ * License, v. 2.0. If a copy of the MPL was not distributed with this
4+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+ */
6+
17#ifndef _CTRDL_ELFUTIL_H
28#define _CTRDL_ELFUTIL_H
39
Original file line number Diff line number Diff line change 1+ /**
2+ * This Source Code Form is subject to the terms of the Mozilla Public
3+ * License, v. 2.0. If a copy of the MPL was not distributed with this
4+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+ */
6+
17#include "Error.h"
28
39static __thread size_t g_LastError = (size_t )Err_OK ;
Original file line number Diff line number Diff line change 1+ /**
2+ * This Source Code Form is subject to the terms of the Mozilla Public
3+ * License, v. 2.0. If a copy of the MPL was not distributed with this
4+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+ */
6+
17#ifndef _CTRDL_ERROR_H
28#define _CTRDL_ERROR_H
39
Original file line number Diff line number Diff line change 1+ /**
2+ * This Source Code Form is subject to the terms of the Mozilla Public
3+ * License, v. 2.0. If a copy of the MPL was not distributed with this
4+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+ */
6+
17#include <CTRL/Memory.h>
28
39#include "Handle.h"
Original file line number Diff line number Diff line change 1+ /**
2+ * This Source Code Form is subject to the terms of the Mozilla Public
3+ * License, v. 2.0. If a copy of the MPL was not distributed with this
4+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+ */
6+
17#ifndef _CTRDL_HANDLE_H
28#define _CTRDL_HANDLE_H
39
Original file line number Diff line number Diff line change 1+ /**
2+ * This Source Code Form is subject to the terms of the Mozilla Public
3+ * License, v. 2.0. If a copy of the MPL was not distributed with this
4+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+ */
6+
17#include <CTRL/CodeAllocator.h>
28#include <CTRL/Memory.h>
39
Original file line number Diff line number Diff line change 1+ /**
2+ * This Source Code Form is subject to the terms of the Mozilla Public
3+ * License, v. 2.0. If a copy of the MPL was not distributed with this
4+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+ */
6+
17#ifndef _CTRDL_LOADER_H
28#define _CTRDL_LOADER_H
39
You can’t perform that action at this time.
0 commit comments