Searched refs:high_addr (Results 1 – 10 of 10) sorted by relevance
173 if (m->low_addr == start && m->high_addr == end in dwfl_report_module()201 mod->high_addr = end; in dwfl_report_module()
51 if (relative >= mod->low_addr && relative <= mod->high_addr) in dwfl_validate_address()
49 *end = mod->high_addr; in dwfl_module_info()
58 if (vaddr != 0 && (vaddr < mod->low_addr || vaddr + len > mod->high_addr)) in dwfl_module_report_build_id()
148 && dwfl->offline_next_address < mod->high_addr + OFFLINE_REDZONE) in process_elf()149 dwfl->offline_next_address = mod->high_addr + OFFLINE_REDZONE; in process_elf()
167 const GElf_Addr end = __libdwfl_segment_end (dwfl, mod->high_addr); in reify_segments()272 if (*mod != NULL && (*mod)->high_addr != address) in dwfl_addrsegment()
613 mod->high_addr -= mod_bias; in consider_executable()615 mod->high_addr += bias; in consider_executable()
171 GElf_Addr low_addr, high_addr; member
728 end = m->high_addr; in dwfl_linux_kernel_report_kernel()
878 int high_const = -1, high_temp = -1, high_addr = -1, nr_imm = 0, i; in nvfx_vertprog_prepare() local902 if (fdec->Range.Last > high_addr) { in nvfx_vertprog_prepare()903 high_addr = in nvfx_vertprog_prepare()939 if (++high_addr) { in nvfx_vertprog_prepare()940 vpc->r_address = CALLOC(high_addr, sizeof(struct nvfx_reg)); in nvfx_vertprog_prepare()941 for (i = 0; i < high_addr; i++) in nvfx_vertprog_prepare()