Searched refs:bfd_section_lma (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dgcore.c387 bfd_section_lma (obfd, osec) = 0; /* ??? bfd_set_section_lma? */
H A Ddve3900-rom.c816 bfd_vma section_base = bfd_section_lma (abfd, s);
H A Dsymfile.c1383 CORE_ADDR lma = bfd_section_lma (abfd, asec) + args->load_offset;
2796 /* FIXME: need bfd *, so we can use bfd_section_lma methods. */
2884 /* FIXME: need bfd *, so we can use bfd_section_lma methods. */
2941 /* FIXME: need bfd *, so we can use bfd_section_lma methods. */
3063 lma = bfd_section_lma (objfile->obfd, osect->the_bfd_section);
3407 && cache_ovly_table[i][LMA] == bfd_section_lma (obfd, bsect)
3413 && cache_ovly_table[i][LMA] == bfd_section_lma (obfd, bsect)
3468 && cache_ovly_table[i][LMA] == bfd_section_lma (obfd, bsect)
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in.h342 #define bfd_section_lma(bfd, ptr) ((ptr)->lma)
338 #define bfd_section_lma macro
H A Dbfd-in2.h349 #define bfd_section_lma(bfd, ptr) ((ptr)->lma)
345 #define bfd_section_lma macro
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c1588 gap_start = bfd_section_lma (obfd, osections[i]) + size;
1589 gap_stop = bfd_section_lma (obfd, osections[i + 1]);
1613 lma = bfd_section_lma (obfd, osections[c - 1]);
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c4101 if (bfd_section_lma (sec1->owner, sec1)
4102 < bfd_section_lma (sec2->owner, sec2))
4104 else if (bfd_section_lma (sec1->owner, sec1)
4105 > bfd_section_lma (sec2->owner, sec2))
4159 s_start = bfd_section_lma (output_bfd, s);
4170 s_start = bfd_section_lma (output_bfd, s);
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h355 #define bfd_section_lma(bfd, ptr) ((ptr)->lma)
351 #define bfd_section_lma macro

Completed in 191 milliseconds