Home
last modified time | relevance | path

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

/netbsd/external/gpl3/binutils/dist/ld/
H A Dpe-dll.c169 static struct bfd_section *edata_s, *reloc_s; variable
1049 reloc_s = bfd_make_section_old_way (filler_bfd, ".reloc"); in build_filler_bfd()
1050 if (reloc_s == NULL in build_filler_bfd()
1051 || !bfd_set_section_flags (reloc_s, (SEC_HAS_CONTENTS in build_filler_bfd()
1061 bfd_set_section_size (reloc_s, 0); in build_filler_bfd()
1508 if (reloc_s == NULL || reloc_s->output_section == bfd_abs_section_ptr) in generate_reloc()
1624 >= reloc_s->output_section->vma) in generate_reloc()
3668 bfd_set_section_size (reloc_s, reloc_sz); in pe_exe_fill_sections()
3680 if (reloc_s) in pe_exe_fill_sections()
3681 reloc_s->contents = reloc_d; in pe_exe_fill_sections()
H A DChangeLog904 * pe-dll.c (generate_reloc): Drop padding to reloc_s->size.
/netbsd/external/gpl3/gdb/dist/ld/
H A Dpe-dll.c169 static struct bfd_section *edata_s, *reloc_s; variable
1048 reloc_s = bfd_make_section_old_way (filler_bfd, ".reloc"); in build_filler_bfd()
1049 if (reloc_s == NULL in build_filler_bfd()
1050 || !bfd_set_section_flags (reloc_s, (SEC_HAS_CONTENTS in build_filler_bfd()
1060 bfd_set_section_size (reloc_s, 0); in build_filler_bfd()
1519 if (reloc_s == NULL) in generate_reloc()
1750 while (reloc_sz < reloc_s->size) in generate_reloc()
3625 bfd_set_section_size (reloc_s, reloc_sz); in pe_exe_fill_sections()
3637 if (reloc_s) in pe_exe_fill_sections()
3638 reloc_s->contents = reloc_d; in pe_exe_fill_sections()
/netbsd/external/gpl3/gdb.old/dist/ld/
H A Dpe-dll.c169 static struct bfd_section *edata_s, *reloc_s; variable
1048 reloc_s = bfd_make_section_old_way (filler_bfd, ".reloc"); in build_filler_bfd()
1049 if (reloc_s == NULL in build_filler_bfd()
1050 || !bfd_set_section_flags (reloc_s, (SEC_HAS_CONTENTS in build_filler_bfd()
1060 bfd_set_section_size (reloc_s, 0); in build_filler_bfd()
1519 if (reloc_s == NULL) in generate_reloc()
1750 while (reloc_sz < reloc_s->size) in generate_reloc()
3625 bfd_set_section_size (reloc_s, reloc_sz); in pe_exe_fill_sections()
3637 if (reloc_s) in pe_exe_fill_sections()
3638 reloc_s->contents = reloc_d; in pe_exe_fill_sections()
/netbsd/external/gpl3/binutils.old/dist/ld/
H A Dpe-dll.c169 static struct bfd_section *edata_s, *reloc_s; variable
1040 reloc_s = bfd_make_section_old_way (filler_bfd, ".reloc"); in build_filler_bfd()
1041 if (reloc_s == NULL in build_filler_bfd()
1042 || !bfd_set_section_flags (reloc_s, (SEC_HAS_CONTENTS in build_filler_bfd()
1052 bfd_set_section_size (reloc_s, 0); in build_filler_bfd()
1737 while (reloc_sz < reloc_s->size) in generate_reloc()
3606 bfd_set_section_size (reloc_s, reloc_sz); in pe_exe_fill_sections()
3618 reloc_s->contents = reloc_d; in pe_exe_fill_sections()