Searched refs:CurrentFormat (Results 1 – 1 of 1) sorted by relevance
6389 uint8_t CurrentFormat; in parsePrefix() local6392 CurrentFormat = MACHO; in parsePrefix()6395 CurrentFormat = ELF; in parsePrefix()6398 CurrentFormat = COFF; in parsePrefix()6401 CurrentFormat = WASM; in parsePrefix()6411 if (~Prefix->SupportedFormats & CurrentFormat) { in parsePrefix()