#include <precomp.h>
#include <debug.h>
Go to the source code of this file.
Defines |
| #define | NDEBUG |
Functions |
| PeSect * | pesection (Pe *pe, const char *name) |
| u16int | peget2 (const unsigned char *ptr) |
| u32int | peget4 (const unsigned char *ptr) |
| u64int | peget8 (const unsigned char *ptr) |
| int | readn (void *filectx, char *buffer, ulong size) |
| int | seek (void *filectx, ulong position, int origin) |
| static int | readblock (void *fd, DwarfBlock *b, ulong off, ulong len) |
| int | loaddisksection (Pe *pe, char *name, DwarfBlock *b) |
| int | loadmemsection (Pe *pe, char *name, DwarfBlock *b) |
| void * | RosSymAllocMemZero (ulong size, ulong count) |
| int | GetStrnlen (const char *string, int maxlen) |
| void | pefree (Pe *pe) |
| void | xfree (void *v) |
| ulong | pefindrva (struct _IMAGE_SECTION_HEADER *SectionHeaders, int NumberOfSections, ulong TargetPhysical) |