HomeSort by relevance Sort by last modified time
    Searched refs:newsect (Results 1 - 21 of 21) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
section.c 797 _bfd_generic_new_section_hook (bfd *abfd, asection *newsect)
799 newsect->symbol = bfd_make_empty_symbol (abfd);
800 if (newsect->symbol == NULL)
803 newsect->symbol->name = newsect->name;
804 newsect->symbol->value = 0;
805 newsect->symbol->section = newsect;
806 newsect->symbol->flags = BSF_SECTION_SYM;
808 newsect->symbol_ptr_ptr = &newsect->symbol
1071 asection *newsect; local
1138 asection *newsect; local
1217 asection *newsect; local
    [all...]
lynx-core.c 96 asection *newsect; local
150 newsect = make_bfd_asection (abfd, ".stack",
155 if (!newsect)
158 newsect = make_bfd_asection (abfd, ".data",
173 if (!newsect)
183 newsect = make_bfd_asection (abfd, ".reg",
188 if (!newsect)
196 newsect = make_bfd_asection (abfd, secname,
201 if (!newsect)
oasys.c 687 oasys_new_section_hook (bfd *abfd, asection *newsect)
689 if (!newsect->used_by_bfd)
691 newsect->used_by_bfd
693 if (!newsect->used_by_bfd)
696 oasys_per_section (newsect)->data = NULL;
697 oasys_per_section (newsect)->section = newsect;
698 oasys_per_section (newsect)->offset = 0;
699 oasys_per_section (newsect)->initialized = FALSE;
700 newsect->alignment_power = 1
    [all...]
elf.c 539 /* Set next_in_group list pointer, and group name for NEWSECT. */
542 setup_group (bfd *abfd, Elf_Internal_Shdr *hdr, asection *newsect)
712 elf_group_name (newsect) = elf_group_name (s);
713 elf_next_in_group (newsect) = elf_next_in_group (s);
714 elf_next_in_group (s) = newsect;
723 elf_group_name (newsect) = gname;
726 elf_next_in_group (newsect) = newsect;
732 elf_next_in_group (shdr->bfd_section) = newsect;
740 if (elf_group_name (newsect) == NULL
855 asection *newsect; local
2473 asection *newsect; local
    [all...]
elf32-i370.c 371 asection *newsect;
377 newsect = hdr->bfd_section;
378 flags = bfd_get_section_flags (abfd, newsect);
382 bfd_set_section_flags (abfd, newsect, flags);
369 asection *newsect; local
    [all...]
nlmcode.h 139 asection *newsect; local
141 newsect = bfd_make_section_with_flags (abfd, name, flags);
142 if (newsect == NULL)
145 newsect->vma = 0; /* NLM's are relocatable. */
146 newsect->size = size;
147 newsect->filepos = offset;
148 newsect->alignment_power = bfd_log2 ((bfd_vma) 0); /* FIXME */
    [all...]
pdp11.c     [all...]
mmo.c     [all...]
aoutx.h     [all...]
ieee.c     [all...]
som.c     [all...]
elf64-alpha.c 1139 asection *newsect; local
    [all...]
elf64-ia64-vms.c 4475 asection *newsect = hdr->bfd_section; local
    [all...]
elf32-ppc.c 2368 asection *newsect; local
    [all...]
  /external/skia/third_party/yasm/config/android/
Makefile     [all...]
  /external/skia/third_party/yasm/config/chromeos/
Makefile     [all...]
  /external/skia/third_party/yasm/config/ios/
Makefile     [all...]
  /external/skia/third_party/yasm/config/linux/
Makefile     [all...]
  /external/skia/third_party/yasm/config/mac/
Makefile     [all...]
  /external/skia/third_party/yasm/config/openbsd/
Makefile     [all...]
  /external/skia/third_party/yasm/config/win/
Makefile     [all...]

Completed in 3807 milliseconds