| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | blockframe.c | 143 && SYMBOL_VALUE_ADDRESS (msymbol + i) < osect->endaddr) in inside_main_func() 150 symfile_objfile->ei.main_func_highpc = osect->endaddr; in inside_main_func() 348 CORE_ADDR *address, CORE_ADDR *endaddr) in find_pc_sect_partial_function() argument 381 if (endaddr != NULL && !pst->readin) in find_pc_sect_partial_function() 447 if (endaddr != NULL) in find_pc_sect_partial_function() 448 *endaddr = 0; in find_pc_sect_partial_function() 471 && SYMBOL_VALUE_ADDRESS (msymbol + i) < osect->endaddr) in find_pc_sect_partial_function() 476 cache_pc_function_high = osect->endaddr; in find_pc_sect_partial_function() 491 if (endaddr) in find_pc_sect_partial_function() 500 *endaddr = 1 + overlay_unmapped_address (cache_pc_function_high - 1, in find_pc_sect_partial_function() [all …]
|
| D | findvar.c | 57 const unsigned char *endaddr = startaddr + len; in extract_signed_integer() local 71 for (++p; p < endaddr; ++p) in extract_signed_integer() 76 p = endaddr - 1; in extract_signed_integer() 91 const unsigned char *endaddr = startaddr + len; in extract_unsigned_integer() local 103 for (p = startaddr; p < endaddr; ++p) in extract_unsigned_integer() 108 for (p = endaddr - 1; p >= startaddr; --p) in extract_unsigned_integer() 184 unsigned char *endaddr = startaddr + len; in store_signed_integer() local 190 for (p = endaddr - 1; p >= startaddr; --p) in store_signed_integer() 198 for (p = startaddr; p < endaddr; ++p) in store_signed_integer() 211 unsigned char *endaddr = startaddr + len; in store_unsigned_integer() local [all …]
|
| D | exec.c | 351 (*table_pp)->endaddr = (*table_pp)->addr + bfd_section_size (abfd, asect); in add_to_section_table() 479 if (memend <= p->endaddr) in xfer_memory() 492 else if (memaddr >= p->endaddr) in xfer_memory() 500 len = p->endaddr - memaddr; in xfer_memory() 542 printf_filtered (" - %s", local_hex_string_custom (p->endaddr, fmt)); in print_section_info() 612 sect->endaddr += text_off; in exec_set_section_offsets() 617 sect->endaddr += data_off; in exec_set_section_offsets() 622 sect->endaddr += bss_off; in exec_set_section_offsets() 654 p->endaddr += offset; in set_section_command()
|
| D | bfd-target.c | 52 pp->end->endaddr = pp->end->addr + bfd_section_size (abfd, asect); in add_to_section_table() 87 if ((offset - s->addr + len) > (s->endaddr - s->addr)) in target_bfd_xfer_partial() 88 len = (s->endaddr - s->addr) - (offset - s->addr); in target_bfd_xfer_partial()
|
| D | maint.c | 304 CORE_ADDR addr, CORE_ADDR endaddr, in maint_print_section_info() argument 309 printf_filtered ("->0x%s", paddr (endaddr)); in maint_print_section_info() 329 CORE_ADDR addr, endaddr; in print_bfd_section_info() local 332 endaddr = addr + bfd_section_size (abfd, asect); in print_bfd_section_info() 333 maint_print_section_info (name, flags, addr, endaddr, asect->filepos); in print_bfd_section_info() 349 maint_print_section_info (name, flags, asect->addr, asect->endaddr, in print_objfile_section_info()
|
| D | block.h | 66 CORE_ADDR endaddr; member 115 #define BLOCK_END(bl) (bl)->endaddr
|
| D | nto-tdep.c | 266 sec->endaddr = nto_truncate_ptr (sec->endaddr + LM_ADDR (so) - vaddr); in nto_relocate_section_addresses()
|
| D | rs6000-nat.c | 947 exec_ops.to_sections[i].endaddr += vmap->tstart - vmap->tvma; in vmap_exec() 952 exec_ops.to_sections[i].endaddr += vmap->dstart - vmap->dvma; in vmap_exec() 957 exec_ops.to_sections[i].endaddr += vmap->dstart - vmap->dvma; in vmap_exec() 1154 stp->endaddr = vp->tend; in xcoff_relocate_core() 1160 stp->endaddr = vp->dend; in xcoff_relocate_core()
|
| D | objfiles.c | 95 section.endaddr = section.addr + bfd_section_size (abfd, asect); in add_to_objfile_sections() 650 s->endaddr += ANOFFSET (delta, idx); in objfile_relocate() 769 s->addr <= pc && pc < s->endaddr) in find_pc_sect_section()
|
| D | solib.c | 675 (LONGEST) so->textsection->endaddr, in info_sharedlibrary_command() 720 if (p->addr <= address && address < p->endaddr) in solib_address()
|
| D | somsolib.c | 295 s->endaddr += so->som_solib.text_addr - so->som_solib.text_link_addr; in som_solib_add_solib_objfile() 300 s->endaddr += so->som_solib.data_start; in som_solib_add_solib_objfile() 363 p->endaddr += ANOFFSET (so->objfile->section_offsets, SECT_OFF_TEXT (so->objfile)); in som_solib_load_symbols() 368 p->endaddr += ANOFFSET (so->objfile->section_offsets, SECT_OFF_DATA (so->objfile)); in som_solib_load_symbols()
|
| D | objfiles.h | 158 CORE_ADDR endaddr; /* 1+highest address in section */ member
|
| D | solib-svr4.c | 1425 sec->endaddr = svr4_truncate_ptr (sec->endaddr + LM_ADDR (so)); in svr4_relocate_section_addresses()
|
| D | pa64solib.c | 337 p->endaddr += ANOFFSET (so->objfile->section_offsets, SECT_OFF_TEXT (so->objfile)); in pa64_solib_load_symbols() 342 p->endaddr += ANOFFSET (so->objfile->section_offsets, SECT_OFF_DATA (so->objfile)); in pa64_solib_load_symbols()
|
| D | gcore.c | 345 bfd_vma end = (objsec->endaddr + align - 1) & -align; in gcore_create_callback()
|
| D | xcoffread.c | 751 CORE_ADDR endaddr, unsigned *firstLine) in enter_line_range() argument 761 if (endoffset == 0 && startaddr == 0 && endaddr == 0) in enter_line_range() 798 if (addr < startaddr || (endaddr && addr >= endaddr)) in enter_line_range()
|
| D | solib-osf.c | 253 sec->endaddr += lms->offset; in osf_relocate_section_addresses()
|
| D | solib-sunos.c | 879 sec->endaddr += LM_ADDR (so); in sunos_relocate_section_addresses()
|
| D | target.h | 1156 CORE_ADDR endaddr; /* 1+highest address in section */ member
|
| D | win32-nat.c | 805 iter->endaddr += offset; in get_relocated_section_addrs() 2291 new_target_sect_ptr->endaddr = args->addr + bfd_section_vma (abfd, sect) + in map_single_dll_code_section()
|
| D | symfile.c | 707 s->endaddr -= s->offset; in syms_from_objfile() 708 s->endaddr += s_addr; in syms_from_objfile()
|
| D | printcmd.c | 1025 if (osect->addr <= sect_addr && sect_addr < osect->endaddr && in sym_info()
|
| /freebsd-9-stable/sys/arm/xscale/i8134x/ |
| D | i81342_space.c | 280 vm_offset_t addr, endaddr; in i81342_mem_bs_map() local 294 endaddr = ((addr + size) &~ (0x1000000 - 1)) + 0x1000000; in i81342_mem_bs_map() 295 if (endaddr >= IOP34X_VADDR) in i81342_mem_bs_map() 297 allocable = endaddr; in i81342_mem_bs_map() 304 while (addr < endaddr) { in i81342_mem_bs_map()
|
| /freebsd-9-stable/gnu/usr.bin/gdb/kgdb/ |
| D | kld.c | 208 sec->endaddr += *curr_base; in adjust_section_address() 215 sec->endaddr = sec->addr + bfd_section_size(abfd, asect); in adjust_section_address() 216 *curr_base = sec->endaddr; in adjust_section_address()
|
| /freebsd-9-stable/sys/vm/ |
| D | vm_map.c | 1686 #define vm_map_clip_end(map, entry, endaddr) \ argument 1688 if ((endaddr) < (entry->end)) \ 1689 _vm_map_clip_end((map), (entry), (endaddr)); \
|