Searched refs:currentAtom (Results 1 – 1 of 1) sorted by relevance
726 const Atom *currentAtom = nullptr; in parseStabs() local739 currentAtom = findAtomCoveringAddress(normalizedFile, file, in parseStabs()745 if (currentAtom) in parseStabs()746 stab.atom = currentAtom; in parseStabs()766 currentAtom = findDefinedAtomByName(file, "_" + name); in parseStabs()767 stab.atom = currentAtom; in parseStabs()773 currentAtom = findDefinedAtomByName(file, stabSym.name); in parseStabs()774 stab.atom = currentAtom; in parseStabs()795 stab.atom = currentAtom; in parseStabs()799 currentAtom = nullptr; in parseStabs()