File: libre2.symbols.darwin

package info (click to toggle)
re2 20170101%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,748 kB
  • ctags: 2,620
  • sloc: cpp: 19,513; makefile: 294; python: 281; sh: 228; perl: 224; ansic: 9
file content (17 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Linker doesn't like these unmangled:
# re2::RE2*
__ZN3re23RE2*
__ZNK3re23RE2*
# re2::StringPiece*
__ZN3re211StringPiece*
__ZNK3re211StringPiece*
# operator<<(std::ostream&, re2::StringPiece const&)
# Seen with libstdc++ on 10.8 and below:
# __ZlsRSoRKN3re211StringPieceE
# Seen with libc++ on 10.9 and above:
# __ZlsRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERKN3re211StringPieceE
# Note that "ls" means operator<<, so this is not overly broad.
__Zls*RKN3re211StringPieceE
# re2::FilteredRE2*
__ZN3re211FilteredRE2*
__ZNK3re211FilteredRE2*