HomeSort by relevance Sort by last modified time
    Searched refs:high_addr (Results 1 - 16 of 16) sorted by null

  /external/ltp/testcases/kernel/syscalls/link/
link04.c 58 char high_addr[64]; variable
77 {high_addr, "address beyond address space", "nefile", "nefile", EFAULT},
88 {"regfile", "regfile", high_addr,
125 if (fname1 == high_addr)
128 if (fname2 == high_addr)
  /external/elfutils/libdwfl/
dwfl_validate_address.c 47 if (relative >= mod->low_addr && relative <= mod->high_addr)
dwfl_module_info.c 45 *end = mod->high_addr;
dwfl_module_report_build_id.c 54 if (vaddr != 0 && (vaddr < mod->low_addr || vaddr + len > mod->high_addr))
dwfl_module.c 169 if (m->low_addr == start && m->high_addr == end
197 mod->high_addr = end;
offline.c 143 && dwfl->offline_next_address < mod->high_addr + OFFLINE_REDZONE)
144 dwfl->offline_next_address = mod->high_addr + OFFLINE_REDZONE;
segment.c 163 const GElf_Addr end = __libdwfl_segment_end (dwfl, mod->high_addr);
268 if (*mod != NULL && (*mod)->high_addr != address)
link_map.c 595 mod->high_addr -= mod_bias;
597 mod->high_addr += bias;
libdwflP.h 174 GElf_Addr low_addr, high_addr; member in struct:Dwfl_Module
linux-kernel-modules.c 643 end = m->high_addr;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
xencontext.py 112 high = self.qpol_symbol.high_addr(self.policy)
qpol.py 1160 def high_addr(self, *args): return _qpol.qpol_iomemcon_t_high_addr(self, *args) member in class:qpol_iomemcon_t
    [all...]
qpol.i     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nvfx_vertprog.c 884 int high_const = -1, high_temp = -1, high_addr = -1, nr_imm = 0, i; local
908 if (fdec->Range.Last > high_addr) {
909 high_addr =
945 if (++high_addr) {
946 vpc->r_address = CALLOC(high_addr, sizeof(struct nvfx_reg));
947 for (i = 0; i < high_addr; i++)
    [all...]
  /external/jemalloc/bin/
jeprof.in     [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 20348 IRExpr* high_addr; local
    [all...]

Completed in 302 milliseconds