Searched refs:high_addr (Results 1 – 12 of 12) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_module.c | 169 if (m->low_addr == start && m->high_addr == end in dwfl_report_module() 197 mod->high_addr = end; in dwfl_report_module()
|
D | dwfl_validate_address.c | 47 if (relative >= mod->low_addr && relative <= mod->high_addr) in dwfl_validate_address()
|
D | dwfl_module_info.c | 45 *end = mod->high_addr; in dwfl_module_info()
|
D | dwfl_module_report_build_id.c | 54 if (vaddr != 0 && (vaddr < mod->low_addr || vaddr + len > mod->high_addr)) in dwfl_module_report_build_id()
|
D | offline.c | 143 && dwfl->offline_next_address < mod->high_addr + OFFLINE_REDZONE) in process_elf() 144 dwfl->offline_next_address = mod->high_addr + OFFLINE_REDZONE; in process_elf()
|
D | segment.c | 163 const GElf_Addr end = __libdwfl_segment_end (dwfl, mod->high_addr); in reify_segments() 268 if (*mod != NULL && (*mod)->high_addr != address) in dwfl_addrsegment()
|
D | link_map.c | 592 mod->high_addr -= mod_bias; in consider_executable() 594 mod->high_addr += bias; in consider_executable()
|
D | libdwflP.h | 174 GElf_Addr low_addr, high_addr; member
|
D | linux-kernel-modules.c | 643 end = m->high_addr; in dwfl_linux_kernel_report_kernel()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 892 int high_const = -1, high_temp = -1, high_addr = -1, nr_imm = 0, i; in nvfx_vertprog_prepare() local 916 if (fdec->Range.Last > high_addr) { in nvfx_vertprog_prepare() 917 high_addr = in nvfx_vertprog_prepare() 953 if (++high_addr) { in nvfx_vertprog_prepare() 954 vpc->r_address = CALLOC(high_addr, sizeof(struct nvfx_reg)); in nvfx_vertprog_prepare() 955 for (i = 0; i < high_addr; i++) in nvfx_vertprog_prepare()
|
/external/jemalloc/bin/ |
D | jeprof.in | 1135 my $high_addr = substr($addr, -16, 8); # get up to 8 more hex chars 1136 print pack('L*', hex('0x' . $low_addr), hex('0x' . $high_addr));
|
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 15599 IRExpr* high_addr; in dis_vx_load() local 15602 high_addr = binop( addOp, mkexpr( EA ), ty == Ity_I64 ? mkU64( ea_off ) in dis_vx_load() 15604 low = load( Ity_I64, high_addr ); in dis_vx_load()
|