Searched refs:CurrentFormat (Results 1 – 1 of 1) sorted by relevance
6390 uint8_t CurrentFormat; in parsePrefix() local6393 CurrentFormat = MACHO; in parsePrefix()6396 CurrentFormat = ELF; in parsePrefix()6399 CurrentFormat = COFF; in parsePrefix()6402 CurrentFormat = WASM; in parsePrefix()6412 if (~Prefix->SupportedFormats & CurrentFormat) { in parsePrefix()