OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nm_re
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/tools/linux/
dump-static-initializers.py
104
nm_re
= re.compile(r'(\S+) (\S+) t (?:_ZN12)?_GLOBAL__(?:sub_)?I_(.*)')
variable
108
match =
nm_re
.match(line)
115
"""Verify the
nm_re
regex matches some sample lines."""
Completed in 136 milliseconds