Searched refs:section (Results 126 - 150 of 566) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/msun/i387/
H A Ds_cos.S58 .section .note.GNU-stack,"",%progbits
H A Ds_sin.S58 .section .note.GNU-stack,"",%progbits
H A Ds_trunc.S29 .section .note.GNU-stack,"",%progbits
H A Ds_truncf.S29 .section .note.GNU-stack,"",%progbits
H A Ds_truncl.S29 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/sys/arm/arm/
H A Dinckern.S37 .section ".real_kernel","aw"
/freebsd-9.3-release/sys/mips/mips/
H A Dinckern.S42 .section ".real_kernel","aw"
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dobjdump.c111 /* Pointer to an array of section names provided by
123 /* Extra info to pass to the section disassembler and address printing
184 -h, --[section-]headers Display the contents of the section headers\n\
209 -j, --section=NAME Only display information for section NAME\n\
226 --adjust-vma=OFFSET Add OFFSET to all displayed section addresses\n\
275 {"section", required_argument, NULL, 'j'},
276 {"section-headers", no_argument, NULL, 'h'},
302 dump_section_header (bfd *abfd, asection *section,
299 dump_section_header(bfd *abfd, asection *section, void *ignored ATTRIBUTE_UNUSED) argument
1158 show_line(bfd *abfd, asection *section, bfd_vma addr_offset) argument
1271 process_section_p(asection * section) argument
1314 asection *section; local
1671 disassemble_section(bfd *abfd, asection *section, void *info) argument
2022 struct dwarf_section *section = &debug_displays [debug].section; local
2074 struct dwarf_section *section = &debug_displays [debug].section; local
2086 dump_dwarf_section(bfd *abfd, asection *section, void *arg ATTRIBUTE_UNUSED) argument
2320 find_stabs_section(bfd *abfd, asection *section, void *names) argument
2415 dump_section(bfd *abfd, asection *section, void *dummy ATTRIBUTE_UNUSED) argument
2721 dump_relocs_in_section(bfd *abfd, asection *section, void *dummy ATTRIBUTE_UNUSED) argument
2822 adjust_addresses(bfd *abfd ATTRIBUTE_UNUSED, asection *section, void *arg) argument
[all...]
H A Dcoffgrok.c131 asection *section; local
138 for (idx = 0, section = abfd->sections; section; section = section->next, idx++)
141 int i = section->target_index;
145 relsize = bfd_get_reloc_upper_bound (abfd, section);
151 relcount = bfd_canonicalize_reloc (abfd, section, relpp, syms);
155 head->sections[i].name = (char *) (section->name);
156 head->sections[i].code = section
180 asection *section; local
[all...]
H A Dreadelf.c223 /* A linked list of the section names for which dumps were requested
296 #define GET_ELF_SYMBOLS(file, section) \
297 (is_32bit_elf ? get_32bit_elf_symbols (file, section) \
298 : get_64bit_elf_symbols (file, section))
578 /* Return a pointer to section NAME, or NULL if no such section exists. */
1283 sprintf (name_buf, "<section 0x%x>",
2734 {"section-headers", no_argument, 0, 'S'},
2735 {"section-groups", no_argument, 0, 'g'},
2736 {"section
2808 request_dump(unsigned int section, int type) argument
2839 request_dump_byname(const char *section, int type) argument
2869 int section; local
3575 Elf_Internal_Shdr *section; local
3710 get_32bit_elf_symbols(FILE *file, Elf_Internal_Shdr *section) argument
3773 get_64bit_elf_symbols(FILE *file, Elf_Internal_Shdr *section) argument
4012 Elf_Internal_Shdr *section; local
4398 Elf_Internal_Shdr *section; local
4705 Elf_Internal_Shdr *section; local
4800 unsigned short section; member in struct:absaddr
5853 Elf_Internal_Shdr section; local
6422 Elf_Internal_Shdr *section; local
7038 Elf_Internal_Shdr *section; local
7656 disassemble_section(Elf_Internal_Shdr *section, FILE *file) argument
7668 dump_section(Elf_Internal_Shdr *section, FILE *file) argument
7799 debug_apply_rela_addends(void *file, Elf_Internal_Shdr *section, unsigned char *start) argument
7922 struct dwarf_section *section = &debug_displays [debug].section; local
7950 struct dwarf_section *section = &debug_displays [debug].section; local
7962 display_debug_section(Elf_Internal_Shdr *section, FILE *file) argument
8034 Elf_Internal_Shdr *section; local
8998 Elf_Internal_Shdr *section, *string_sec; local
9333 Elf_Internal_Shdr *section; local
[all...]
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dcrtbegin.asm30 .section .ctors,"aw","progbits"
35 .section .dtors,"aw","progbits"
40 .section .jcr,"aw","progbits"
44 .section .sdata
55 .section .data
59 .section .bss
69 .section .fini_array, "a"
72 .section .init_array, "a"
90 .section .fini,"ax","progbits"
108 .section
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dsyms.c120 | new->section = bfd_make_section_old_way (abfd, ".text");
138 arbitrary number of sections. A symbol pointing to a section
191 . This field is *almost* redundant, since you can use section->owner
210 . is the offset into the section of the data. *}
214 . value is the offset into the section of the data. *}
218 . the offset into the section of the data. *}
241 . {* This symbol was created to point to a section, e.g. ELF's
255 . declared and not at the end of a section. This bit is set
259 . {* Signal that the symbol is the label of constructor section. *}
284 . into the section o
552 const char *section; member in struct:section_to_type
609 decode_section_type(const struct bfd_section *section) argument
907 _bfd_stab_section_find_nearest_line(bfd *abfd, asymbol **symbols, asection *section, bfd_vma offset, bfd_boolean *pfound, const char **pfilename, const char **pfnname, unsigned int *pline, void **pinfo) argument
[all...]
H A Decoff.c141 /* Initialize a new section. */
144 _bfd_ecoff_new_section_hook (bfd *abfd, asection *section)
170 section->alignment_power = 4;
173 if (streq (section->name, section_flags[i].name))
175 section->flags |= section_flags[i].flags;
180 /* Probably any other section name is SEC_NEVER_LOAD, but I'm
184 return _bfd_generic_new_section_hook (abfd, section);
278 /* Get the section s_flags to use for a section. */
349 /* Get the BFD flags to use for a section
143 _bfd_ecoff_new_section_hook(bfd *abfd, asection *section) argument
1549 ecoff_slurp_reloc_table(bfd *abfd, asection *section, asymbol **symbols) argument
1657 _bfd_ecoff_canonicalize_reloc(bfd *abfd, asection *section, arelent **relptr, asymbol **symbols) argument
1699 _bfd_ecoff_find_nearest_line(bfd *abfd, asection *section, asymbol **ignore_symbols ATTRIBUTE_UNUSED, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *retline_ptr) argument
1887 _bfd_ecoff_get_section_contents(bfd *abfd, asection *section, void * location, file_ptr offset, bfd_size_type count) argument
2132 _bfd_ecoff_set_section_contents(bfd *abfd, asection *section, const void * location, file_ptr offset, bfd_size_type count) argument
2396 struct internal_scnhdr section; local
3355 asection *section; local
4088 asection *section; local
[all...]
H A Dreloc16.c51 /* A symbol holds a pointer to a section, and an offset from the
52 base of the section. To relocate, we find where the section will
55 if (bfd_is_und_section (symbol->section)
56 || bfd_is_com_section (symbol->section))
72 + h->u.def.section->output_section->vma
73 + h->u.def.section->output_offset);
90 + symbol->section->output_offset
91 + symbol->section->output_section->vma;
117 if (p->section
[all...]
/freebsd-9.3-release/contrib/binutils/include/
H A Dbfdlink.h123 asection *section; /* Symbol section. */
138 symbols: the size, the alignment, and the section in
141 section and the alignment. The alignment is stored as a
149 asection *section; /* Symbol section. */
297 /* TRUE if non-PLT relocs should be merged into one reloc section
301 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment
334 /* TRUE if .hash section should be created. */
337 /* TRUE if .gnu.hash section shoul
122 asection *section; /* Symbol section. */ member in struct:bfd_link_hash_entry::__anon500::__anon502
148 asection *section; /* Symbol section. */ member in struct:bfd_link_hash_entry::__anon500::__anon504::bfd_link_hash_common_entry
628 asection *section; member in struct:bfd_link_order::__anon505::__anon506
672 asection *section; member in union:bfd_link_order_reloc::__anon509
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dcrtstuff.c40 system supports a .init section, this file allows us to support the
44 this file *will* make use of the .init section. If that symbol is
45 not defined however, then the .init section will not be used.
176 /* Hack: force cc1 to switch to .data section early, so that assembling
185 __attribute__ ((__used__, section(".ctors"), aligned(sizeof(func_ptr))))
198 __attribute__((used, section(".dtors"), aligned(sizeof(func_ptr))))
206 __attribute__((used, section(EH_FRAME_SECTION_NAME), aligned(4)))
214 __attribute__ ((used, section(JCR_SECTION_NAME), aligned(sizeof(void*))))
306 /* Stick a call to __do_global_dtors_aux into the .fini section. */
311 __attribute__ ((__used__, section("
[all...]
/freebsd-9.3-release/contrib/gdb/include/
H A Dbfdlink.h122 asection *section; /* Symbol section. */
134 symbols: the size, the alignment, and the section in
137 section and the alignment. The alignment is stored as a
146 asection *section; /* Symbol section. */
279 /* TRUE if non-PLT relocs should be merged into one reloc section
283 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment
351 /* If a symbol should be created for each input BFD, this is section
352 where those symbols should be placed. It must be a section i
121 asection *section; /* Symbol section. */ member in struct:bfd_link_hash_entry::__anon1460::__anon1462
145 asection *section; /* Symbol section. */ member in struct:bfd_link_hash_entry::__anon1460::__anon1464::bfd_link_hash_common_entry
551 asection *section; member in struct:bfd_link_order::__anon1465::__anon1466
595 asection *section; member in union:bfd_link_order_reloc::__anon1469
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dnlmread.c122 /* Bfd symbols are section relative. */
123 symaddr = sym->value + sym->section->vma;
125 if (sym->section != &bfd_abs_section)
128 /* For non-absolute symbols, use the type of the section
131 if (sym->section->flags & SEC_CODE)
133 else if (sym->section->flags & SEC_DATA)
152 in each section. We simplify it down to a single offset for all
/freebsd-9.3-release/contrib/libstdc++/include/backward/
H A Dbackward_warning.h33 Please consider using one of the 32 headers found in section 17.4.1.2 of the \
/freebsd-9.3-release/lib/libc/amd64/gen/
H A Dmodf.S91 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/lib/libc/amd64/string/
H A Dbzero.S46 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/lib/libc/amd64/sys/
H A Dexect.S58 .section .note.GNU-stack,"",%progbits
H A Dgetcontext.S57 .section .note.GNU-stack,"",%progbits
H A Dpipe.S62 .section .note.GNU-stack,"",%progbits
H A Dptrace.S62 .section .note.GNU-stack,"",%progbits

Completed in 264 milliseconds

1234567891011>>