MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / SectionFlags

Enum SectionFlags

src/mod_symbols.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21};
22
23enum class SectionFlags : uint32_t {
24 FixedAddress = 1 << 0,
25 GloballyLoaded = 1 << 1,
26};
27
28struct SectionHeaderV1 {
29 uint32_t flags;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected