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

1 2

  /toolchain/binutils/binutils-2.27/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;
134 canon_reloc_count (asect) += relent - relents;
150 elf64_sparc_slurp_reloc_table (bfd *abfd, asection *asect,
153 struct bfd_elf_section_data * const d = elf_section_data (asect);
158 if (asect->relocation != NULL)
163 if ((asect->flags & SEC_RELOC) ==
    [all...]
i386lynx.c 373 sec_ptr asect,
382 if (asect->relocation)
385 if (asect->flags & SEC_CONSTRUCTOR)
388 if (asect == obj_datasec (abfd))
394 if (asect == obj_textsec (abfd))
404 if (bfd_seek (abfd, asect->rel_filepos, SEEK_SET) != 0)
456 asect->relocation = reloc_cache;
457 asect->reloc_count = count;
hp300hpux.c 705 MY (slurp_reloc_table) (bfd *abfd, sec_ptr asect, asymbol **symbols)
716 if (asect->relocation)
719 if (asect->flags & SEC_CONSTRUCTOR)
722 if (asect == obj_datasec (abfd))
728 if (asect == obj_textsec (abfd))
738 if (bfd_seek (abfd, asect->rel_filepos, SEEK_SET) != 0)
773 asect->relocation = reloc_cache;
774 asect->reloc_count = count;
rs6000-core.c 318 asection *asect; local
320 asect = bfd_make_section_anyway_with_flags (abfd, name, flags);
321 if (!asect)
324 asect->size = size;
325 asect->vma = vma;
326 asect->filepos = filepos;
327 asect->alignment_power = 8;
329 return asect;
bout.c 670 b_out_slurp_reloc_table (bfd *abfd, sec_ptr asect, asymbol **symbols)
684 if (asect->relocation)
690 if (asect == obj_datasec (abfd))
692 else if (asect == obj_textsec (abfd))
694 else if (asect == obj_bsssec (abfd))
702 if (bfd_seek (abfd, asect->rel_filepos, SEEK_SET) != 0)
874 asect->relocation = reloc_cache;
875 asect->reloc_count = count;
918 b_out_get_reloc_upper_bound (bfd *abfd, sec_ptr asect)
926 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),
bfd.c 971 bfd_get_reloc_upper_bound (bfd *abfd, sec_ptr asect)
979 return BFD_SEND (abfd, _get_reloc_upper_bound, (abfd, asect));
1005 sec_ptr asect,
1016 (abfd, asect, location, symbols));
1036 sec_ptr asect,
1040 asect->orelocation = location;
1041 asect->reloc_count = count;
    [all...]
elf.c 3928 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
585 asymbol **symbols, bfd *abfd, asection *asect)
636 cache_ptr->address -= asect->vma;
pdp11.c     [all...]
mach-o.c 5830 asection *asect; local
    [all...]
aoutx.h     [all...]
elf32-i370.c 404 asection *asect)
406 if ((asect->flags & (SEC_GROUP | SEC_EXCLUDE)) == SEC_EXCLUDE)
409 if ((asect->flags & SEC_SORT_ENTRIES) != 0)
    [all...]
coff-i386.c 372 FIXME: This macro refers to symbols and asect; these are from the
393 cache_ptr->addend += asect->vma; \

Completed in 807 milliseconds

1 2