mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
using emplace
This commit is contained in:
parent
3644c120c0
commit
5f715d73e3
34 changed files with 101 additions and 103 deletions
|
@ -53,12 +53,11 @@ SymbolEntry::SymbolEntry(Symbol *sym,uint4 exfl,uint8 h,int4 off,int4 sz,const R
|
|||
uselimit = rnglist;
|
||||
}
|
||||
|
||||
/// Assuming the boundary offsets have been specified with
|
||||
/// the constructor, fill in the rest of the data.
|
||||
/// Establish the boundary offsets and fill in additional data
|
||||
/// \param data contains the raw initialization data
|
||||
/// \param a is the starting offset of the entry
|
||||
/// \param b is the ending offset of the entry
|
||||
void SymbolEntry::initialize(const EntryInitData &data,uintb a,uintb b)
|
||||
SymbolEntry::SymbolEntry(const EntryInitData &data,uintb a,uintb b)
|
||||
|
||||
{
|
||||
addr = Address(data.space,a);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue