Searched defs:sym (Results 1 – 8 of 8) sorted by relevance
74 static inline void SetBindingAndType(Elf32_Sym* sym, unsigned char b, unsigned char t) { in SetBindingAndType()
335 void* const sym = library->FindSymbol("JNI_OnUnload", nullptr); in UnloadNativeLibraries() local1009 void* sym = library->FindSymbol("JNI_OnLoad", nullptr); in LoadNativeLibrary() local
765 const Elf_Sym* sym = FindDynamicSymbol(symbol_name); in FindDynamicSymbolAddress() local
108 void* sym = dlsym(RTLD_DEFAULT, mangled_name.c_str()); in BindMethod() local
124 void* sym = dlsym(RTLD_NEXT, name); in lookup_next_symbol() local
473 void* sym = dlsym(handle, name); in native_bridge_getTrampoline() local
381 Elf_Sym sym = Elf_Sym(); in Add() local
502 #define SEND_VALUE(chr, sym, type) \ in PrintJValue() argument