diff options
Diffstat (limited to 'src/cmd/ld/elf.h')
| -rw-r--r-- | src/cmd/ld/elf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/ld/elf.h b/src/cmd/ld/elf.h index 9b5fdb17e9..41a6b39669 100644 --- a/src/cmd/ld/elf.h +++ b/src/cmd/ld/elf.h @@ -965,6 +965,9 @@ extern int iself; int elfwriteinterp(void); void elfinterp(ElfShdr*, uint64, char*); void elfdynhash(int); +ElfPhdr* elfphload(Segment*); +ElfShdr* elfshbits(Section*); +void elfsetstring(char*, int); /* * Total amount of space to reserve at the start of the file |
