mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 15:26:47 +00:00
add some datastructure
This commit is contained in:
parent
1cc3db5e88
commit
46b08c7738
1
kernel/common/libELF/elf.c
Normal file
1
kernel/common/libELF/elf.c
Normal file
@ -0,0 +1 @@
|
||||
#include "elf.h"
|
10
kernel/common/libELF/elf.h
Normal file
10
kernel/common/libELF/elf.h
Normal file
@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include <common/glib.h>
|
||||
|
||||
// ====== ELF头文件中的
|
||||
typedef uint32_t Elf32_Addr;
|
||||
typedef uint16_t Elf32_Half;
|
||||
typedef uint32_t Elf32_Off;
|
||||
typedef uint32_t Elf32_SWord;
|
||||
typedef uint32_t Elf32_Word;
|
||||
|
Loading…
x
Reference in New Issue
Block a user