libmach
This commit is contained in:
parent
0e3cc9f456
commit
a84cbb2a17
53 changed files with 12038 additions and 0 deletions
6
src/libmach/elfdynsym.c
Normal file
6
src/libmach/elfdynsym.c
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include <u.h>
|
||||
#include <libc.h>
|
||||
#include "elf.h"
|
||||
|
||||
int
|
||||
elfsym(Elf *elf, ElfSect *symtab, ElfSect *strtab, int ndx, ElfSym *
|
||||
Loading…
Add table
Add a link
Reference in a new issue