Searched refs:_entryAtom (Results 1 – 1 of 1) sorted by relevance
111 : _ctx(ctxt), _archHandler(ctxt.archHandler()), _entryAtom(nullptr), in Util()201 const DefinedAtom *_entryAtom; member in __anon71138ccb0111::Util725 if (!_entryAtom) { in copyEntryPointAddress()731 if (_archHandler.isThumbFunction(*_entryAtom)) in copyEntryPointAddress()732 nFile.entryAddress = (_atomToAddress[_entryAtom] | 1); in copyEntryPointAddress()734 nFile.entryAddress = _atomToAddress[_entryAtom]; in copyEntryPointAddress()748 _entryAtom = info.atom; in buildAtomToAddressMap()