mirror of
https://github.com/rui314/mold.git
synced 2024-11-11 16:58:12 +03:00
wip
This commit is contained in:
parent
756fc72fe9
commit
fbd4d43c8c
10
mold.h
10
mold.h
@ -23,11 +23,11 @@
|
|||||||
#include <tbb/spin_mutex.h>
|
#include <tbb/spin_mutex.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#define SECTOR_SIZE 512
|
static constexpr i64 SECTOR_SIZE = 512;
|
||||||
#define PAGE_SIZE 4096
|
static constexpr i64 PAGE_SIZE = 4096;
|
||||||
#define GOT_SIZE 8
|
static constexpr i64 GOT_SIZE = 8;
|
||||||
#define PLT_SIZE 16
|
static constexpr i64 PLT_SIZE = 16;
|
||||||
#define SHA256_SIZE 32
|
static constexpr i64 SHA256_SIZE = 32;
|
||||||
|
|
||||||
typedef uint8_t u8;
|
typedef uint8_t u8;
|
||||||
typedef uint16_t u16;
|
typedef uint16_t u16;
|
||||||
|
Loading…
Reference in New Issue
Block a user