Home
last modified time | relevance | path

Searched refs:unexported (Results 1 – 9 of 9) sorted by relevance

/external/libpng/scripts/
Dchecksym.awk115 unexported=0
128 if (unexported == 0) unexported = o
134 if (unexported != 0) {
141 if (o-1 > unexported)
142 print "png.h:", missing ": missing symbols:", unexported "-" o-1
144 print "png.h:", missing ": missing symbol:", unexported
148 unexported = 0
/external/libchrome/libchrome_tools/patches/
Ddbus-Support-UnexportMethod-from-an-exported-object.patch10 this CL adds methods to allow method handlers to be unexported so
139 + // |on_unexported_callback| is called when the method is unexported or
140 + // failed to be unexported, in the origin thread.
165 + // Called when a method is unexported.
/external/llvm-project/lld/lib/Driver/
DDarwinLdDriver.cpp654 if (ctx.exportMode() == MachOLinkingContext::ExportMode::unexported) { in parse()
669 if (ctx.exportMode() == MachOLinkingContext::ExportMode::unexported) { in parse()
685 ctx.setExportMode(MachOLinkingContext::ExportMode::unexported); in parse()
700 ctx.setExportMode(MachOLinkingContext::ExportMode::unexported); in parse()
/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h59 unexported // -unexported_symbol[s_list], no listed symbol exported. enumerator
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp863 case ExportMode::unexported: in exportSymbolNamed()
/external/golang-protobuf/
DREADME.md274 - Adding, removing, or changing unexported symbols in generated code.
/external/libxkbcommon/
Dmeson.build511 # Some tests need to use unexported symbols, so we link them against
/external/llvm-project/clang/docs/
DClangCommandLineReference.rst671 .. option:: -unexported\_symbols\_list <arg>
/external/strace/
DChangeLog28823 is defined using unexported type "u64".