Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/binutils/ld/
H A Dldlang.c1447 if (lookup->bfd_section != NULL && lookup->bfd_section->owner != NULL) in output_prev_sec_find()
1554 asection *bfd_section = after->bfd_section; in lang_insert_orphan() local
1560 if (bfd_section == NULL) in lang_insert_orphan()
1563 if (bfd_section != NULL && bfd_section != snew) in lang_insert_orphan()
1883 s->bfd_section->output_section = s->bfd_section; in init_os()
4201 os->bfd_section->owner, in os_region_check()
4202 os->bfd_section->name, in os_region_check()
4278 os->bfd_section, in lang_size_sections_1()
4393 os->bfd_section->size = TO_SIZE (after - os->bfd_section->vma); in lang_size_sections_1()
4477 && os->bfd_section->vma != os->bfd_section->lma) in lang_size_sections_1()
[all …]
H A Dpe-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()
H A Dldexp.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-12.1/contrib/binutils/bfd/
H A Dbfd-in.h328 typedef struct bfd_section *sec_ptr;
495 struct bfd_section *stabstr;
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 *,
775 struct bfd_section **, struct bfd_section **);
854 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *, char **);
936 (struct bfd_section *, int);
939 (struct bfd_section *);
[all …]
H A Dbfd-in2.h502 struct bfd_section *stabstr;
714 (struct bfd_section *);
767 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *,
771 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *,
782 struct bfd_section **, struct bfd_section **);
861 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *, char **);
946 (struct bfd_section *);
1150 typedef struct bfd_section struct
1163 struct bfd_section *next; argument
1166 struct bfd_section *prev; argument
[all …]
H A Dlibbfd-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 *);
H A Dlibbfd.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 *);
H A Delfxx-sparc.h134 (bfd *, struct bfd_section *, struct bfd_link_info *, bfd_boolean *);
H A Delf.c597 shdr->bfd_section->flags in setup_group()
663 if (shdr->bfd_section != NULL) in setup_group()
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()
788 if (hdr->bfd_section != NULL) in _bfd_elf_make_section_from_shdr()
799 hdr->bfd_section = newsect; in _bfd_elf_make_section_from_shdr()
2185 hdr->bfd_section->flags in bfd_section_from_shdr()
2799 this_hdr->bfd_section = asect; in elf_fake_sections()
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Dblockframe.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()
H A Dblock.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()
H A Ddbxread.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 …]
H A Dsymtab.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 *);
H A Delfread.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()
H A Dcorelow.c436 struct bfd_section *section; in get_core_register_section()
542 struct bfd_section *section; in core_xfer_partial()
H A Dbfd-target.c37 add_to_section_table (struct bfd *abfd, struct bfd_section *asect, in add_to_section_table()
H A Dvalue.h166 asection *bfd_section; member
232 #define VALUE_BFD_SECTION(val) ((val)->bfd_section)
H A Dminsyms.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()
H A Dexec.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-12.1/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h508 struct bfd_section *stabstr;
720 (struct bfd_section *);
773 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *,
777 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *,
788 struct bfd_section **, struct bfd_section **);
867 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *, char **);
952 (struct bfd_section *);
1156 typedef struct bfd_section struct
1169 struct bfd_section *next; argument
1172 struct bfd_section *prev; argument
[all …]
/freebsd-12.1/contrib/binutils/binutils/
H A Dcoffgrok.h56 struct bfd_section *bfd_section; member
/freebsd-12.1/contrib/binutils/gas/
H A Dsubsegs.c69 seginfo->bfd_section = seg; in subseg_change()
171 seginfo->bfd_section = secptr; in subseg_get()
H A Dsubsegs.h88 asection *bfd_section; member
/freebsd-12.1/contrib/binutils/ld/emultempl/
H A Dspuelf.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-12.1/contrib/binutils/include/elf/
H A Dinternal.h91 asection * bfd_section; /* Associated BFD section. */ member

123