Searched refs:bfd_section_vma (Results 1 - 24 of 24) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dexec.c349 (*table_pp)->addr = bfd_section_vma (abfd, asect);
389 vp->tstart = bfd_section_vma (abfd, sect);
391 vp->tvma = bfd_section_vma (abfd, sect);
396 vp->dstart = bfd_section_vma (abfd, sect);
398 vp->dvma = bfd_section_vma (abfd, sect);
H A Dbfd-target.c51 pp->end->addr = bfd_section_vma (abfd, asect);
H A Dgcore.c465 if (target_read_memory (bfd_section_vma (obfd, osec),
468 paddr_d (size), paddr (bfd_section_vma (obfd, osec)));
H A Dpa64solib.c250 text_addr += bfd_section_vma (tmp_bfd, sec);
259 text_addr -= bfd_section_vma (tmp_bfd, sec);
1017 dyninfo_addr = bfd_section_vma (symfile_objfile->obfd, dyninfo_sect);
H A Dsolib-aix5.c499 bfd_section_vma (tmp_bfd, interp_sect) + load_addr;
507 bfd_section_vma (tmp_bfd, interp_sect) + load_addr;
745 - (bfd_section_vma (obfd, sect->the_bfd_section)
H A Dsolib-svr4.c313 dyninfo_addr = bfd_section_vma (exec_bfd, dyninfo_sect);
946 bfd_section_vma (tmp_bfd, interp_sect) + load_addr;
954 bfd_section_vma (tmp_bfd, interp_sect) + load_addr;
H A Dsymfile.c303 else if (bfd_section_vma (abfd, *lowest) > bfd_section_vma (abfd, sect))
305 else if (bfd_section_vma (abfd, *lowest) == bfd_section_vma (abfd, sect)
612 paddr (bfd_section_vma (objfile->obfd, lower_sect)));
614 lower_offset = bfd_section_vma (objfile->obfd, lower_sect);
637 -= bfd_section_vma (objfile->obfd, sect);
2930 /* FIXME: need bfd *, so we can use bfd_section_vma methods. */
2950 /* FIXME: need bfd *, so we can use bfd_section_vma methods. */
2984 /* FIXME: need bfd *, so we can use bfd_section_vma method
[all...]
H A Dsolib-frv.c691 = bfd_section_vma (tmp_bfd, interp_sect);
701 bfd_section_vma (tmp_bfd, interp_sect);
H A Dcorelow.c496 bfd_section_vma (core_bfd, section)));
H A Dm32r-rom.c137 bfd_vma section_base = bfd_section_vma (abfd, s);
H A Dmaint.c331 addr = bfd_section_vma (abfd, asect);
H A Ddbxread.c205 CORE_ADDR sec_start = bfd_section_vma (sym_bfd, sec);
651 DBX_TEXT_ADDR (objfile) = bfd_section_vma (sym_bfd, text_sect);
3446 DBX_TEXT_ADDR (objfile) = bfd_section_vma (sym_bfd, text_sect);
H A Dwin32-nat.c2322 new_target_sect_ptr->addr = args->addr + bfd_section_vma (abfd, sect);
2323 new_target_sect_ptr->endaddr = args->addr + bfd_section_vma (abfd, sect) +
2350 map_args.addr = base_addr - bfd_section_vma (dll_bfd, lowest_sect);
H A Dobjfiles.c94 section.addr = bfd_section_vma (abfd, asect);
H A Dcoffread.c206 csi->textaddr = bfd_section_vma (abfd, sectp);
H A Dxcoffread.c2311 toc_offset -= bfd_section_vma (objfile->obfd, bfd_sect);
2994 bfd_section_vma of the .text section. This strikes me as
/haiku-fatelf/src/bin/gdb/bfd/
H A Dbfd-in.h317 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
313 #define bfd_section_vma macro
H A Dbfd-in2.h324 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
320 #define bfd_section_vma macro
H A Dcoffcode.h4504 - bfd_section_vma (abfd, asect);
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-dump.c457 bfd_vma sec_start = bfd_section_vma (ibfd, isec);
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h324 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
320 #define bfd_section_vma macro
H A Dbfd.h324 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
320 #define bfd_section_vma macro
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h322 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
318 #define bfd_section_vma macro
H A Dbfd.h322 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
318 #define bfd_section_vma macro

Completed in 405 milliseconds