| /mirbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ldlang.c | 890 abs_output_section->bfd_section = bfd_abs_section_ptr; in lang_init() 1025 lookup->bfd_section = NULL; in lang_output_section_statement_lookup_1() 1076 if (look->bfd_section != NULL) in lang_output_section_find_by_flags() 1077 flags = look->bfd_section->flags; in lang_output_section_find_by_flags() 1095 if (look->bfd_section != NULL) in lang_output_section_find_by_flags() 1096 flags = look->bfd_section->flags; in lang_output_section_find_by_flags() 1111 if (look->bfd_section != NULL) in lang_output_section_find_by_flags() 1112 flags = look->bfd_section->flags; in lang_output_section_find_by_flags() 1128 if (look->bfd_section != NULL) in lang_output_section_find_by_flags() 1129 flags = look->bfd_section->flags; in lang_output_section_find_by_flags() [all …]
|
| D | pe-dll.c | 141 static struct bfd_section *edata_s, *reloc_s; 343 static struct bfd_section **exported_symbol_sections; 505 struct bfd_section *s; in process_def_file() 630 exported_symbol_sections = xmalloc (NE * sizeof (struct bfd_section *)); in process_def_file() 632 memset (exported_symbol_sections, 0, NE * sizeof (struct bfd_section *)); in process_def_file() 969 struct bfd_section *ssec = exported_symbol_sections[s]; in fill_edata() 997 static struct bfd_section *current_sec; 1064 struct bfd_section *s; in generate_reloc()
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | bfd-in.h | 307 typedef struct bfd_section *sec_ptr; 459 struct bfd_section *stabstr; 538 bfd_boolean, bfd_boolean, unsigned int, struct bfd_section **); 647 struct bfd_link_info *, struct bfd_section **, 704 extern struct bfd_section *_bfd_elf_tls_setup 708 (struct bfd_link_info *, const char *, bfd_vma, struct bfd_section *); 711 (struct bfd_link_info *, struct bfd_section *sec, const char *, const char *); 714 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *, char **); 723 …(bfd *, struct bfd_link_info *, struct bfd_section **, struct bfd_section **, struct bfd_section *… 777 int, bfd_boolean, bfd_boolean, struct bfd_section **, bfd_boolean); [all …]
|
| D | bfd-in2.h | 314 typedef struct bfd_section *sec_ptr; 466 struct bfd_section *stabstr; 545 bfd_boolean, bfd_boolean, unsigned int, struct bfd_section **); 654 struct bfd_link_info *, struct bfd_section **, 711 extern struct bfd_section *_bfd_elf_tls_setup 715 (struct bfd_link_info *, const char *, bfd_vma, struct bfd_section *); 718 (struct bfd_link_info *, struct bfd_section *sec, const char *, const char *); 721 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *, char **); 730 …(bfd *, struct bfd_link_info *, struct bfd_section **, struct bfd_section **, struct bfd_section *… 784 int, bfd_boolean, bfd_boolean, struct bfd_section **, bfd_boolean); [all …]
|
| D | libbfd-in.h | 383 ((bfd_boolean (*) (bfd *, const struct bfd_section *)) \ 386 ((bfd_boolean (*) (bfd *, struct bfd_section *)) \ 399 ((bfd_boolean (*) (bfd *, struct bfd_section *)) bfd_false) 401 ((void (*) (bfd *, struct bfd_section *)) bfd_void) 511 (bfd *, struct bfd_section *); 514 (bfd *, struct bfd_section *);
|
| D | libbfd.h | 388 ((bfd_boolean (*) (bfd *, const struct bfd_section *)) \ 391 ((bfd_boolean (*) (bfd *, struct bfd_section *)) \ 404 ((bfd_boolean (*) (bfd *, struct bfd_section *)) bfd_false) 406 ((void (*) (bfd *, struct bfd_section *)) bfd_void) 516 (bfd *, struct bfd_section *); 519 (bfd *, struct bfd_section *);
|
| D | elf32-sh64.c | 176 if (hdr->bfd_section == NULL) in sh64_elf_section_flags() 179 if (strcmp (hdr->bfd_section->name, SH64_CRANGES_SECTION_NAME) == 0) in sh64_elf_section_flags() 292 && ! bfd_set_section_flags (abfd, hdr->bfd_section, in sh64_backend_section_from_shdr() 294 hdr->bfd_section) in sh64_backend_section_from_shdr()
|
| D | elf.c | 548 if (shdr->bfd_section != NULL && (idx & GRP_COMDAT)) in setup_group() 549 shdr->bfd_section->flags in setup_group() 589 if ((s = (++idx)->shdr->bfd_section) != NULL in setup_group() 615 if (shdr->bfd_section != NULL) in setup_group() 616 elf_next_in_group (shdr->bfd_section) = newsect; in setup_group() 649 if ((++idx)->shdr->bfd_section) in _bfd_elf_setup_group_pointers() 650 elf_sec_group (idx->shdr->bfd_section) = shdr->bfd_section; in _bfd_elf_setup_group_pointers() 658 shdr->bfd_section->size -= 4; in _bfd_elf_setup_group_pointers() 670 shdr->bfd_section->name); in _bfd_elf_setup_group_pointers() 696 if (hdr->bfd_section != NULL) in _bfd_elf_make_section_from_shdr() [all …]
|
| D | pef.h | 115 asection *bfd_section; member
|
| D | elfxx-sparc.h | 122 (bfd *, struct bfd_section *, struct bfd_link_info *, bfd_boolean *);
|
| D | sparclynx.c | 238 (void (*) PARAMS ((bfd *, struct bfd_section *))) bfd_void
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | blockframe.c | 119 find_pc_sect_function (CORE_ADDR pc, struct bfd_section *section) in find_pc_sect_function() 142 static struct bfd_section *cache_pc_function_section = NULL; 172 struct bfd_section *section; in find_pc_partial_function()
|
| D | block.c | 74 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()
|
| D | dbxread.c | 432 asection *bfd_section; in record_minimal_symbol() local 439 bfd_section = DBX_TEXT_SECTION (objfile); in record_minimal_symbol() 444 bfd_section = DBX_DATA_SECTION (objfile); in record_minimal_symbol() 449 bfd_section = DBX_BSS_SECTION (objfile); in record_minimal_symbol() 454 bfd_section = NULL; in record_minimal_symbol() 460 bfd_section = DBX_DATA_SECTION (objfile); in record_minimal_symbol() 468 bfd_section = DBX_DATA_SECTION (objfile); in record_minimal_symbol() 477 bfd_section = DBX_TEXT_SECTION (objfile); in record_minimal_symbol() 498 bfd_section = DBX_DATA_SECTION (objfile); in record_minimal_symbol() 503 bfd_section = DBX_BSS_SECTION (objfile); in record_minimal_symbol() [all …]
|
| D | elfread.c | 110 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()
|
| D | corelow.c | 451 struct bfd_section *section; in get_core_register_section() 555 struct bfd_section *section; in core_xfer_partial() 586 struct bfd_section *section; in core_xfer_partial()
|
| D | symtab.h | 154 asection *bfd_section; member 175 #define SYMBOL_BFD_SECTION(symbol) (symbol)->ginfo.bfd_section 1148 char *info, int section, asection * bfd_section, struct objfile *);
|
| D | mdebugread.c | 2174 asection *bfd_section; in record_minimal_symbol() local 2180 bfd_section = bfd_get_section_by_name (cur_bfd, ".text"); in record_minimal_symbol() 2184 bfd_section = bfd_get_section_by_name (cur_bfd, ".data"); in record_minimal_symbol() 2188 bfd_section = bfd_get_section_by_name (cur_bfd, ".bss"); in record_minimal_symbol() 2192 bfd_section = bfd_get_section_by_name (cur_bfd, ".sdata"); in record_minimal_symbol() 2196 bfd_section = bfd_get_section_by_name (cur_bfd, ".sbss"); in record_minimal_symbol() 2200 bfd_section = bfd_get_section_by_name (cur_bfd, ".rdata"); in record_minimal_symbol() 2204 bfd_section = bfd_get_section_by_name (cur_bfd, ".init"); in record_minimal_symbol() 2208 bfd_section = bfd_get_section_by_name (cur_bfd, ".xdata"); in record_minimal_symbol() 2212 bfd_section = bfd_get_section_by_name (cur_bfd, ".pdata"); in record_minimal_symbol() [all …]
|
| D | bfd-target.c | 37 add_to_section_table (struct bfd *abfd, struct bfd_section *asect, in add_to_section_table()
|
| D | symfile-mem.c | 72 struct bfd_section *sec; in symbol_file_add_from_memory()
|
| /mirbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | coffgrok.h | 56 struct bfd_section *bfd_section; member
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/ |
| D | subsegs.h | 98 asection *bfd_section; member
|
| D | subsegs.c | 167 seginfo->bfd_section = seg; in subseg_change() 434 seginfo->bfd_section = secptr; in subseg_get()
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/doc/ |
| D | targets.texi | 344 (bfd *, struct bfd_section *, struct bfd_symbol **, bfd_vma, 411 (bfd *, struct bfd_section *, struct bfd_link_info *, bfd_boolean *); 432 bfd_boolean (*_bfd_link_split_section) (bfd *, struct bfd_section *); 441 bfd_boolean (*_bfd_is_group_section) (bfd *, const struct bfd_section *); 444 bfd_boolean (*_bfd_discard_group) (bfd *, struct bfd_section *); 448 void (*_section_already_linked) (bfd *, struct bfd_section *);
|
| /mirbsd/src/gnu/usr.bin/binutils/include/elf/ |
| D | internal.h | 91 asection * bfd_section; /* Associated BFD section. */ member
|