HomeSort by relevance Sort by last modified time
    Searched defs:func_addr (Results 1 - 6 of 6) sorted by null

  /external/ltp/testcases/kernel/syscalls/mprotect/
mprotect04.c 142 uint64_t func_addr; member in struct:func_desc
152 fdesc.func_addr = (uint64_t)mem;
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-mips32.c 214 Addr func_addr; local
232 func_addr = bpaddr - offset;
233 if (func_addr > boundary && func_addr <= bpaddr)
234 boundary = func_addr;
valgrind-low-mips64.c 215 Addr func_addr; local
233 func_addr = bpaddr - offset;
234 if (func_addr > boundary && func_addr <= bpaddr)
235 boundary = func_addr;
  /external/vixl/examples/aarch32/
disasm-a32.cc 282 uint32_t func_addr = symbol.GetAddress(); local
296 if ((func_addr & 1) == 1) {
297 func_addr &= ~1;
298 dis.SetCodeAddress(func_addr);
303 dis.SetCodeAddress(func_addr);
  /external/opencv/cxcore/include/
cxtypes.h 1761 void** func_addr; member in struct:CvPluginFuncInfo
    [all...]
  /external/valgrind/perf/
tinycc.c 20472 unsigned long func_addr, last_pc, pc; local
    [all...]

Completed in 747 milliseconds