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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dexec.c351 (*table_pp)->addr = bfd_section_vma (abfd, asect);
391 vp->tstart = bfd_section_vma (abfd, sect);
393 vp->tvma = bfd_section_vma (abfd, sect);
398 vp->dstart = bfd_section_vma (abfd, sect);
400 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.c249 text_addr += bfd_section_vma (tmp_bfd, sec);
258 text_addr -= bfd_section_vma (tmp_bfd, sec);
1020 dyninfo_addr = bfd_section_vma (symfile_objfile->obfd, dyninfo_sect);
H A Dsolib-svr4.c441 dyninfo_addr = bfd_section_vma (exec_bfd, dyninfo_sect);
1083 bfd_section_vma (tmp_bfd, interp_sect) + load_addr;
1091 bfd_section_vma (tmp_bfd, interp_sect) + load_addr;
H A Dsymfile.c316 else if (bfd_section_vma (abfd, *lowest) > bfd_section_vma (abfd, sect))
318 else if (bfd_section_vma (abfd, *lowest) == bfd_section_vma (abfd, sect)
599 paddr (bfd_section_vma (objfile->obfd, lower_sect)));
601 lower_offset = bfd_section_vma (objfile->obfd, lower_sect);
624 -= bfd_section_vma (objfile->obfd, sect);
2904 /* FIXME: need bfd *, so we can use bfd_section_vma methods. */
2924 /* FIXME: need bfd *, so we can use bfd_section_vma methods. */
2958 /* FIXME: need bfd *, so we can use bfd_section_vma method
[all...]
H A Dcorelow.c484 bfd_section_vma (core_bfd, section)));
H A Dmaint.c331 addr = bfd_section_vma (abfd, asect);
H A Dwin32-nat.c2290 new_target_sect_ptr->addr = args->addr + bfd_section_vma (abfd, sect);
2291 new_target_sect_ptr->endaddr = args->addr + bfd_section_vma (abfd, sect) +
2318 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 Ddbxread.c206 CORE_ADDR sec_start = bfd_section_vma (sym_bfd, sec);
652 DBX_TEXT_ADDR (objfile) = bfd_section_vma (sym_bfd, text_sect);
3538 DBX_TEXT_ADDR (objfile) = bfd_section_vma (sym_bfd, text_sect);
H A Dcoffread.c206 csi->textaddr = bfd_section_vma (abfd, sectp);
H A Dxcoffread.c2312 toc_offset -= bfd_section_vma (objfile->obfd, bfd_sect);
2995 bfd_section_vma of the .text section. This strikes me as
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsize.c495 if (bfd_section_vma (file, sec) > svi_maxvma)
496 svi_maxvma = bfd_section_vma (file, sec);
515 rprint_number (svi_vmalen, bfd_section_vma (file, sec));
H A Dnm.c941 ssize = from->size - bfd_section_vma (abfd, bfd_get_section (sym));
H A Dobjcopy.c2234 vma = bfd_section_vma (ibfd, isection);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in.h341 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
337 #define bfd_section_vma macro
H A Dbfd-in2.h348 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
344 #define bfd_section_vma macro
H A Dcoffcode.h4323 - bfd_section_vma (abfd, asect);
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-dump.c457 bfd_vma sec_start = bfd_section_vma (ibfd, isec);
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h354 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
350 #define bfd_section_vma macro
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c4281 bfd_section_vma (input->owner,

Completed in 413 milliseconds