Searched refs:ARCH_SYM_REJECT_UND (Results 1 - 4 of 4) sorted by relevance

/seL4-test-master/projects/musllibc/arch/mips/
H A Dreloc.h34 #define ARCH_SYM_REJECT_UND(s) (!((s)->st_other & STO_MIPS_PLT)) macro
/seL4-test-master/projects/musllibc/arch/mipsn32/
H A Dreloc.h34 #define ARCH_SYM_REJECT_UND(s) (!((s)->st_other & STO_MIPS_PLT)) macro
/seL4-test-master/projects/musllibc/arch/mips64/
H A Dreloc.h45 #define ARCH_SYM_REJECT_UND(s) (!((s)->st_other & STO_MIPS_PLT)) macro
/seL4-test-master/projects/musllibc/ldso/
H A Ddynlink.c255 #ifndef ARCH_SYM_REJECT_UND
256 #define ARCH_SYM_REJECT_UND(s) 0 macro
282 || ARCH_SYM_REJECT_UND(sym))

Completed in 83 milliseconds