reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
429 if (atom->contentType() == DefinedAtom::typeMachHeader) { 430 _machHeaderAliasAtoms.push_back(atom); 432 AtomInfo ai = {atom, 0}; 433 sectionForAtom(atom)->atomsAndOffsets.push_back(ai); 434 } else if (atom->contentType() == DefinedAtom::typeDSOHandle) 435 _machHeaderAliasAtoms.push_back(atom); 437 appendAtom(sectionForAtom(atom), atom); 437 appendAtom(sectionForAtom(atom), atom);