Searched refs:bfd_get_section_vma (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/contrib/gdb/gdb/
H A Ddsrec.c95 bfd_vma addr = bfd_get_section_vma (abfd, s) + load_offset;
H A Dcoff-pe-read.c93 bfd_get_section_vma() within memory. Store the offset. */
96 = bfd_get_section_vma (abfd, sectp) - sections[sectix].rva_start;
H A Dgcore.c246 sec_vaddr = bfd_get_section_vma (abfd, sec);
H A Ddwarf2-frame.c1100 base = bfd_get_section_vma (unit->bfd, unit->dwarf_frame_section);
H A Dremote-e7000.c1570 section_address = bfd_get_section_vma (pbfd, section);
H A Dcoffread.c303 addr = bfd_get_section_vma (objfile->obfd, sect);
H A Dwin32-nat.c782 else if (text_load == (text_vma = bfd_get_section_vma (abfd, text_section)))
790 such that taking a bfd_get_section_vma() result and adding
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dtrace.c159 if (!(bfd_get_section_vma(abfd, section)))
162 vma = bfd_get_section_vma(abfd, section);
/freebsd-11-stable/contrib/binutils/binutils/
H A Daddr2line.c143 vma = bfd_get_section_vma (abfd, section);
H A Dobjdump.c316 bfd_printf_vma (abfd, bfd_get_section_vma (abfd, section));
751 && vma >= bfd_get_section_vma (abfd, sec)
752 && vma < (bfd_get_section_vma (abfd, sec)
832 secaddr = bfd_get_section_vma (abfd, sec);
2050 section->address = bfd_get_section_vma (abfd, sec);
H A Drdcoff.c812 addr = bfd_get_section_vma (abfd, bfd_get_section (sym));
H A Dnm.c714 sz = (bfd_get_section_vma (abfd, sec)
H A Drescoff.c154 finfo.secaddr = (bfd_get_section_vma (abfd, sec)
H A Dieee.c549 *esp++ = bfd_get_section_vma (info->abfd, s);
4978 if (bfd_get_section_vma (info->abfd, s) <= low
4979 && high <= (bfd_get_section_vma (info->abfd, s)
4994 <= (bfd_get_section_vma (info->abfd, s)
5040 low = bfd_get_section_vma (abfd, sec);
H A Dprdbg.c1908 vma = bfd_get_section_vma (abfd, section);
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h3026 value -= bfd_get_section_vma (abfd, section);
3033 value -= bfd_get_section_vma (abfd, section);
3037 value -= bfd_get_section_vma (abfd, section);
3058 value -= bfd_get_section_vma (abfd, section);
3063 value -= bfd_get_section_vma (abfd, section);
3068 value -= bfd_get_section_vma (abfd, section);
3091 value -= bfd_get_section_vma (abfd, section);
3096 value -= bfd_get_section_vma (abfd, section);
3101 value -= bfd_get_section_vma (abfd, section);
4753 (bfd_get_section_vma (output_bf
[all...]
H A Dbfd-in.h335 #define bfd_get_section_vma(bfd, ptr) ((ptr)->vma + 0)
331 #define bfd_get_section_vma macro
H A Dsyms.c1245 offset += bfd_get_section_vma (abfd, section);
H A Decoff.c1641 rptr->addend = - bfd_get_section_vma (abfd, sec);
1644 rptr->address = intern.r_vaddr - bfd_get_section_vma (abfd, section);
2411 vma = bfd_get_section_vma (abfd, current);
2663 + bfd_get_section_vma (abfd, current));
4204 + bfd_get_section_vma (output_bfd, output_section));
H A Dsunos.c165 if (dynoff < bfd_get_section_vma (abfd, obj_datasec (abfd)))
169 dynoff -= bfd_get_section_vma (abfd, dynsec);
H A Dcoffgen.c2095 sec_vma = bfd_get_section_vma (abfd, section);
H A Dbfd-in2.h342 #define bfd_get_section_vma(bfd, ptr) ((ptr)->vma + 0)
338 #define bfd_get_section_vma macro
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c5017 h->u.def.value = bfd_get_section_vma (output_bfd, s);
5063 + bfd_get_section_vma (output_bfd,
5095 bfd_get_section_vma (output_bfd, ts));
5097 bfd_get_section_vma (output_bfd,
6104 h->u.def.value = bfd_get_section_vma (output_bfd, sec);
6135 h->u.def.value = (bfd_get_section_vma (output_bfd, sec)
/freebsd-11-stable/contrib/binutils/gas/
H A Decoff.c3733 + bfd_get_section_vma (stdoutput,
4014 + bfd_get_section_vma (stdoutput,
4343 + bfd_get_section_vma (stdoutput,
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-alpha.c4762 vma = bfd_get_section_vma (foo, sec);

Completed in 666 milliseconds

12