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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dm32r-rom.c78 bfd_vma section_base = bfd_section_lma (abfd, s);
505 bfd_vma section_base = bfd_section_lma (abfd, s);
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.c1408 CORE_ADDR lma = bfd_section_lma (abfd, asec) + args->load_offset;
2822 /* FIXME: need bfd *, so we can use bfd_section_lma methods. */
2910 /* FIXME: need bfd *, so we can use bfd_section_lma methods. */
2967 /* FIXME: need bfd *, so we can use bfd_section_lma methods. */
3089 lma = bfd_section_lma (objfile->obfd, osect->the_bfd_section);
3433 && cache_ovly_table[i][LMA] == bfd_section_lma (obfd, bsect)
3439 && cache_ovly_table[i][LMA] == bfd_section_lma (obfd, bsect)
3494 && cache_ovly_table[i][LMA] == bfd_section_lma (obfd, bsect)
H A Dremote-m32r-sdi.c1281 section_address = bfd_section_lma (pbfd, section);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dbfd-in.h318 #define bfd_section_lma(bfd, ptr) ((ptr)->lma)
314 #define bfd_section_lma macro
H A Dbfd-in2.h325 #define bfd_section_lma(bfd, ptr) ((ptr)->lma)
321 #define bfd_section_lma macro
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h325 #define bfd_section_lma(bfd, ptr) ((ptr)->lma)
321 #define bfd_section_lma macro
H A Dbfd.h325 #define bfd_section_lma(bfd, ptr) ((ptr)->lma)
321 #define bfd_section_lma macro
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h323 #define bfd_section_lma(bfd, ptr) ((ptr)->lma)
319 #define bfd_section_lma macro
H A Dbfd.h323 #define bfd_section_lma(bfd, ptr) ((ptr)->lma)
319 #define bfd_section_lma macro

Completed in 265 milliseconds