Searched refs:bfd_section_lma (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | symfile.c | 1381 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()
|
| D | gcore.c | 387 bfd_section_lma (obfd, osec) = 0; /* ??? bfd_set_section_lma? */ in gcore_create_callback()
|
| D | dve3900-rom.c | 816 bfd_vma section_base = bfd_section_lma (abfd, s); in load_section()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | bfd-in.h | 338 #define bfd_section_lma(bfd, ptr) ((ptr)->lma) macro
|
| D | bfd-in2.h | 345 #define bfd_section_lma(bfd, ptr) ((ptr)->lma) macro
|
| D | ChangeLog-9697 | 1782 * bfd-in.h bfd-in2.h: add bfd_section_lma macro to correspond
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | objcopy.c | 1586 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/ |
| D | ldlang.c | 4099 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/ |
| D | bfd.h | 351 #define bfd_section_lma(bfd, ptr) ((ptr)->lma) macro
|