Searched refs:newsect (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/gdb-7/bfd/ |
| HD | section.c | 773 _bfd_generic_new_section_hook (bfd *abfd, asection *newsect) in _bfd_generic_new_section_hook() argument 775 newsect->symbol = bfd_make_empty_symbol (abfd); in _bfd_generic_new_section_hook() 776 if (newsect->symbol == NULL) in _bfd_generic_new_section_hook() 779 newsect->symbol->name = newsect->name; in _bfd_generic_new_section_hook() 780 newsect->symbol->value = 0; in _bfd_generic_new_section_hook() 781 newsect->symbol->section = newsect; in _bfd_generic_new_section_hook() 782 newsect->symbol->flags = BSF_SECTION_SYM; in _bfd_generic_new_section_hook() 784 newsect->symbol_ptr_ptr = &newsect->symbol; in _bfd_generic_new_section_hook() 791 bfd_section_init (bfd *abfd, asection *newsect) in bfd_section_init() argument 795 newsect->id = section_id; in bfd_section_init() [all …]
|
| HD | elf.c | 542 setup_group (bfd *abfd, Elf_Internal_Shdr *hdr, asection *newsect) in setup_group() argument 687 elf_group_name (newsect) = elf_group_name (s); in setup_group() 688 elf_next_in_group (newsect) = elf_next_in_group (s); in setup_group() 689 elf_next_in_group (s) = newsect; in setup_group() 698 elf_group_name (newsect) = gname; in setup_group() 701 elf_next_in_group (newsect) = newsect; in setup_group() 707 elf_next_in_group (shdr->bfd_section) = newsect; in setup_group() 715 if (elf_group_name (newsect) == NULL) in setup_group() 718 abfd, newsect); in setup_group() 829 asection *newsect; in _bfd_elf_make_section_from_shdr() local [all …]
|
| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | section.c | 812 _bfd_generic_new_section_hook (bfd *abfd, asection *newsect) in _bfd_generic_new_section_hook() argument 814 newsect->symbol = bfd_make_empty_symbol (abfd); in _bfd_generic_new_section_hook() 815 if (newsect->symbol == NULL) in _bfd_generic_new_section_hook() 818 newsect->symbol->name = newsect->name; in _bfd_generic_new_section_hook() 819 newsect->symbol->value = 0; in _bfd_generic_new_section_hook() 820 newsect->symbol->section = newsect; in _bfd_generic_new_section_hook() 821 newsect->symbol->flags = BSF_SECTION_SYM; in _bfd_generic_new_section_hook() 823 newsect->symbol_ptr_ptr = &newsect->symbol; in _bfd_generic_new_section_hook() 832 bfd_section_init (bfd *abfd, asection *newsect) in bfd_section_init() argument 834 newsect->id = section_id; in bfd_section_init() [all …]
|
| HD | elf.c | 579 setup_group (bfd *abfd, Elf_Internal_Shdr *hdr, asection *newsect) in setup_group() argument 750 elf_group_name (newsect) = elf_group_name (s); in setup_group() 751 elf_next_in_group (newsect) = elf_next_in_group (s); in setup_group() 752 elf_next_in_group (s) = newsect; in setup_group() 761 elf_group_name (newsect) = gname; in setup_group() 764 elf_next_in_group (newsect) = newsect; in setup_group() 770 elf_next_in_group (shdr->bfd_section) = newsect; in setup_group() 778 if (elf_group_name (newsect) == NULL) in setup_group() 781 abfd, newsect); in setup_group() 931 asection *newsect; in _bfd_elf_make_section_from_shdr() local [all …]
|
| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | section.c | 799 _bfd_generic_new_section_hook (bfd *abfd, asection *newsect) in _bfd_generic_new_section_hook() argument 801 newsect->symbol = bfd_make_empty_symbol (abfd); in _bfd_generic_new_section_hook() 802 if (newsect->symbol == NULL) in _bfd_generic_new_section_hook() 805 newsect->symbol->name = newsect->name; in _bfd_generic_new_section_hook() 806 newsect->symbol->value = 0; in _bfd_generic_new_section_hook() 807 newsect->symbol->section = newsect; in _bfd_generic_new_section_hook() 808 newsect->symbol->flags = BSF_SECTION_SYM; in _bfd_generic_new_section_hook() 810 newsect->symbol_ptr_ptr = &newsect->symbol; in _bfd_generic_new_section_hook() 819 bfd_section_init (bfd *abfd, asection *newsect) in bfd_section_init() argument 821 newsect->id = _bfd_section_id; in bfd_section_init() [all …]
|
| HD | elf.c | 593 setup_group (bfd *abfd, Elf_Internal_Shdr *hdr, asection *newsect) in setup_group() argument 812 elf_group_name (newsect) = elf_group_name (s); in setup_group() 813 elf_next_in_group (newsect) = elf_next_in_group (s); in setup_group() 814 elf_next_in_group (s) = newsect; in setup_group() 823 elf_group_name (newsect) = gname; in setup_group() 826 elf_next_in_group (newsect) = newsect; in setup_group() 832 elf_next_in_group (shdr->bfd_section) = newsect; in setup_group() 841 if (elf_group_name (newsect) == NULL) in setup_group() 845 abfd, newsect); in setup_group() 1028 asection *newsect; in _bfd_elf_make_section_from_shdr() local [all …]
|