cosmopolitan/libc/nt/struct/imageepiloguedynamicrelocationheader.internal.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
509 B
C
Raw Permalink Normal View History

2020-06-15 14:18:57 +00:00
#ifndef COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEEPILOGUEDYNAMICRELOCATIONHEADER_H_
#define COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEEPILOGUEDYNAMICRELOCATIONHEADER_H_
struct NtImageEpilogueDynamicRelocationHeader {
uint32_t EpilogueCount;
uint8_t EpilogueByteCount;
uint8_t BranchDescriptorElementSize;
uint16_t BranchDescriptorCount;
/* uint8_t BranchDescriptors[...]; */
/* uint8_t BranchDescriptorBitMap[...]; */
};
#endif /* COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEEPILOGUEDYNAMICRELOCATIONHEADER_H_ \
*/