Home
last modified time | relevance | path

Searched refs:PPC64_LOCAL_ENTRY_OFFSET (Results 1 - 7 of 7) sorted by relevance

/third_party/elfutils/backends/
H A Dppc64_symbol.c133 return (PPC64_LOCAL_ENTRY_OFFSET (st_other) != 0); in ppc64_check_st_other_bits()
/third_party/musl/porting/linux/user/include/
H A Delf.h2308 #define PPC64_LOCAL_ENTRY_OFFSET(x) (1 << (((x)&0xe0)>>5) & 0xfc) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h2299 #define PPC64_LOCAL_ENTRY_OFFSET(x) (1 << (((x)&0xe0)>>5) & 0xfc) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h2299 #define PPC64_LOCAL_ENTRY_OFFSET(x) (1 << (((x)&0xe0)>>5) & 0xfc) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h2299 #define PPC64_LOCAL_ENTRY_OFFSET(x) (1 << (((x)&0xe0)>>5) & 0xfc) macro
/third_party/musl/include/
H A Delf.h2335 #define PPC64_LOCAL_ENTRY_OFFSET(x) (1 << (((x)&0xe0)>>5) & 0xfc) macro
/third_party/elfutils/libelf/
H A Delf.h2707 #define PPC64_LOCAL_ENTRY_OFFSET(other) \ macro

Completed in 69 milliseconds