HomeSort by: relevance | last modified time | path
    Searched refs:symver (Results 1 - 25 of 148) sorted by relevancy

1 2 3 4 5 6

  /src/tests/libexec/ld.elf_so/data/
Makefile 7 FILES= symver-output-ref-stderr.v0-v0
8 FILES+= symver-output-ref-stderr.v0-v1
9 FILES+= symver-output-ref-stderr.v0-v2
10 FILES+= symver-output-ref-stderr.v1-v0
11 FILES+= symver-output-ref-stderr.v1-v1
12 FILES+= symver-output-ref-stderr.v1-v2
13 FILES+= symver-output-ref-stderr.v2-v0
14 FILES+= symver-output-ref-stderr.v2-v1
15 FILES+= symver-output-ref-stderr.v2-v2
16 FILES+= symver-output-ref-stdout.v0-v
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_mac.h 25 #define INTERCEPT_FUNCTION_VER_MAC(func, symver)
interception_linux.h 40 #define INTERCEPT_FUNCTION_VER_LINUX_OR_FREEBSD(func, symver) \
42 unsigned long)::__interception::GetFuncAddrVer(#func, symver))
44 #define INTERCEPT_FUNCTION_VER_LINUX_OR_FREEBSD(func, symver) \
interception.h 283 # define INTERCEPT_FUNCTION_VER(func, symver) \
284 INTERCEPT_FUNCTION_VER_LINUX_OR_FREEBSD(func, symver)
288 # define INTERCEPT_FUNCTION_VER(func, symver) \
289 INTERCEPT_FUNCTION_VER_MAC(func, symver)
293 # define INTERCEPT_FUNCTION_VER(func, symver) \
294 INTERCEPT_FUNCTION_VER_WIN(func, symver)
  /src/external/gpl3/gcc/dist/libsanitizer/interception/
interception_mac.h 24 #define INTERCEPT_FUNCTION_VER_MAC(func, symver)
interception_linux.h 40 #define INTERCEPT_FUNCTION_VER_LINUX_OR_FREEBSD(func, symver) \
42 #func, symver, \
47 #define INTERCEPT_FUNCTION_VER_LINUX_OR_FREEBSD(func, symver) \
  /src/external/gpl3/gcc.old/dist/libsanitizer/interception/
interception_mac.h 24 #define INTERCEPT_FUNCTION_VER_MAC(func, symver)
interception_linux.h 40 #define INTERCEPT_FUNCTION_VER_LINUX_OR_FREEBSD(func, symver) \
42 #func, symver, \
47 #define INTERCEPT_FUNCTION_VER_LINUX_OR_FREEBSD(func, symver) \
  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
__divxf3.S 10 .symver __divtf3_compat, __divtf3@GCC_3.0
_fixtfdi.S 10 .symver __fixtfti_compat, __fixtfti@GCC_3.0
_fixunstfdi.S 10 .symver __fixunstfti_compat, __fixunstfti@GCC_3.0
_floatditf.S 10 .symver __floattitf_compat, __floattitf@GCC_3.0
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
__divxf3.S 10 .symver __divtf3_compat, __divtf3@GCC_3.0
_fixtfdi.S 10 .symver __fixtfti_compat, __fixtfti@GCC_3.0
_fixunstfdi.S 10 .symver __fixunstfti_compat, __fixunstfti@GCC_3.0
_floatditf.S 10 .symver __floattitf_compat, __floattitf@GCC_3.0
  /src/external/gpl3/gcc/dist/libgcc/
unwind-compat.c 40 symver (_Unwind_Backtrace, GCC_3.3);
50 symver (_Unwind_DeleteException, GCC_3.0);
59 symver (_Unwind_FindEnclosingFunction, GCC_3.3);
70 symver (_Unwind_ForcedUnwind, GCC_3.0);
80 symver (_Unwind_GetCFA, GCC_3.3);
91 symver (_Unwind_GetBSP, GCC_3.3.2);
101 symver (_Unwind_GetDataRelBase, GCC_3.0);
111 symver (_Unwind_GetTextRelBase, GCC_3.0);
122 symver (_Unwind_GetGR, GCC_3.0);
131 symver (_Unwind_GetIP, GCC_3.0)
    [all...]
unwind-compat.h 25 #define symver(name, version) \ macro
26 __asm__ (".symver " #name"," #name "@" #version)
unwind-dw2-fde-compat.c 41 symver (_Unwind_Find_FDE, GCC_3.0);
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-compat.c 40 symver (_Unwind_Backtrace, GCC_3.3);
50 symver (_Unwind_DeleteException, GCC_3.0);
59 symver (_Unwind_FindEnclosingFunction, GCC_3.3);
70 symver (_Unwind_ForcedUnwind, GCC_3.0);
80 symver (_Unwind_GetCFA, GCC_3.3);
91 symver (_Unwind_GetBSP, GCC_3.3.2);
101 symver (_Unwind_GetDataRelBase, GCC_3.0);
111 symver (_Unwind_GetTextRelBase, GCC_3.0);
122 symver (_Unwind_GetGR, GCC_3.0);
131 symver (_Unwind_GetIP, GCC_3.0)
    [all...]
unwind-compat.h 25 #define symver(name, version) \ macro
26 __asm__ (".symver " #name"," #name "@" #version)
unwind-dw2-fde-compat.c 41 symver (_Unwind_Find_FDE, GCC_3.0);
  /src/tests/libexec/ld.elf_so/
t_dl_symver.sh 45 -o file:$(datadir)/symver-output-ref-stdout.v$tv-v$lv \
46 -e file:$(datadir)/symver-output-ref-stderr.v$tv-v$lv \
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
collector.h 39 #define SYMVER_ATTRIBUTE(sym, symver) __attribute__ ((__symver__ (#symver)))
43 # define SYMVER_ATTRIBUTE(sym, symver) __asm__(".symver " #sym "," #symver);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
collector.h 39 #define SYMVER_ATTRIBUTE(sym, symver) __attribute__ ((__symver__ (#symver)))
43 # define SYMVER_ATTRIBUTE(sym, symver) __asm__(".symver " #sym "," #symver);

Completed in 23 milliseconds

1 2 3 4 5 6