Searched refs:asect (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dhpux-core.c118 asection *asect; local
127 asect = bfd_make_section_anyway_with_flags (abfd, newname, flags);
128 if (!asect)
131 asect->size = size;
132 asect->vma = vma;
133 asect->filepos = bfd_tell (abfd);
134 asect->alignment_power = alignment_power;
136 return asect;
316 asection *asect = bfd_sections_find_if (abfd, thread_section_p, NULL); local
319 if (asect !
[all...]
H A Dnetbsd-core.c60 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
[all...]
H A Dcisco-core.c97 sec_ptr asect;
248 asect = bfd_make_section_anyway_with_flags (abfd, ".data", flags);
249 if (asect == NULL)
252 asect->size = statbuf.st_size;
253 asect->vma = rambase;
254 asect->filepos = 0;
260 asect = bfd_make_section_anyway_with_flags (abfd, ".crash", flags);
261 if (asect == NULL)
263 asect->vma = 0;
264 asect
95 sec_ptr asect; local
[all...]
H A Dlynx-core.c67 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;
H A Dosf-core.c68 asection *asect; local
70 asect = bfd_make_section_anyway_with_flags (abfd, name, flags);
71 if (!asect)
74 asect->size = size;
75 asect->vma = vma;
76 asect->filepos = filepos;
77 asect->alignment_power = 8;
79 return asect;
H A Dirix-core.c153 asection *asect; local
155 asect = bfd_make_section_anyway_with_flags (abfd, name, flags);
156 if (!asect)
159 asect->size = size;
160 asect->vma = vma;
161 asect->filepos = filepos;
162 asect->alignment_power = 4;
164 return asect;
H A Delf64-sparc.c54 elf64_sparc_slurp_one_reloc_table (bfd *abfd, asection *asect, argument
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, argument
151 struct bfd_elf_section_data * const d = elf_section_data (asect);
156 if (asect->relocation != NULL)
161 if ((asect->flags & SEC_RELOC) == 0
162 || asect
[all...]
H A Dhppabsd-core.c91 asection *asect; local
93 asect = bfd_make_section_with_flags (abfd, name, flags);
94 if (!asect)
97 asect->size = size;
98 asect->filepos = offset;
99 asect->alignment_power = alignment_power;
101 return asect;
H A Dsco5-core.c64 asection *asect; local
66 asect = bfd_make_section_anyway_with_flags (abfd, name, flags);
67 if (!asect)
69 asect->size = size;
70 asect->vma = vma;
71 asect->filepos = filepos;
72 asect->alignment_power = 2;
74 return asect;
H A Di386lynx.c401 NAME(lynx,slurp_reloc_table) (abfd, asect, symbols)
403 sec_ptr asect;
412 if (asect->relocation)
415 if (asect->flags & SEC_CONSTRUCTOR)
418 if (asect == obj_datasec (abfd))
424 if (asect == obj_textsec (abfd))
434 if (bfd_seek (abfd, asect->rel_filepos, SEEK_SET) != 0)
486 asect->relocation = reloc_cache;
487 asect->reloc_count = count;
H A Dhp300hpux.c723 MY (slurp_reloc_table) (abfd, asect, symbols)
725 sec_ptr asect;
737 if (asect->relocation)
740 if (asect->flags & SEC_CONSTRUCTOR)
743 if (asect == obj_datasec (abfd))
749 if (asect == obj_textsec (abfd))
759 if (bfd_seek (abfd, asect->rel_filepos, SEEK_SET) != 0)
794 asect->relocation = reloc_cache;
795 asect->reloc_count = count;
H A Drs6000-core.c295 asection *asect; local
297 asect = bfd_make_section_anyway_with_flags (abfd, name, flags);
298 if (!asect)
301 asect->size = size;
302 asect->vma = vma;
303 asect->filepos = filepos;
304 asect->alignment_power = 8;
306 return asect;
H A Dbfd.c710 bfd_get_reloc_upper_bound (bfd *abfd, sec_ptr asect)
718 return BFD_SEND (abfd, _get_reloc_upper_bound, (abfd, asect));
744 sec_ptr asect,
755 (abfd, asect, location, symbols));
775 sec_ptr asect,
779 asect->orelocation = location;
780 asect->reloc_count = count;
707 bfd_get_reloc_upper_bound(bfd *abfd, sec_ptr asect) argument
740 bfd_canonicalize_reloc(bfd *abfd, sec_ptr asect, arelent **location, asymbol **symbols) argument
771 bfd_set_reloc(bfd *ignore_abfd ATTRIBUTE_UNUSED, sec_ptr asect, arelent **location, unsigned int count) argument
H A Dbout.c658 b_out_slurp_reloc_table (bfd *abfd, sec_ptr asect, asymbol **symbols)
672 if (asect->relocation)
678 if (asect == obj_datasec (abfd))
680 else if (asect == obj_textsec (abfd))
682 else if (asect == obj_bsssec (abfd))
690 if (bfd_seek (abfd, asect->rel_filepos, SEEK_SET) != 0)
862 asect->relocation = reloc_cache;
863 asect->reloc_count = count;
906 b_out_get_reloc_upper_bound (bfd *abfd, sec_ptr asect)
914 if (asect
657 b_out_slurp_reloc_table(bfd *abfd, sec_ptr asect, asymbol **symbols) argument
905 b_out_get_reloc_upper_bound(bfd *abfd, sec_ptr asect) argument
[all...]
H A Delf64-mips.c2370 mips_elf64_slurp_one_reloc_table (bfd *abfd, asection *asect,
2510 relent->address = rela.r_offset - asect->vma;
2520 asect->reloc_count += (relent - relents) / 3;
2540 mips_elf64_slurp_reloc_table (bfd *abfd, asection *asect,
2543 struct bfd_elf_section_data * const d = elf_section_data (asect);
2551 if (asect->relocation != NULL)
2556 if ((asect->flags & SEC_RELOC) == 0
2557 || asect->reloc_count == 0)
2565 BFD_ASSERT (asect->reloc_count == reloc_count + reloc_count2);
2566 BFD_ASSERT (asect
2365 mips_elf64_slurp_one_reloc_table(bfd *abfd, asection *asect, Elf_Internal_Shdr *rel_hdr, bfd_size_type reloc_count, arelent *relents, asymbol **symbols, bfd_boolean dynamic) argument
2535 mips_elf64_slurp_reloc_table(bfd *abfd, asection *asect, asymbol **symbols, bfd_boolean dynamic) argument
[all...]
H A Delf.c2686 asection *asect,
2691 bfd_size_type amt = sizeof ".rela" + strlen (asect->name);
2696 sprintf (name, "%s%s", use_rela_p ? ".rela" : ".rel", asect->name);
2718 elf_fake_sections (bfd *abfd, asection *asect, void *failedptrarg)
2731 this_hdr = &elf_section_data (asect)->this_hdr;
2734 asect->name, FALSE);
2743 if ((asect->flags & SEC_ALLOC) != 0
2744 || asect->user_set_vma)
2745 this_hdr->sh_addr = asect->vma;
2750 this_hdr->sh_size = asect
2679 _bfd_elf_init_reloc_shdr(bfd *abfd, Elf_Internal_Shdr *rel_hdr, asection *asect, bfd_boolean use_rela_p) argument
2713 elf_fake_sections(bfd *abfd, asection *asect, void *failedptrarg) argument
3349 asection *asect; local
5075 _bfd_elf_section_from_bfd_section(bfd *abfd, struct bfd_section *asect) argument
6495 _bfd_elf_get_reloc_upper_bound(bfd *abfd ATTRIBUTE_UNUSED, sec_ptr asect) argument
[all...]
H A Delfcode.h1310 asection *asect,
1363 relent->address = rela.r_offset - asect->vma;
1371 abfd->filename, asect->name, i, ELF_R_SYM (rela.r_info));
1408 asection *asect,
1412 struct bfd_elf_section_data * const d = elf_section_data (asect);
1420 if (asect->relocation != NULL)
1425 if ((asect->flags & SEC_RELOC) == 0
1426 || asect->reloc_count == 0)
1434 BFD_ASSERT (asect->reloc_count == reloc_count + reloc_count2);
1435 BFD_ASSERT (asect
1306 elf_slurp_reloc_table_from_section(bfd *abfd, asection *asect, Elf_Internal_Shdr *rel_hdr, bfd_size_type reloc_count, arelent *relents, asymbol **symbols, bfd_boolean dynamic) argument
1404 elf_slurp_reloc_table(bfd *abfd, asection *asect, asymbol **symbols, bfd_boolean dynamic) argument
[all...]
H A Delf32-sh64.c138 asection *asect)
140 if (sh64_elf_section_data (asect)->sh64_info != NULL)
142 |= sh64_elf_section_data (asect)->sh64_info->contents_flags;
146 if ((bfd_get_section_flags (output_bfd, asect) & SEC_SORT_ENTRIES) != 0
147 && strcmp (bfd_get_section_name (output_bfd, asect),
136 sh64_elf_fake_sections(bfd *output_bfd ATTRIBUTE_UNUSED, Elf_Internal_Shdr *elf_section_hdr, asection *asect) argument
H A Dcoff-i860.c463 FIXME: This macro refers to symbols and asect; these are from the
564 asymbol **symbols, bfd *abfd, asection *asect)
614 cache_ptr->address -= asect->vma;
563 i860_reloc_processing(arelent *cache_ptr, struct internal_reloc *dst, asymbol **symbols, bfd *abfd, asection *asect) argument
H A Dcoffcode.h4257 coff_slurp_line_table (bfd *abfd, asection *asect)
4263 BFD_ASSERT (asect->lineno == NULL);
4265 amt = (bfd_size_type) bfd_coff_linesz (abfd) * asect->lineno_count;
4266 native_lineno = (LINENO *) buy_and_read (abfd, asect->line_filepos, amt);
4273 amt = ((bfd_size_type) asect->lineno_count + 1) * sizeof (alent);
4283 while (counter < asect->lineno_count)
4323 - bfd_section_vma (abfd, asect);
4332 asect->lineno = lineno_cache;
4838 coff_slurp_reloc_table (bfd * abfd, sec_ptr asect, asymbol ** symbols)
4846 if (asect
4256 coff_slurp_line_table(bfd *abfd, asection *asect) argument
4837 coff_slurp_reloc_table(bfd * abfd, sec_ptr asect, asymbol ** symbols) argument
[all...]
H A Dpdp11.c1821 NAME (aout, slurp_reloc_table) (bfd *abfd, sec_ptr asect, asymbol **symbols)
1832 if (asect->relocation)
1835 if (asect->flags & SEC_CONSTRUCTOR)
1838 if (asect == obj_datasec (abfd))
1840 else if (asect == obj_textsec (abfd))
1842 else if (asect == obj_bsssec (abfd))
1850 if (bfd_seek (abfd, asect->rel_filepos, SEEK_SET) != 0)
1913 asect->relocation = reloc_cache;
1914 asect->reloc_count = cache_ptr - reloc_cache;
2002 NAME (aout, get_reloc_upper_bound) (bfd *abfd, sec_ptr asect)
[all...]
H A Dversados.c743 sec_ptr asect)
745 return (asect->reloc_count + 1) * sizeof (arelent *);
742 versados_get_reloc_upper_bound(bfd *abfd ATTRIBUTE_UNUSED, sec_ptr asect) argument
H A Daoutx.h2233 NAME (aout, slurp_reloc_table) (bfd *abfd, sec_ptr asect, asymbol **symbols)
2244 if (asect->relocation)
2247 if (asect->flags & SEC_CONSTRUCTOR)
2250 if (asect == obj_datasec (abfd))
2252 else if (asect == obj_textsec (abfd))
2254 else if (asect == obj_bsssec (abfd))
2262 if (bfd_seek (abfd, asect->rel_filepos, SEEK_SET) != 0)
2308 asect->relocation = reloc_cache;
2309 asect->reloc_count = cache_ptr - reloc_cache;
2408 NAME (aout, get_reloc_upper_bound) (bfd *abfd, sec_ptr asect)
[all...]
H A Delf32-i370.c383 asection *asect)
385 if ((asect->flags & (SEC_GROUP | SEC_EXCLUDE)) == SEC_EXCLUDE)
388 if ((asect->flags & SEC_SORT_ENTRIES) != 0)
378 i370_elf_fake_sections(bfd *abfd ATTRIBUTE_UNUSED, Elf_Internal_Shdr *shdr, asection *asect) argument
H A Dcoff-i386.c373 FIXME: This macro refers to symbols and asect; these are from the
393 cache_ptr->addend += asect->vma; \

Completed in 163 milliseconds

12