Repository URL to install this package:
|
Version:
9.0~240925-3.fc42 ▾
|
idapro-debugsource
/
usr
/
src
/
debug
/
idapro-9.0~240925-3.fc42.x86_64
/
module
/
tms320c54
/
merge.cpp
|
|---|
/*
Interactive disassembler (IDA).
Copyright (c) 2005-2024 Hex-Rays SA <support@hex-rays.com>
ALL RIGHTS RESERVED.
Merge functionality.
*/
#include "tms320c54.hpp"
#include <merge.hpp>
#include "../mergecmn.cpp"
#define MERGE_IDPFLAGS(mask, name) IDI_ALTENTRY(-1, atag, sizeof(tms320c54_t::idpflags), mask, nullptr, name)
static const idbattr_info_t idpopts_info[] =
{
MERGE_IDPFLAGS(TMS320C54_IO, "Use I/O definitions"),
MERGE_IDPFLAGS(TMS320C54_MMR, "Detect memory mapped registers"),
IDI_ALTENTRY(0, atag, sizeof(tms320c54_t::dataseg), ea_t(-1), nullptr, "Data segment address"),
IDI_DEVICE_ENTRY,
};
DEFINE_SIMPLE_PROCMOD_HANDLER(idpopts_info)