Home
last modified time | relevance | path

Searched refs:bfd_section (Results 1 – 25 of 70) sorted by relevance

123

/freebsd-11-stable/contrib/binutils/ld/
HDldlang.c1099 abs_output_section->bfd_section = bfd_abs_section_ptr; in lang_init()
1311 if (look->bfd_section != NULL) in lang_output_section_find_by_flags()
1313 flags = look->bfd_section->flags; in lang_output_section_find_by_flags()
1314 if (match_type && !match_type (output_bfd, look->bfd_section, in lang_output_section_find_by_flags()
1336 if (look->bfd_section != NULL) in lang_output_section_find_by_flags()
1338 flags = look->bfd_section->flags; in lang_output_section_find_by_flags()
1339 if (match_type && !match_type (output_bfd, look->bfd_section, in lang_output_section_find_by_flags()
1355 if (look->bfd_section != NULL) in lang_output_section_find_by_flags()
1357 flags = look->bfd_section->flags; in lang_output_section_find_by_flags()
1358 if (match_type && !match_type (output_bfd, look->bfd_section, in lang_output_section_find_by_flags()
[all …]
HDpe-dll.c164 static struct bfd_section *edata_s, *reloc_s;
407 static struct bfd_section **exported_symbol_sections;
570 struct bfd_section *s; in process_def_file()
707 exported_symbol_sections = xmalloc (NE * sizeof (struct bfd_section *)); in process_def_file()
709 memset (exported_symbol_sections, 0, NE * sizeof (struct bfd_section *)); in process_def_file()
1075 struct bfd_section *ssec = exported_symbol_sections[s]; in fill_edata()
1116 static struct bfd_section *current_sec;
1183 struct bfd_section *s; in generate_reloc()
HDldexp.c580 new_rel (0, NULL, os->bfd_section); in fold_name()
599 new_abs (os->bfd_section->lma); in fold_name()
628 val = os->bfd_section->size / bfd_octets_per_byte (output_bfd); in fold_name()
630 val = (bfd_vma)1 << os->bfd_section->alignment_power; in fold_name()
/freebsd-11-stable/contrib/binutils/bfd/
HDbfd-in.h328 typedef struct bfd_section *sec_ptr;
495 struct bfd_section *stabstr;
574 bfd_boolean, bfd_boolean, unsigned int, struct bfd_section **);
690 struct bfd_link_info *, struct bfd_section **,
707 (struct bfd_section *);
749 extern struct bfd_section *_bfd_elf_tls_setup
760 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *,
764 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *,
774 (bfd *, struct bfd_link_info *, struct bfd_section **,
775 struct bfd_section **, struct bfd_section **);
[all …]
HDbfd-in2.h335 typedef struct bfd_section *sec_ptr;
502 struct bfd_section *stabstr;
581 bfd_boolean, bfd_boolean, unsigned int, struct bfd_section **);
697 struct bfd_link_info *, struct bfd_section **,
714 (struct bfd_section *);
756 extern struct bfd_section *_bfd_elf_tls_setup
767 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *,
771 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *,
781 (bfd *, struct bfd_link_info *, struct bfd_section **,
782 struct bfd_section **, struct bfd_section **);
[all …]
HDlibbfd-in.h396 ((bfd_boolean (*) (bfd *, const struct bfd_section *)) \
399 ((bfd_boolean (*) (bfd *, struct bfd_section *)) \
412 ((bfd_boolean (*) (bfd *, struct bfd_section *)) bfd_false)
414 ((void (*) (bfd *, struct bfd_section *, struct bfd_link_info *)) bfd_void)
525 (bfd *, struct bfd_section *);
528 (bfd *, struct bfd_section *, struct bfd_link_info *);
HDlibbfd.h401 ((bfd_boolean (*) (bfd *, const struct bfd_section *)) \
404 ((bfd_boolean (*) (bfd *, struct bfd_section *)) \
417 ((bfd_boolean (*) (bfd *, struct bfd_section *)) bfd_false)
419 ((void (*) (bfd *, struct bfd_section *, struct bfd_link_info *)) bfd_void)
530 (bfd *, struct bfd_section *);
533 (bfd *, struct bfd_section *, struct bfd_link_info *);
HDelf.c596 if (shdr->bfd_section != NULL && (idx & GRP_COMDAT)) in setup_group()
597 shdr->bfd_section->flags in setup_group()
637 if ((s = (++idx)->shdr->bfd_section) != NULL in setup_group()
663 if (shdr->bfd_section != NULL) in setup_group()
664 elf_next_in_group (shdr->bfd_section) = newsect; in setup_group()
716 link = this_hdr->bfd_section; in _bfd_elf_setup_sections()
741 if ((++idx)->shdr->bfd_section) in _bfd_elf_setup_sections()
742 elf_sec_group (idx->shdr->bfd_section) = shdr->bfd_section; in _bfd_elf_setup_sections()
750 shdr->bfd_section->size -= 4; in _bfd_elf_setup_sections()
762 shdr->bfd_section->name); in _bfd_elf_setup_sections()
[all …]
HDelfxx-sparc.h134 (bfd *, struct bfd_section *, struct bfd_link_info *, bfd_boolean *);
/freebsd-11-stable/contrib/gdb/gdb/
HDblockframe.c299 find_pc_sect_function (CORE_ADDR pc, struct bfd_section *section) in find_pc_sect_function()
322 static struct bfd_section *cache_pc_function_section = NULL;
516 struct bfd_section *bfd_section; in find_pc_partial_function() local
523 bfd_section = find_pc_overlay (pc); in find_pc_partial_function()
524 if (bfd_section == NULL) in find_pc_partial_function()
528 bfd_section = NULL; in find_pc_partial_function()
530 bfd_section = obj_section->the_bfd_section; in find_pc_partial_function()
532 return find_pc_sect_partial_function (pc, bfd_section, name, address, in find_pc_partial_function()
HDblock.c74 blockvector_for_pc_sect (CORE_ADDR pc, struct bfd_section *section, in blockvector_for_pc_sect()
139 block_for_pc_sect (CORE_ADDR pc, struct bfd_section *section) in block_for_pc_sect()
HDdbxread.c431 asection *bfd_section; in record_minimal_symbol() local
438 bfd_section = DBX_TEXT_SECTION (objfile); in record_minimal_symbol()
443 bfd_section = DBX_DATA_SECTION (objfile); in record_minimal_symbol()
448 bfd_section = DBX_BSS_SECTION (objfile); in record_minimal_symbol()
453 bfd_section = NULL; in record_minimal_symbol()
459 bfd_section = DBX_DATA_SECTION (objfile); in record_minimal_symbol()
467 bfd_section = DBX_DATA_SECTION (objfile); in record_minimal_symbol()
476 bfd_section = DBX_TEXT_SECTION (objfile); in record_minimal_symbol()
497 bfd_section = DBX_DATA_SECTION (objfile); in record_minimal_symbol()
502 bfd_section = DBX_BSS_SECTION (objfile); in record_minimal_symbol()
[all …]
HDsymtab.h154 asection *bfd_section; member
175 #define SYMBOL_BFD_SECTION(symbol) (symbol)->ginfo.bfd_section
1133 char *info, int section, asection * bfd_section, struct objfile *);
HDelfread.c110 asection *bfd_section, struct objfile *objfile) in record_minimal_symbol() argument
116 (name, address, ms_type, NULL, bfd_section->index, bfd_section, objfile); in record_minimal_symbol()
HDcorelow.c436 struct bfd_section *section; in get_core_register_section()
542 struct bfd_section *section; in core_xfer_partial()
HDbfd-target.c37 add_to_section_table (struct bfd *abfd, struct bfd_section *asect, in add_to_section_table()
HDvalue.h166 asection *bfd_section; member
232 #define VALUE_BFD_SECTION(val) ((val)->bfd_section)
HDminsyms.c577 asection *bfd_section, in prim_record_minimal_symbol_and_info() argument
618 SYMBOL_BFD_SECTION (msymbol) = bfd_section; in prim_record_minimal_symbol_and_info()
HDexec.c337 add_to_section_table (bfd *abfd, struct bfd_section *asect, in add_to_section_table()
377 bfdsec_to_vmap (struct bfd *abfd, struct bfd_section *sect, void *arg3) in bfdsec_to_vmap()
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
HDbfd.h341 typedef struct bfd_section *sec_ptr;
508 struct bfd_section *stabstr;
587 bfd_boolean, bfd_boolean, unsigned int, struct bfd_section **);
703 struct bfd_link_info *, struct bfd_section **,
720 (struct bfd_section *);
762 extern struct bfd_section *_bfd_elf_tls_setup
773 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *,
777 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *,
787 (bfd *, struct bfd_link_info *, struct bfd_section **,
788 struct bfd_section **, struct bfd_section **);
[all …]
/freebsd-11-stable/contrib/binutils/binutils/
HDcoffgrok.h56 struct bfd_section *bfd_section; member
/freebsd-11-stable/contrib/binutils/gas/
HDsubsegs.c69 seginfo->bfd_section = seg; in subseg_change()
171 seginfo->bfd_section = secptr; in subseg_get()
HDsubsegs.h88 asection *bfd_section; member
/freebsd-11-stable/contrib/binutils/ld/emultempl/
HDspuelf.em164 if (os->bfd_section != NULL
165 && spu_elf_section_data (os->bfd_section) != NULL
166 && spu_elf_section_data (os->bfd_section)->ovl_index != 0)
168 if (os->bfd_section->alignment_power < 4)
169 os->bfd_section->alignment_power = 4;
/freebsd-11-stable/contrib/binutils/include/elf/
HDinternal.h91 asection * bfd_section; /* Associated BFD section. */ member

123