Home
last modified time | relevance | path

Searched refs:ARCH_SYM_REJECT_UND (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/arch/mips/
Dreloc.h32 #define ARCH_SYM_REJECT_UND(s) (!((s)->st_other & STO_MIPS_PLT)) macro
/third_party/musl/arch/mipsn32/
Dreloc.h32 #define ARCH_SYM_REJECT_UND(s) (!((s)->st_other & STO_MIPS_PLT)) macro
/third_party/musl/arch/mips64/
Dreloc.h41 #define ARCH_SYM_REJECT_UND(s) (!((s)->st_other & STO_MIPS_PLT)) macro
/third_party/musl/ldso/
Ddynlink.c290 #ifndef ARCH_SYM_REJECT_UND
291 #define ARCH_SYM_REJECT_UND(s) 0 macro
314 || ARCH_SYM_REJECT_UND(sym)) in find_sym2()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c288 #ifndef ARCH_SYM_REJECT_UND
289 #define ARCH_SYM_REJECT_UND(s) 0 macro
312 || ARCH_SYM_REJECT_UND(sym)) in find_sym2()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c288 #ifndef ARCH_SYM_REJECT_UND
289 #define ARCH_SYM_REJECT_UND(s) 0 macro
312 || ARCH_SYM_REJECT_UND(sym)) in find_sym2()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c825 #ifndef ARCH_SYM_REJECT_UND
826 #define ARCH_SYM_REJECT_UND(s) 0 macro
855 || ARCH_SYM_REJECT_UND(sym)) in find_sym2()
892 || ARCH_SYM_REJECT_UND(sym)) in find_sym_by_saved_so_list()