Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dsymfile.c1381 CORE_ADDR lma = bfd_section_lma (abfd, asec) + args->load_offset; in load_section_callback()
3054 lma = bfd_section_lma (objfile->obfd, osect->the_bfd_section); in list_overlays_command()
3398 && cache_ovly_table[i][LMA] == bfd_section_lma (obfd, bsect) in simple_overlay_update_1()
3404 && cache_ovly_table[i][LMA] == bfd_section_lma (obfd, bsect) in simple_overlay_update_1()
3459 && cache_ovly_table[i][LMA] == bfd_section_lma (obfd, bsect) in simple_overlay_update()
Dgcore.c387 bfd_section_lma (obfd, osec) = 0; /* ??? bfd_set_section_lma? */ in gcore_create_callback()
Ddve3900-rom.c816 bfd_vma section_base = bfd_section_lma (abfd, s); in load_section()
/freebsd-12-stable/contrib/binutils/bfd/
Dbfd-in.h338 #define bfd_section_lma(bfd, ptr) ((ptr)->lma) macro
Dbfd-in2.h345 #define bfd_section_lma(bfd, ptr) ((ptr)->lma) macro
DChangeLog-96971782 * bfd-in.h bfd-in2.h: add bfd_section_lma macro to correspond
/freebsd-12-stable/contrib/binutils/binutils/
Dobjcopy.c1586 gap_start = bfd_section_lma (obfd, osections[i]) + size; in copy_object()
1587 gap_stop = bfd_section_lma (obfd, osections[i + 1]); in copy_object()
1611 lma = bfd_section_lma (obfd, osections[c - 1]); in copy_object()
/freebsd-12-stable/contrib/binutils/ld/
Dldlang.c4099 if (bfd_section_lma (sec1->owner, sec1) in sort_sections_by_lma()
4100 < bfd_section_lma (sec2->owner, sec2)) in sort_sections_by_lma()
4102 else if (bfd_section_lma (sec1->owner, sec1) in sort_sections_by_lma()
4103 > bfd_section_lma (sec2->owner, sec2)) in sort_sections_by_lma()
4157 s_start = bfd_section_lma (output_bfd, s); in lang_check_section_addresses()
4168 s_start = bfd_section_lma (output_bfd, s); in lang_check_section_addresses()
/freebsd-12-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h351 #define bfd_section_lma(bfd, ptr) ((ptr)->lma) macro