Lines Matching defs:mode
331 int parse_elf32(uint8_t *buf, size_t sz, output_fmt_t mode)
424 switch (mode)
452 if (mode == OUTPUT_FMT_RVDS)
464 output_fmt_t mode;
483 mode = OUTPUT_FMT_RVDS;
485 mode = OUTPUT_FMT_GAS;
524 res = parse_elf32(file_buf, stat_buf.st_size, mode);
689 output_fmt_t mode;
708 mode = OUTPUT_FMT_RVDS;
710 mode = OUTPUT_FMT_GAS;