Searched refs:CurrentFormat (Results 1 – 1 of 1) sorted by relevance
6492 uint8_t CurrentFormat; in parsePrefix() local6495 CurrentFormat = MACHO; in parsePrefix()6498 CurrentFormat = ELF; in parsePrefix()6501 CurrentFormat = COFF; in parsePrefix()6504 CurrentFormat = WASM; in parsePrefix()6514 if (~Prefix->SupportedFormats & CurrentFormat) { in parsePrefix()