| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | bfd-in.h | 311 typedef struct bfd_section *sec_ptr; 466 struct bfd_section *stabstr; 545 bfd_boolean, bfd_boolean, unsigned int, struct bfd_section **); 655 struct bfd_link_info *, struct bfd_section **, 672 (struct bfd_section *); 714 extern struct bfd_section *_bfd_elf_tls_setup 725 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *, 729 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *, 739 (bfd *, struct bfd_link_info *, struct bfd_section **, 740 struct bfd_section **, struct bfd_section **); [all …]
|
| H A D | bfd-in2.h | 318 typedef struct bfd_section *sec_ptr; 473 struct bfd_section *stabstr; 552 bfd_boolean, bfd_boolean, unsigned int, struct bfd_section **); 662 struct bfd_link_info *, struct bfd_section **, 679 (struct bfd_section *); 721 extern struct bfd_section *_bfd_elf_tls_setup 732 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *, 736 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *, 746 (bfd *, struct bfd_link_info *, struct bfd_section **, 747 struct bfd_section **, struct bfd_section **); [all …]
|
| H A D | libbfd-in.h | 393 ((bfd_boolean (*) (bfd *, const struct bfd_section *)) \ 396 ((bfd_boolean (*) (bfd *, struct bfd_section *)) \ 409 ((bfd_boolean (*) (bfd *, struct bfd_section *)) bfd_false) 411 ((void (*) (bfd *, struct bfd_section *, struct bfd_link_info *)) bfd_void) 522 (bfd *, struct bfd_section *); 525 (bfd *, struct bfd_section *, struct bfd_link_info *);
|
| H A D | libbfd.h | 398 ((bfd_boolean (*) (bfd *, const struct bfd_section *)) \ 401 ((bfd_boolean (*) (bfd *, struct bfd_section *)) \ 414 ((bfd_boolean (*) (bfd *, struct bfd_section *)) bfd_false) 416 ((void (*) (bfd *, struct bfd_section *, struct bfd_link_info *)) bfd_void) 527 (bfd *, struct bfd_section *); 530 (bfd *, struct bfd_section *, struct bfd_link_info *);
|
| H A 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()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | ldlang.c | 970 abs_output_section->bfd_section = bfd_abs_section_ptr; in lang_init() 1181 if (look->bfd_section != NULL) in lang_output_section_find_by_flags() 1183 flags = look->bfd_section->flags; in lang_output_section_find_by_flags() 1184 if (match_type && !match_type (output_bfd, look->bfd_section, in lang_output_section_find_by_flags() 1206 if (look->bfd_section != NULL) in lang_output_section_find_by_flags() 1208 flags = look->bfd_section->flags; in lang_output_section_find_by_flags() 1209 if (match_type && !match_type (output_bfd, look->bfd_section, in lang_output_section_find_by_flags() 1225 if (look->bfd_section != NULL) in lang_output_section_find_by_flags() 1227 flags = look->bfd_section->flags; in lang_output_section_find_by_flags() 1228 if (match_type && !match_type (output_bfd, look->bfd_section, in lang_output_section_find_by_flags() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | bfd-in.h | 305 typedef struct bfd_section *sec_ptr; 514 bfd_boolean, bfd_boolean, unsigned int, struct bfd_section **); 595 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *, char **); 620 struct bfd_link_info *, struct bfd_section **, struct bfd_elf_version_tree *); 672 extern struct bfd_section *_bfd_elf_tls_setup 676 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *, char **); 678 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *, char **); 687 …(bfd *, struct bfd_link_info *, struct bfd_section **, struct bfd_section **, struct bfd_section *… 741 int, bfd_boolean, bfd_boolean, struct bfd_section **, bfd_boolean); 766 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *, char **); [all …]
|
| H A D | bfd-in2.h | 312 typedef struct bfd_section *sec_ptr; 521 bfd_boolean, bfd_boolean, unsigned int, struct bfd_section **); 602 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *, char **); 627 struct bfd_link_info *, struct bfd_section **, struct bfd_elf_version_tree *); 679 extern struct bfd_section *_bfd_elf_tls_setup 683 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *, char **); 685 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *, char **); 694 …(bfd *, struct bfd_link_info *, struct bfd_section **, struct bfd_section **, struct bfd_section *… 748 int, bfd_boolean, bfd_boolean, struct bfd_section **, bfd_boolean); 773 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *, char **); [all …]
|
| H A D | libbfd-in.h | 358 ((bfd_boolean (*) (bfd *, struct bfd_section *)) \ 371 ((bfd_boolean (*) (bfd *, struct bfd_section *)) bfd_false) 467 (bfd *, struct bfd_section *);
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | ldlang.c | 485 abs_output_section->bfd_section = bfd_abs_section_ptr; in lang_init() 625 lookup->bfd_section = NULL; in lang_output_section_statement_lookup() 724 if (s->bfd_section != NULL) in init_os() 732 s->bfd_section = bfd_get_section_by_name (output_bfd, s->name); in init_os() 733 if (s->bfd_section == NULL) in init_os() 734 s->bfd_section = bfd_make_section (output_bfd, s->name); in init_os() 735 if (s->bfd_section == NULL) in init_os() 740 s->bfd_section->output_section = s->bfd_section; in init_os() 744 s->bfd_section->output_offset = 0; in init_os() 745 get_userdata (s->bfd_section) = new; in init_os() [all …]
|
| H A D | ldexp.c | 129 asection *s = ptr->section->bfd_section; in make_abs() 202 new.value -= section->bfd_section->vma; in new_rel_from_section() 234 result.value += result.section->bfd_section->vma; in fold_unary() 586 result = new_abs (os->bfd_section->_raw_size / opb); in fold_name() 684 + current_section->bfd_section->vma); in exp_fold_tree() 732 h->u.def.section = result.section->bfd_section; in exp_fold_tree() 1076 res.value += res.section->bfd_section->vma; in exp_get_abs_int()
|
| /openbsd-src/gnu/usr.bin/binutils/ld/emultempl/ |
| H A D | mmo.em | 52 if (lookup->bfd_section != NULL 53 && lookup->bfd_section != bfd_abs_section_ptr 54 && lookup->bfd_section != bfd_com_section_ptr 55 && lookup->bfd_section != bfd_und_section_ptr) 56 s = lookup->bfd_section; 86 asection *snew, **pps, *bfd_section; 143 snew = os->bfd_section; 159 bfd_section = place->os->bfd_section; 160 if (place->section == NULL && bfd_section == NULL) 161 bfd_section = output_prev_sec_find (place->os); [all …]
|
| H A D | elf32.em | 1334 && lookup->bfd_section != NULL 1335 && (lookup->bfd_section->flags & SEC_ALLOC) != 0) 1340 if (lookup->bfd_section != NULL 1341 && (lookup->bfd_section->flags & SEC_ALLOC) != 0) 1375 if (lookup->bfd_section != NULL && lookup->bfd_section->owner != NULL) 1376 s = lookup->bfd_section; 1433 && (os->bfd_section == NULL 1434 || ((s->flags ^ os->bfd_section->flags) 1590 if (place != NULL && os->bfd_section != NULL) 1594 snew = os->bfd_section; [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | blockframe.c | 127 find_pc_sect_function (CORE_ADDR pc, struct bfd_section *section) in find_pc_sect_function() 150 static struct bfd_section *cache_pc_function_section = NULL; 180 struct bfd_section *section; in find_pc_partial_function()
|
| H A 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()
|
| H A D | corelow.c | 449 struct bfd_section *section; in get_core_register_section() 554 struct bfd_section *section; in core_xfer_partial() 586 struct bfd_section *section; in core_xfer_partial()
|
| H A D | dbxread.c | 430 asection *bfd_section; in record_minimal_symbol() local 437 bfd_section = DBX_TEXT_SECTION (objfile); in record_minimal_symbol() 442 bfd_section = DBX_DATA_SECTION (objfile); in record_minimal_symbol() 447 bfd_section = DBX_BSS_SECTION (objfile); in record_minimal_symbol() 452 bfd_section = NULL; in record_minimal_symbol() 458 bfd_section = DBX_DATA_SECTION (objfile); in record_minimal_symbol() 466 bfd_section = DBX_DATA_SECTION (objfile); in record_minimal_symbol() 475 bfd_section = DBX_TEXT_SECTION (objfile); in record_minimal_symbol() 496 bfd_section = DBX_DATA_SECTION (objfile); in record_minimal_symbol() 501 bfd_section = DBX_BSS_SECTION (objfile); in record_minimal_symbol() [all …]
|
| H A 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()
|
| H A 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 *);
|
| H A D | symfile-mem.c | 65 struct bfd_section *sec; in symbol_file_add_from_memory()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | coffgrok.h | 56 struct bfd_section *bfd_section; member
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | coffgrok.h | 56 struct bfd_section *bfd_section; member
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | subsegs.h | 92 asection *bfd_section; member
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | subsegs.h | 98 asection *bfd_section; member
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| H A D | targets.texi | 351 (bfd *, struct bfd_section *, struct bfd_symbol **, bfd_vma, 418 (bfd *, struct bfd_section *, struct bfd_link_info *, bfd_boolean *); 439 bfd_boolean (*_bfd_link_split_section) (bfd *, struct bfd_section *); 448 bfd_boolean (*_bfd_is_group_section) (bfd *, const struct bfd_section *); 451 bfd_boolean (*_bfd_discard_group) (bfd *, struct bfd_section *); 455 void (*_section_already_linked) (bfd *, struct bfd_section *);
|