Home
last modified time | relevance | path

Searched refs:symbol_addr (Results 1 – 25 of 121) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/android_crazy_linker/src/tests/
H A Dtest_search_path_list.cpp52 void* symbol_addr; in CheckLibrary() local
53 if (!crazy_library_find_symbol(library, symbol_name, &symbol_addr)) { in CheckLibrary()
66 void* symbol_addr; in CheckLibrary() local
67 if (crazy_library_find_symbol(library, symbol_name, &symbol_addr)) { in CheckLibrary()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/riscv/include/asm/
H A Dmodule.h27 unsigned long symbol_addr; /* the real variable address */ member
41 if (got[i].symbol_addr == val) in get_got_entry()
94 if (got_plt[i].symbol_addr == val) in get_got_plt_idx()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/riscv/include/asm/
H A Dmodule.h27 unsigned long symbol_addr; /* the real variable address */ member
41 if (got[i].symbol_addr == val) in get_got_entry()
94 if (got_plt[i].symbol_addr == val) in get_got_plt_idx()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/riscv/include/asm/
H A Dmodule.h27 unsigned long symbol_addr; /* the real variable address */ member
41 if (got[i].symbol_addr == val) in get_got_entry()
94 if (got_plt[i].symbol_addr == val) in get_got_plt_idx()
/dports/cad/py-pymtl/pymtl3-3.1.6/pymtl3/stdlib/proc/
H A DSparseMemoryImage.py82 def add_symbol( self, symbol_name, symbol_addr ): argument
83 self.symbols[ symbol_name ] = symbol_addr
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/API/
H A DSBSymbol.cpp131 const Address &symbol_addr = m_opaque_ptr->GetAddressRef(); in GetInstructions() local
132 ModuleSP module_sp = symbol_addr.GetModule(); in GetInstructions()
134 AddressRange symbol_range(symbol_addr, m_opaque_ptr->GetByteSize()); in GetInstructions()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/API/
H A DSBSymbol.cpp129 const Address &symbol_addr = m_opaque_ptr->GetAddressRef(); in GetInstructions() local
130 ModuleSP module_sp = symbol_addr.GetModule(); in GetInstructions()
132 AddressRange symbol_range(symbol_addr, m_opaque_ptr->GetByteSize()); in GetInstructions()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/API/
H A DSBSymbol.cpp131 const Address &symbol_addr = m_opaque_ptr->GetAddressRef(); in GetInstructions() local
132 ModuleSP module_sp = symbol_addr.GetModule(); in GetInstructions()
134 AddressRange symbol_range(symbol_addr, m_opaque_ptr->GetByteSize()); in GetInstructions()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/API/
H A DSBSymbol.cpp129 const Address &symbol_addr = m_opaque_ptr->GetAddressRef(); in GetInstructions() local
130 ModuleSP module_sp = symbol_addr.GetModule(); in GetInstructions()
132 AddressRange symbol_range(symbol_addr, m_opaque_ptr->GetByteSize()); in GetInstructions()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/API/
H A DSBSymbol.cpp129 const Address &symbol_addr = m_opaque_ptr->GetAddressRef(); in GetInstructions() local
130 ModuleSP module_sp = symbol_addr.GetModule(); in GetInstructions()
132 AddressRange symbol_range(symbol_addr, m_opaque_ptr->GetByteSize()); in GetInstructions()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/API/
H A DSBSymbol.cpp129 const Address &symbol_addr = m_opaque_ptr->GetAddressRef(); in GetInstructions() local
130 ModuleSP module_sp = symbol_addr.GetModule(); in GetInstructions()
132 AddressRange symbol_range(symbol_addr, m_opaque_ptr->GetByteSize()); in GetInstructions()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/API/
H A DSBSymbol.cpp131 const Address &symbol_addr = m_opaque_ptr->GetAddressRef(); in GetInstructions() local
132 ModuleSP module_sp = symbol_addr.GetModule(); in GetInstructions()
134 AddressRange symbol_range(symbol_addr, m_opaque_ptr->GetByteSize()); in GetInstructions()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/API/
H A DSBSymbol.cpp138 const Address &symbol_addr = m_opaque_ptr->GetAddressRef(); in GetInstructions() local
139 ModuleSP module_sp = symbol_addr.GetModule(); in GetInstructions()
141 AddressRange symbol_range(symbol_addr, m_opaque_ptr->GetByteSize()); in GetInstructions()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/API/
H A DSBSymbol.cpp131 const Address &symbol_addr = m_opaque_ptr->GetAddressRef(); in GetInstructions() local
132 ModuleSP module_sp = symbol_addr.GetModule(); in GetInstructions()
134 AddressRange symbol_range(symbol_addr, m_opaque_ptr->GetByteSize()); in GetInstructions()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/API/
H A DSBSymbol.cpp129 const Address &symbol_addr = m_opaque_ptr->GetAddressRef();
130 ModuleSP module_sp = symbol_addr.GetModule();
132 AddressRange symbol_range(symbol_addr, m_opaque_ptr->GetByteSize());
/dports/games/alienarena-data/alienarena-7.66/source/win32/
H A Dqal_win.c50 static void get_dlsym( const char* symbol_name, void** symbol_addr ) in get_dlsym() argument
54 *symbol_addr = GetProcAddress( hinstOpenAL, symbol_name ); in get_dlsym()
55 if ( *symbol_addr == NULL ) in get_dlsym()
/dports/games/alienarena/alienarena-7.66/source/win32/
H A Dqal_win.c50 static void get_dlsym( const char* symbol_name, void** symbol_addr ) in get_dlsym() argument
54 *symbol_addr = GetProcAddress( hinstOpenAL, symbol_name ); in get_dlsym()
55 if ( *symbol_addr == NULL ) in get_dlsym()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/scripts/
H A Dannotate.py218 self.addr2line.add_addr(symbol.dso_name, symbol.symbol_addr,
220 self.addr2line.add_addr(symbol.dso_name, symbol.symbol_addr,
221 symbol.symbol_addr)
303 sources = self.addr2line.get_sources(symbol.dso_name, symbol.symbol_addr)
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/
H A Dreport_lib_interface.cpp78 uint64_t symbol_addr; member
342 entry.symbol.symbol_addr = symbol->addr; in SetCurrentSample()
352 entry.symbol.symbol_addr = std::get<1>(it->second); in SetCurrentSample()
356 entry.symbol.vaddr_in_file = entry.symbol.symbol_addr; in SetCurrentSample()
/dports/games/alienarena-data/alienarena-7.66/source/unix/
H A Dqal_unix.c69 static void get_dlsym( const char* symbol_name, void** symbol_addr ) in get_dlsym() argument
74 *symbol_addr = dlsym( dynlib, symbol_name ); in get_dlsym()
/dports/games/alienarena/alienarena-7.66/source/unix/
H A Dqal_unix.c69 static void get_dlsym( const char* symbol_name, void** symbol_addr ) in get_dlsym() argument
74 *symbol_addr = dlsym( dynlib, symbol_name ); in get_dlsym()
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dtracebak.c516 is_return_from(void *symbol_addr, void *ret_addr) in is_return_from() argument
525 ret = (ptr + offset) == symbol_addr; in is_return_from()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dtracebak.c512 is_return_from(void *symbol_addr, void *ret_addr) in is_return_from() argument
521 ret = (ptr + offset) == symbol_addr; in is_return_from()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dtracebak.c512 is_return_from(void *symbol_addr, void *ret_addr) in is_return_from() argument
521 ret = (ptr + offset) == symbol_addr; in is_return_from()
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dtracebak.c512 is_return_from(void *symbol_addr, void *ret_addr) in is_return_from() argument
521 ret = (ptr + offset) == symbol_addr; in is_return_from()

12345