19 lines
291 B
ArmAsm
Executable File
19 lines
291 B
ArmAsm
Executable File
#include <linux/init.h>
|
|
#include <linux/const.h>
|
|
#include <linux/linkage.h>
|
|
#include <asm/asm-offsets.h>
|
|
#include <asm/assembler.h>
|
|
#include <asm/page.h>
|
|
#include "plts_const.h"
|
|
|
|
.global oases_plts
|
|
|
|
#ifdef __aarch64__
|
|
.balign 8
|
|
#else
|
|
.balign 4
|
|
#endif
|
|
|
|
oases_plts:
|
|
.zero OASES_PLTS_MAX_SIZE
|