Home
last modified time | relevance | path

Searched refs:sec_vma (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Di386msdos.c58 bfd_vma sec_vma = bfd_get_section_vma (abfd, sec) + sec->size; in msdos_write_object_contents() local
59 if (sec_vma > high_vma) in msdos_write_object_contents()
60 high_vma = sec_vma; in msdos_write_object_contents()
Ddwarf2.c160 bfd_vma *sec_vma; member
3419 stash->sec_vma = bfd_malloc (sizeof (*stash->sec_vma) * abfd->section_count); in save_section_vma()
3420 if (stash->sec_vma == NULL) in save_section_vma()
3425 stash->sec_vma[i] = s->output_section->vma + s->output_offset; in save_section_vma()
3427 stash->sec_vma[i] = s->vma; in save_section_vma()
3453 if (vma != stash->sec_vma[i]) in section_vma_same()
3978 if (stash->sec_vma) in _bfd_dwarf2_cleanup_debug_info()
3979 free (stash->sec_vma); in _bfd_dwarf2_cleanup_debug_info()
Dcoffgen.c2340 bfd_vma sec_vma; in coff_find_nearest_line_with_names() local
2344 sec_vma = bfd_get_section_vma (abfd, section); in coff_find_nearest_line_with_names()
2379 && offset + sec_vma >= file_addr in coff_find_nearest_line_with_names()
2380 && offset + sec_vma - file_addr <= maxdiff) in coff_find_nearest_line_with_names()
2383 maxdiff = offset + sec_vma - p2->u.syment.n_value; in coff_find_nearest_line_with_names()
DChangeLog1871 * dwarf2.c (struct dwarf2_debug): Add sec_vma field.
/toolchain/binutils/binutils-2.25/ld/
Dpe-dll.c1349 bfd_vma sec_vma = s->output_section->vma + s->output_offset; in generate_reloc() local
1431 reloc_data[total_relocs].vma = sec_vma + relocs[i]->address; in generate_reloc()