| /netbsd/src/external/gpl3/gdb/dist/sim/m32c/ |
| D | load.c | 82 bfd_section_size (s) + bfd_section_lma (s); in m32c_load() 83 if (heaptop < secend && bfd_section_lma (s) < 0x10000) in m32c_load() 100 base = bfd_section_lma (s); in m32c_load()
|
| D | trace.c | 249 code_base = bfd_section_lma (s); in sim_disasm_one()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | symfile.c | 2014 ULONGEST begin = bfd_section_lma (asec) + args->load_offset; in load_one_section() 2984 if (bfd_section_lma (bfd_section) != 0 in section_is_overlay() 2985 && bfd_section_lma (bfd_section) != bfd_section_vma (bfd_section)) in section_is_overlay() 3060 if (bfd_section_lma (bfd_section) + offset <= pc in pc_in_unmapped_range() 3061 && pc < bfd_section_lma (bfd_section) + offset + size) in pc_in_unmapped_range() 3108 return (pc + bfd_section_lma (bfd_section) in overlay_unmapped_address() 3127 - bfd_section_lma (bfd_section)); in overlay_mapped_address() 3230 lma = bfd_section_lma (osect->the_bfd_section); in list_overlays_command() 3510 && cache_ovly_table[i][LMA] == bfd_section_lma (bsect)) in simple_overlay_update_1() 3516 && cache_ovly_table[i][LMA] == bfd_section_lma (bsect)) in simple_overlay_update_1() [all …]
|
| D | z80-tdep.c | 968 sect->ovly_mapped = (lma == bfd_section_lma (sect->the_bfd_section)); in z80_overlay_update_1() 994 bfd_vma lma = bfd_section_lma (bsect); in z80_overlay_update()
|
| D | objfiles.c | 924 const bfd_vma lma = bfd_section_lma (section); in insert_section_p()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | sim-load.c | 118 lma = bfd_section_lma (s); in sim_load_file()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/rx/ |
| D | trace.c | 247 code_base = bfd_section_lma (s); in sim_get_current_source_location()
|
| D | gdb-if.c | 178 sl->start = bfd_section_lma (s); in build_swap_list()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/rl78/ |
| D | trace.c | 243 code_base = bfd_section_lma (s); in sim_get_current_source_location()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/m68hc11/ |
| D | interp.c | 368 lma = bfd_section_lma (s); in sim_prepare_for_program()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | hw_htab.c | 396 unsigned_word ra = bfd_section_lma (sec); in htab_sum_binary()
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | objcopy.c | 3257 gap_start = bfd_section_lma (osections[i]) * opb1 + size; in copy_object() 3258 gap_stop = bfd_section_lma (osections[i + 1]) * opb2; in copy_object() 3283 lma = bfd_section_lma (osections[num_sec - 1]) * opb; in copy_object()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | ChangeLog-2019 | 1066 (bfd_section_lma, bfd_section_alignment, bfd_section_flags), 1080 (bfd_section_lma, bfd_section_alignment, bfd_section_flags), 1131 (bfd_section_lma, bfd_section_alignment): Lose bfd parameter.
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | ChangeLog-2019 | 1066 (bfd_section_lma, bfd_section_alignment, bfd_section_flags), 1080 (bfd_section_lma, bfd_section_alignment, bfd_section_flags), 1131 (bfd_section_lma, bfd_section_alignment): Lose bfd parameter.
|
| /netbsd/src/external/gpl3/binutils/lib/libbfd/arch/sh3eb/ |
| D | bfd.h | 857 bfd_section_lma (const asection *sec) in bfd_section_lma() function
|
| /netbsd/src/external/gpl3/gdb/lib/libbfd/arch/alpha/ |
| D | bfd-in3.h | 860 bfd_section_lma (const asection *sec) in bfd_section_lma() function
|
| /netbsd/src/external/gpl3/binutils/lib/libbfd/arch/vax/ |
| D | bfd.h | 857 bfd_section_lma (const asection *sec) in bfd_section_lma() function
|
| /netbsd/src/external/gpl3/binutils/lib/libbfd/arch/earmhf/ |
| D | bfd.h | 857 bfd_section_lma (const asection *sec) in bfd_section_lma() function
|
| /netbsd/src/external/gpl3/gdb/lib/libbfd/arch/mipsel/ |
| D | bfd.h | 860 bfd_section_lma (const asection *sec) in bfd_section_lma() function
|
| /netbsd/src/external/gpl3/gdb/lib/libbfd/arch/sparc/ |
| D | bfd-in3.h | 860 bfd_section_lma (const asection *sec) in bfd_section_lma() function
|
| /netbsd/src/external/gpl3/gdb/lib/libbfd/arch/i386/ |
| D | bfd.h | 860 bfd_section_lma (const asection *sec) in bfd_section_lma() function
|
| /netbsd/src/external/gpl3/binutils/lib/libbfd/arch/ia64/ |
| D | bfd.h | 857 bfd_section_lma (const asection *sec) in bfd_section_lma() function
|
| /netbsd/src/external/gpl3/gdb/lib/libbfd/arch/hppa/ |
| D | bfd.h | 860 bfd_section_lma (const asection *sec) in bfd_section_lma() function
|
| /netbsd/src/external/gpl3/binutils/lib/libbfd/arch/sparc64/ |
| D | bfd.h | 857 bfd_section_lma (const asection *sec) in bfd_section_lma() function
|
| /netbsd/src/external/gpl3/binutils/lib/libbfd/arch/mipsel/ |
| D | bfd.h | 857 bfd_section_lma (const asection *sec) in bfd_section_lma() function
|