HomeSort by relevance Sort by last modified time
    Searched refs:asect (Results 1 - 25 of 37) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/bfd/
hpux-core.c 119 asection *asect; local
128 asect = bfd_make_section_anyway_with_flags (abfd, newname, flags);
129 if (!asect)
132 asect->size = size;
133 asect->vma = vma;
134 asect->filepos = bfd_tell (abfd);
135 asect->alignment_power = alignment_power;
137 return asect;
317 asection *asect = bfd_sections_find_if (abfd, thread_section_p, NULL); local
320 if (asect != NULL
    [all...]
netbsd-core.c 60 asection *asect; local
129 asect = bfd_make_section_anyway_with_flags (abfd, sname, flags);
130 if (asect == NULL)
133 asect->size = coreseg.c_size;
134 asect->vma = coreseg.c_addr;
135 asect->filepos = offset;
136 asect->alignment_power = 2;
158 asect->size = wcookie_offset;
162 asect = bfd_make_section_anyway_with_flags (abfd, ".wcookie",
164 if (asect == NULL
    [all...]
cisco-core.c 95 sec_ptr asect;
246 asect = bfd_make_section_anyway_with_flags (abfd, ".data", flags);
247 if (asect == NULL)
250 asect->size = statbuf.st_size;
251 asect->vma = rambase;
252 asect->filepos = 0;
258 asect = bfd_make_section_anyway_with_flags (abfd, ".crash", flags);
259 if (asect == NULL)
261 asect->vma = 0;
262 asect->filepos = crashinfo_offset
93 sec_ptr asect; local
    [all...]
lynx-core.c 67 asection *asect; local
76 asect = bfd_make_section_with_flags (abfd, newname, flags);
77 if (!asect)
80 asect->size = size;
81 asect->vma = vma;
82 asect->filepos = filepos;
83 asect->alignment_power = 2;
85 return asect;
osf-core.c 59 asection *asect; local
61 asect = bfd_make_section_anyway_with_flags (abfd, name, flags);
62 if (!asect)
65 asect->size = size;
66 asect->vma = vma;
67 asect->filepos = filepos;
68 asect->alignment_power = 8;
70 return asect;
irix-core.c 155 asection *asect; local
157 asect = bfd_make_section_anyway_with_flags (abfd, name, flags);
158 if (!asect)
161 asect->size = size;
162 asect->vma = vma;
163 asect->filepos = filepos;
164 asect->alignment_power = 4;
166 return asect;
sco5-core.c 57 asection *asect; local
59 asect = bfd_make_section_anyway_with_flags (abfd, name, flags);
60 if (!asect)
62 asect->size = size;
63 asect->vma = vma;
64 asect->filepos = filepos;
65 asect->alignment_power = 2;
67 return asect;
hppabsd-core.c 80 asection *asect; local
82 asect = bfd_make_section_with_flags (abfd, name, flags);
83 if (!asect)
86 asect->size = size;
87 asect->filepos = offset;
88 asect->alignment_power = alignment_power;
90 return asect;
elf64-sparc.c 48 /* Read relocations for ASECT from REL_HDR. There are RELOC_COUNT of
54 elf64_sparc_slurp_one_reloc_table (bfd *abfd, asection *asect,
76 relents = asect->relocation + canon_reloc_count (asect);
98 relent->address = rela.r_offset - asect->vma;
132 canon_reloc_count (asect) += relent - relents;
148 elf64_sparc_slurp_reloc_table (bfd *abfd, asection *asect,
151 struct bfd_elf_section_data * const d = elf_section_data (asect);
156 if (asect->relocation != NULL)
161 if ((asect->flags & SEC_RELOC) ==
    [all...]
i386lynx.c 375 sec_ptr asect,
384 if (asect->relocation)
387 if (asect->flags & SEC_CONSTRUCTOR)
390 if (asect == obj_datasec (abfd))
396 if (asect == obj_textsec (abfd))
406 if (bfd_seek (abfd, asect->rel_filepos, SEEK_SET) != 0)
458 asect->relocation = reloc_cache;
459 asect->reloc_count = count;
hp300hpux.c 707 MY (slurp_reloc_table) (bfd *abfd, sec_ptr asect, asymbol **symbols)
718 if (asect->relocation)
721 if (asect->flags & SEC_CONSTRUCTOR)
724 if (asect == obj_datasec (abfd))
730 if (asect == obj_textsec (abfd))
740 if (bfd_seek (abfd, asect->rel_filepos, SEEK_SET) != 0)
775 asect->relocation = reloc_cache;
776 asect->reloc_count = count;
rs6000-core.c 303 asection *asect; local
305 asect = bfd_make_section_anyway_with_flags (abfd, name, flags);
306 if (!asect)
309 asect->size = size;
310 asect->vma = vma;
311 asect->filepos = filepos;
312 asect->alignment_power = 8;
314 return asect;
bfd.c 929 bfd_get_reloc_upper_bound (bfd *abfd, sec_ptr asect)
937 return BFD_SEND (abfd, _get_reloc_upper_bound, (abfd, asect));
963 sec_ptr asect,
974 (abfd, asect, location, symbols));
994 sec_ptr asect,
998 asect->orelocation = location;
999 asect->reloc_count = count;
    [all...]
bout.c 672 b_out_slurp_reloc_table (bfd *abfd, sec_ptr asect, asymbol **symbols)
686 if (asect->relocation)
692 if (asect == obj_datasec (abfd))
694 else if (asect == obj_textsec (abfd))
696 else if (asect == obj_bsssec (abfd))
704 if (bfd_seek (abfd, asect->rel_filepos, SEEK_SET) != 0)
876 asect->relocation = reloc_cache;
877 asect->reloc_count = count;
920 b_out_get_reloc_upper_bound (bfd *abfd, sec_ptr asect)
928 if (asect->flags & SEC_CONSTRUCTOR
    [all...]
elfcode.h     [all...]
elf32-sh64.c 139 asection *asect)
141 if (sh64_elf_section_data (asect)->sh64_info != NULL)
143 |= sh64_elf_section_data (asect)->sh64_info->contents_flags;
147 if ((bfd_get_section_flags (output_bfd, asect) & SEC_SORT_ENTRIES) != 0
148 && strcmp (bfd_get_section_name (output_bfd, asect),
elf.c 3403 asection *asect; local
    [all...]
elf64-mips.c     [all...]
coffcode.h     [all...]
coff-i860.c 467 FIXME: This macro refers to symbols and asect; these are from the
582 asymbol **symbols, bfd *abfd, asection *asect)
633 cache_ptr->address -= asect->vma;
pdp11.c     [all...]
mach-o.c 5710 asection *asect; local
    [all...]
versados.c 745 sec_ptr asect)
747 return (asect->reloc_count + 1) * sizeof (arelent *);
aoutx.h     [all...]
elf32-i370.c 395 asection *asect)
397 if ((asect->flags & (SEC_GROUP | SEC_EXCLUDE)) == SEC_EXCLUDE)
400 if ((asect->flags & SEC_SORT_ENTRIES) != 0)
    [all...]

Completed in 376 milliseconds

1 2