Searched refs:end_addr (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/system/ulib/fzl/
H A Dvmo-mapper.cpp81 uint64_t end_addr; local
82 if (add_overflow(size, offset, &end_addr) || end_addr > vmo_size) {
/fuchsia/zircon/kernel/vm/
H A Dvm_address_region.cpp682 const vaddr_t end_addr = base + size; local
683 auto end = subregions_.lower_bound(end_addr);
692 itr->base() < base || itr_end > end_addr)) {
707 const vaddr_t unmap_end = fbl::min(curr_end, end_addr);
741 end = vmar->subregions_.lower_bound(end_addr);
767 end = up->subregions_.lower_bound(end_addr);
796 const vaddr_t end_addr = base + size; local
797 const auto end = subregions_.lower_bound(end_addr);
838 const vaddr_t protect_end = fbl::min(curr_end, end_addr);
/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGexpr.c196 unw_word_t operand1 = 0, operand2 = 0, tmp1, tmp2, tmp3, end_addr; local
240 end_addr = *addr + len;
248 while (*addr < end_addr)
H A DGparser.c61 unw_word_t ip, unw_word_t *addr, unw_word_t end_addr,
88 while (curr_ip <= ip && *addr < end_addr)
60 run_cfi_program(struct dwarf_cursor *c, dwarf_state_record_t *sr, unw_word_t ip, unw_word_t *addr, unw_word_t end_addr, struct dwarf_cie_info *dci) argument
/fuchsia/zircon/scripts/
H A Dzircon.elf-gdb.py591 end_addr = self.interrupt_common_begin_addr + 64
592 return pc >= self.interrupt_common_begin_addr and pc < end_addr
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in1323 my $end_addr = $symbol_table->{$routine}->[1];
1325 my $length = hex(AddressSub($end_addr, $start_addr));
1331 $start_addr, $end_addr, $total);
1348 my $end_addr = shift;
1353 "--stop-address=0x$end_addr", $prog);
1372 $last = [$k, $filename, $linenumber, $2, $end_addr];
1450 my $end_addr = $symbol_table->{$routine}->[1];
1451 my $length = hex(AddressSub($end_addr, $start_addr));
1458 $start_addr, $end_addr,
1622 my $end_addr
[all...]

Completed in 92 milliseconds