Searched refs:asection (Results 1 - 25 of 229) sorted by relevance

12345678910

/freebsd-10-stable/contrib/binutils/bfd/
H A Delf-vxworks.h26 flagword *, asection **, bfd_vma *);
29 asection *, struct elf_link_hash_entry *);
31 (bfd *, asection *, Elf_Internal_Shdr *, Elf_Internal_Rela *,
35 (bfd *, struct bfd_link_info *, asection **);
H A Delf32-spu.h53 asection **, asection **,
54 asection **);
56 asection *);
57 extern asection *spu_elf_check_vma (bfd *, bfd_vma, bfd_vma);
H A Delfxx-sparc.h49 asection *sgot;
50 asection *srelgot;
51 asection *splt;
52 asection *srelplt;
53 asection *sdynbss;
54 asection *srelbss;
68 asection *srelplt2;
71 asection *sgotplt;
76 int (*build_plt_entry) (bfd *, asection *, bfd_vma, bfd_vma, bfd_vma *);
117 asection *, cons
[all...]
H A Delf64-ppc.h24 asection *ppc64_elf_tls_setup
35 (struct bfd_link_info *, asection *);
39 (struct bfd_link_info *, asection *);
42 asection *(*) (const char *, asection *), void (*) (void));
H A Delfxx-mips.h25 (bfd *, asection *);
29 (bfd *, asection *);
37 (bfd *, Elf_Internal_Shdr *, asection *);
39 (bfd *, asection *, int *);
42 const char **, flagword *, asection **, bfd_vma *);
45 asection *, struct elf_link_hash_entry *);
49 (bfd *, struct bfd_link_info *, asection *, const Elf_Internal_Rela *);
59 (bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *,
60 Elf_Internal_Rela *, Elf_Internal_Sym *, asection **);
75 extern asection * _bfd_mips_elf_gc_mark_hoo
[all...]
H A Delf32-ppc.h29 asection *ppc_elf_tls_setup (bfd *, struct bfd_link_info *);
H A Delf32-avr.h27 elf32_avr_setup_params (struct bfd_link_info *, bfd *, asection *,
H A Delf-bfd.h303 asection *hdr_sec;
363 asection *text_index_section;
364 asection *data_index_section;
389 asection *tls_sec;
426 asection *sec[LOCAL_SYM_CACHE_SIZE];
453 (bfd *, asection *, void *);
459 (bfd *, asection *, asymbol **, bfd_boolean);
543 typedef asection * (*elf_gc_mark_hook_fn)
544 (asection *, struct bfd_link_info *, Elf_Internal_Rela *,
648 (bfd *, asection *);
[all...]
H A Dlibecoff.h69 (bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *, void *);
127 asection **symndx_to_section;
226 (bfd *, asection *, struct ecoff_debug_info *);
236 (bfd *, asection *);
238 (bfd *, asection *, void * location, file_ptr, bfd_size_type);
287 (bfd *, asection *, asymbol **, bfd_vma, const char **, const char **,
296 (bfd *, asection *, arelent **, asymbol **symbols);
302 (bfd *, asection *, const void * location, file_ptr, bfd_size_type);
320 ((void (*) (bfd *, asection *, void *)) bfd_void)
324 (bfd *, void *, const char *, asection *, flagwor
[all...]
H A Dlibbfd.h64 asection section;
227 (bfd *, asection *);
229 (bfd *, asection *, void *, file_ptr, bfd_size_type);
231 (bfd *, asection *, bfd_window *, file_ptr, bfd_size_type);
243 ((bfd_boolean (*) (bfd *, asection *, bfd *, asection *)) bfd_true)
252 (bfd *, asection *, bfd *, asection *, struct bfd_link_info *);
340 ((bfd_boolean (*) (bfd *, asection *, asymbol **, bfd_vma, const char **, \
357 extern long _bfd_norelocs_get_reloc_upper_bound (bfd *, asection *);
[all...]
H A Dlibbfd-in.h59 asection section;
222 (bfd *, asection *);
224 (bfd *, asection *, void *, file_ptr, bfd_size_type);
226 (bfd *, asection *, bfd_window *, file_ptr, bfd_size_type);
238 ((bfd_boolean (*) (bfd *, asection *, bfd *, asection *)) bfd_true)
247 (bfd *, asection *, bfd *, asection *, struct bfd_link_info *);
335 ((bfd_boolean (*) (bfd *, asection *, asymbol **, bfd_vma, const char **, \
352 extern long _bfd_norelocs_get_reloc_upper_bound (bfd *, asection *);
[all...]
H A Dsection.c37 @* typedef asection::
75 Section Output, typedef asection, Section Input, Sections
86 and linker) must use the <<asection>> fields <<output_section>> and
102 0x100) and "B" at offset 0x20 (i.e., at vma 0x120) the <<asection>>
144 typedef asection, section prototypes, Section Output, Sections
146 typedef asection
511 .} asection;
524 .extern asection bfd_abs_section;
525 .#define bfd_abs_section_ptr ((asection *) &bfd_abs_section)
528 .extern asection bfd_und_sectio
[all...]
H A Dsimple.c32 asection *section ATTRIBUTE_UNUSED,
42 asection *section ATTRIBUTE_UNUSED,
56 asection *section ATTRIBUTE_UNUSED,
66 asection *section ATTRIBUTE_UNUSED,
76 asection *section ATTRIBUTE_UNUSED,
86 asection *osec ATTRIBUTE_UNUSED,
89 asection *nsec ATTRIBUTE_UNUSED,
103 asection *section;
108 asection *section,
124 asection *sectio
[all...]
H A Delf-vxworks.c55 asection **secp ATTRIBUTE_UNUSED,
82 asection **srelplt2_out)
86 asection *s;
134 asection *input_sec ATTRIBUTE_UNUSED,
152 asection *input_section,
188 asection *sec = (*rel_hash)->root.u.def.section;
214 asection * sec;
/freebsd-10-stable/contrib/gdb/gdb/
H A Dsymfile.h259 extern void find_lowest_section (bfd *, asection *, void *);
275 extern asection *find_pc_mapped_section (CORE_ADDR);
279 extern asection *find_pc_overlay (CORE_ADDR);
282 extern int section_is_overlay (asection *);
285 extern int section_is_mapped (asection *);
288 extern CORE_ADDR pc_in_mapped_range (CORE_ADDR, asection *);
291 extern CORE_ADDR pc_in_unmapped_range (CORE_ADDR, asection *);
294 extern CORE_ADDR overlay_mapped_address (CORE_ADDR, asection *);
297 extern CORE_ADDR overlay_unmapped_address (CORE_ADDR, asection *);
300 extern CORE_ADDR symbol_overlayed_address (CORE_ADDR, asection *);
[all...]
H A Dgdb-stabs.h69 asection *text_section;
70 asection *data_section;
71 asection *bss_section;
74 asection *stab_section;
H A Dosabi.h53 void generic_elf_osabi_sniff_abi_tag_sections (bfd *, asection *, void *);
/freebsd-10-stable/contrib/binutils/ld/
H A Dldctor.h46 asection *section; /* Section of value in set. */
56 asection *, bfd_vma);
H A Dpe-dll.h60 (struct bfd_link_info *, const char *, int (*) (arelent *, asection *));
62 (arelent * rel, asection *, int);
H A Dpep-dll.h50 (struct bfd_link_info *, const char *, int (*) (arelent *, asection *));
51 extern void pep_create_import_fixup (arelent * rel, asection *, int);
H A Dldlang.h133 asection *bfd_section;
178 asection *output_section;
187 asection *output_section;
205 asection *section;
218 asection *output_section;
290 asection *section;
296 asection *section;
303 asection *, lang_input_statement_type *, void *);
310 typedef bfd_boolean (*lang_match_sec_type_func) (bfd *, const asection *,
311 bfd *, const asection *);
[all...]
H A Dldexp.h29 asection *section;
84 asection *section;
114 asection *section;
156 (asection *, bfd_vma);
158 (etree_type *, asection *, bfd_vma *);
/freebsd-10-stable/contrib/binutils/include/
H A Dbfdlink.h123 asection *section; /* Symbol section. */
149 asection *section; /* Symbol section. */
407 asection *create_object_symbols_section;
484 bfd *obfd, asection *osec, bfd_vma oval,
485 bfd *nbfd, asection *nsec, bfd_vma nval);
509 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
518 bfd *abfd, asection *sec, bfd_vma value);
528 bfd *abfd, asection *section, bfd_vma address);
536 asection *section, bfd_vma address, bfd_boolean fatal);
548 bfd *abfd, asection *sectio
[all...]
/freebsd-10-stable/contrib/binutils/gas/
H A Dtc.h73 extern arelent *tc_gen_reloc (asection *, fixS *);
75 extern arelent **tc_gen_reloc (asection *, fixS *);
/freebsd-10-stable/contrib/gdb/include/
H A Dbfdlink.h122 asection *section; /* Symbol section. */
146 asection *section; /* Symbol section. */
356 asection *create_object_symbols_section;
416 bfd *obfd, asection *osec, bfd_vma oval,
417 bfd *nbfd, asection *nsec, bfd_vma nval);
441 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
450 bfd *abfd, asection *sec, bfd_vma value);
460 bfd *abfd, asection *section, bfd_vma address);
468 asection *section, bfd_vma address, bfd_boolean fatal);
478 bfd_vma addend, bfd *abfd, asection *sectio
[all...]

Completed in 131 milliseconds

12345678910