Searched refs:CurrentFormat (Results 1 – 1 of 1) sorted by relevance
6235 uint8_t CurrentFormat; in parsePrefix() local6238 CurrentFormat = MACHO; in parsePrefix()6241 CurrentFormat = ELF; in parsePrefix()6244 CurrentFormat = COFF; in parsePrefix()6247 CurrentFormat = WASM; in parsePrefix()6257 if (~Prefix->SupportedFormats & CurrentFormat) { in parsePrefix()