Searched refs:CurrentFormat (Results 1 – 1 of 1) sorted by relevance
6524 uint8_t CurrentFormat; in parsePrefix() local6527 CurrentFormat = MACHO; in parsePrefix()6530 CurrentFormat = ELF; in parsePrefix()6533 CurrentFormat = COFF; in parsePrefix()6536 CurrentFormat = WASM; in parsePrefix()6546 if (~Prefix->SupportedFormats & CurrentFormat) { in parsePrefix()