Home
last modified time | relevance | path

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

/external/elfutils/src/backends/
Dalpha_symbol.c153 return ((((st_other & STO_ALPHA_STD_GPLOAD) == STO_ALPHA_NOPV) in alpha_check_st_other_bits()
154 || ((st_other & STO_ALPHA_STD_GPLOAD) == STO_ALPHA_STD_GPLOAD)) in alpha_check_st_other_bits()
155 && (st_other &~ STO_ALPHA_STD_GPLOAD) == 0); in alpha_check_st_other_bits()
/external/elfutils/src/libelf/
Delf.h1969 #define STO_ALPHA_STD_GPLOAD 0x88 /* PV only used for initial ldgp. */ macro
/external/valgrind/perf/
Dtinycc.c1504 #define STO_ALPHA_STD_GPLOAD 0x88 /* PV only used for initial ldgp. */ macro