Searched refs:CurrentFormat (Results 1 – 1 of 1) sorted by relevance
5584 uint8_t CurrentFormat; in parsePrefix() local5587 CurrentFormat = MACHO; in parsePrefix()5590 CurrentFormat = ELF; in parsePrefix()5593 CurrentFormat = COFF; in parsePrefix()5596 CurrentFormat = WASM; in parsePrefix()5600 if (~Prefix->SupportedFormats & CurrentFormat) { in parsePrefix()