Searched refs:CurrentFormat (Results 1 – 1 of 1) sorted by relevance
6358 uint8_t CurrentFormat; in parsePrefix() local6361 CurrentFormat = MACHO; in parsePrefix()6364 CurrentFormat = ELF; in parsePrefix()6367 CurrentFormat = COFF; in parsePrefix()6370 CurrentFormat = WASM; in parsePrefix()6378 if (~Prefix->SupportedFormats & CurrentFormat) { in parsePrefix()