rizin/librz/syscall
Aswin C 873ac64247
Refactor rz_arch_profile_add_flag_every_io to not let it depend on RzCore (#1215)
* Refactor `rz_arch_profile_add_flag_every_io` to not let it depend on `RzCore`
* Remove the definition of `RzCore` from  `rz.arch.h`
* Fix Coverity scan errors
* Resource leak (overwriting) in L169 of `cpu_name`
	- Fixed by defining it inside the loop
* Check for `NULL` for `cpu_name`
* Check for `NULL` for asmcpu in cconfig
* Fix overwriting by freeing `path` before assigning again
* Cast `RzFlag` while parsing the hashtables
* Move the `arch`'s check for `NULL` to the beginning of the function
* Rename the APIs which load the SDBs for RzSysregsDB and RzArchTarget
* Use `RZ_SYS_DIR` for creating the path in `rz_arch_profiles_init`
2021-06-16 10:22:46 +02:00
..
d Remove Makefiles and many related scripts 2021-01-28 11:57:28 +01:00
d2 Deprecate RzSyscallPort and move the existing sysregs to SDB (#1160) 2021-06-02 02:01:51 +08:00
meson.build Deprecate RzSyscallPort and move the existing sysregs to SDB (#1160) 2021-06-02 02:01:51 +08:00
syscall.c Refactor rz_arch_profile_add_flag_every_io to not let it depend on RzCore (#1215) 2021-06-16 10:22:46 +02:00