Searched refs:_entryAtom (Results 1 – 1 of 1) sorted by relevance
110 : _ctx(ctxt), _archHandler(ctxt.archHandler()), _entryAtom(nullptr), in Util()200 const DefinedAtom *_entryAtom; member in __anon3252b6f00111::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()