Home
last modified time | relevance | path

Searched refs:bfd_section_lma (Results 1 – 25 of 81) sorted by relevance

1234

/netbsd/src/external/gpl3/gdb/dist/sim/m32c/
Dload.c82 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()
Dtrace.c249 code_base = bfd_section_lma (s); in sim_disasm_one()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsymfile.c2014 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 …]
Dz80-tdep.c968 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()
Dobjfiles.c924 const bfd_vma lma = bfd_section_lma (section); in insert_section_p()
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-load.c118 lma = bfd_section_lma (s); in sim_load_file()
/netbsd/src/external/gpl3/gdb/dist/sim/rx/
Dtrace.c247 code_base = bfd_section_lma (s); in sim_get_current_source_location()
Dgdb-if.c178 sl->start = bfd_section_lma (s); in build_swap_list()
/netbsd/src/external/gpl3/gdb/dist/sim/rl78/
Dtrace.c243 code_base = bfd_section_lma (s); in sim_get_current_source_location()
/netbsd/src/external/gpl3/gdb/dist/sim/m68hc11/
Dinterp.c368 lma = bfd_section_lma (s); in sim_prepare_for_program()
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Dhw_htab.c396 unsigned_word ra = bfd_section_lma (sec); in htab_sum_binary()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dobjcopy.c3257 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/
DChangeLog-20191066 (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/
DChangeLog-20191066 (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/
Dbfd.h857 bfd_section_lma (const asection *sec) in bfd_section_lma() function
/netbsd/src/external/gpl3/gdb/lib/libbfd/arch/alpha/
Dbfd-in3.h860 bfd_section_lma (const asection *sec) in bfd_section_lma() function
/netbsd/src/external/gpl3/binutils/lib/libbfd/arch/vax/
Dbfd.h857 bfd_section_lma (const asection *sec) in bfd_section_lma() function
/netbsd/src/external/gpl3/binutils/lib/libbfd/arch/earmhf/
Dbfd.h857 bfd_section_lma (const asection *sec) in bfd_section_lma() function
/netbsd/src/external/gpl3/gdb/lib/libbfd/arch/mipsel/
Dbfd.h860 bfd_section_lma (const asection *sec) in bfd_section_lma() function
/netbsd/src/external/gpl3/gdb/lib/libbfd/arch/sparc/
Dbfd-in3.h860 bfd_section_lma (const asection *sec) in bfd_section_lma() function
/netbsd/src/external/gpl3/gdb/lib/libbfd/arch/i386/
Dbfd.h860 bfd_section_lma (const asection *sec) in bfd_section_lma() function
/netbsd/src/external/gpl3/binutils/lib/libbfd/arch/ia64/
Dbfd.h857 bfd_section_lma (const asection *sec) in bfd_section_lma() function
/netbsd/src/external/gpl3/gdb/lib/libbfd/arch/hppa/
Dbfd.h860 bfd_section_lma (const asection *sec) in bfd_section_lma() function
/netbsd/src/external/gpl3/binutils/lib/libbfd/arch/sparc64/
Dbfd.h857 bfd_section_lma (const asection *sec) in bfd_section_lma() function
/netbsd/src/external/gpl3/binutils/lib/libbfd/arch/mipsel/
Dbfd.h857 bfd_section_lma (const asection *sec) in bfd_section_lma() function

1234