Home
last modified time | relevance | path

Searched refs:_DL_FIRST_PLATFORM (Results 1 – 3 of 3) sorted by relevance

/sysdeps/powerpc/
A Ddl-procinfo.h42 #define _DL_FIRST_PLATFORM 32 macro
45 << _DL_FIRST_PLATFORM)
105 ret = _DL_FIRST_PLATFORM + PPC_PLATFORM_POWER4; in _dl_string_platform()
108 ret = _DL_FIRST_PLATFORM + PPC_PLATFORM_POWER5; in _dl_string_platform()
116 ret = _DL_FIRST_PLATFORM + PPC_PLATFORM_POWER6; in _dl_string_platform()
141 return _DL_FIRST_PLATFORM + PPC_PLATFORM_PPC970; in _dl_string_platform()
145 return _DL_FIRST_PLATFORM + PPC_PLATFORM_PPCA2; in _dl_string_platform()
147 return _DL_FIRST_PLATFORM + PPC_PLATFORM_PPC405; in _dl_string_platform()
149 return _DL_FIRST_PLATFORM + PPC_PLATFORM_PPC440; in _dl_string_platform()
151 return _DL_FIRST_PLATFORM + PPC_PLATFORM_PPC464; in _dl_string_platform()
[all …]
/sysdeps/x86/
A Ddl-procinfo.h28 #define _DL_FIRST_PLATFORM 48 macro
31 << _DL_FIRST_PLATFORM)
43 return _DL_FIRST_PLATFORM + i; in _dl_string_platform()
/sysdeps/s390/
A Ddl-procinfo.h28 #define _DL_FIRST_PLATFORM 32 macro
31 << _DL_FIRST_PLATFORM)
108 return _DL_FIRST_PLATFORM + i; in _dl_string_platform()

Completed in 6 milliseconds