|
Rizin
unix-like reverse engineering framework and cli tools
|
#include "sysdep.h"#include "disas-asm.h"#include <stdio.h>#include <stdarg.h>#include <string.h>#include "bfdlink.h"#include "elf-bfd.h"#include "elf/xtensa.h"#include "xtensa-isa.h"Go to the source code of this file.
Macros | |
| #define | XTENSA_NO_NOP_REMOVAL 0 |
Functions | |
| int | filename_cmp (const char *s1, const char *s2) |
Variables | |
| xtensa_isa | xtensa_default_isa |
| #define XTENSA_NO_NOP_REMOVAL 0 |
Definition at line 35 of file elf32-xtensa.c.
Definition at line 151 of file elf32-xtensa.c.
References c1, c2, s1, s2, and TOLOWER.
Referenced by xtensa_regfile_lookup(), and xtensa_regfile_lookup_shortname().
| xtensa_isa xtensa_default_isa |
Definition at line 147 of file elf32-xtensa.c.
Referenced by fetch_data(), print_insn_xtensa(), print_xtensa_operand(), and xtensa_op().