File: tst-version-hash-zero-mod.map

package info (click to toggle)
glibc 2.42-9
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 312,640 kB
  • sloc: ansic: 1,060,903; asm: 238,416; makefile: 20,961; python: 13,509; sh: 11,828; cpp: 5,188; awk: 1,794; perl: 317; yacc: 292; pascal: 182; sed: 19
file content (13 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
Base {
  local: *;
};

/* Define the version so that tst-version-hash-zero-refmod.so passes
   the initial symbol version check.  */
OTHER_VERSION {
} Base;

/* This version string hashes to zero.  */
PPPPPPPPPPPP {
  global: global_variable;
} Base;