Searched refs:section (Results 226 - 250 of 566) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/libucl/
H A DREADME.md18 section {
80 section {
88 "section": {
123 section "blah" {
126 section foo {
134 section {
147 section "blah" "foo" {
155 section {
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.c125 ((q)->value + outside_section_address (q->section))
160 /* Try processing a section against a wildcard. This just calls
251 /* Routines to find a single section given its name. If there's more
252 than one section with that name, we report that. */
367 asection *section)
383 /* Find the correct node to append this section. */
384 if (compare_section (sec->spec.sorted, section, (*tree)->section) < 0)
398 asection *section,
405 if (unique_section_p (section))
364 wild_sort_fast(lang_wild_statement_type *wild, struct wildcard_list *sec, lang_input_statement_type *file ATTRIBUTE_UNUSED, asection *section) argument
396 output_section_callback_fast(lang_wild_statement_type *ptr, struct wildcard_list *sec, asection *section, lang_input_statement_type *file, void *output ATTRIBUTE_UNUSED) argument
1181 lang_memory_default(asection *section) argument
1993 lang_add_section(lang_statement_list_type *ptr, asection *section, lang_output_section_statement_type *output) argument
2139 wild_sort(lang_wild_statement_type *wild, struct wildcard_list *sec, lang_input_statement_type *file, asection *section) argument
2233 output_section_callback(lang_wild_statement_type *ptr, struct wildcard_list *sec, asection *section, lang_input_statement_type *file, void *output) argument
2285 check_section_callback(lang_wild_statement_type *ptr ATTRIBUTE_UNUSED, struct wildcard_list *sec ATTRIBUTE_UNUSED, asection *section, lang_input_statement_type *file ATTRIBUTE_UNUSED, void *data) argument
3401 asection *section = output_section_statement->bfd_section; local
5223 asection *section; local
5580 gc_section_callback(lang_wild_statement_type *ptr, struct wildcard_list *sec ATTRIBUTE_UNUSED, asection *section, lang_input_statement_type *file ATTRIBUTE_UNUSED, void *data ATTRIBUTE_UNUSED) argument
5971 lang_add_reloc(bfd_reloc_code_real_type reloc, reloc_howto_type *howto, asection *section, const char *name, union etree_union *addend) argument
[all...]
H A Dldcref.c156 asection *section,
191 if (bfd_is_und_section (section))
193 else if (bfd_is_com_section (section))
412 if (hl->u.def.section->output_section == NULL)
414 if (hl->u.def.section->owner != NULL
415 && (hl->u.def.section->owner->flags & DYNAMIC) != 0)
473 /* Check for prohibited cross references to local and section symbols. */
514 && sym->section->output_section != NULL)
520 outsecname = sym->section->output_section->name;
527 check_refs (symname, FALSE, sym->section, abf
154 add_cref(const char *name, bfd *abfd, asection *section, bfd_vma value ATTRIBUTE_UNUSED) argument
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Daoutx.h425 /* Make all the section for an a.out file. */
926 /* The VMA of the .bss section is set by the VMA of the
927 .data section plus the size of the .data section. We may
976 /* The .text section is being loaded at an unusual address. We
977 may need to pad it such that the .data section starts at a page
1018 /* Only pad the text section if the data
1019 section is going to be placed after it. */
1035 /* Spec says data section should be rounded up to page boundary. */
1047 /* If the BSS immediately follows the data section an
[all...]
H A Dcoffgen.c46 /* Take a section header read from a coff file (in HOST byte order),
47 and make a BFD "section" out of it. This is used by ECOFF. */
61 /* Handle long section names as in PE. */
126 section must be ignored. */
194 /* Set the arch/mach *before* swapping in sections; section header swapping
294 /* Get the BFD section from a COFF symbol section number. */
387 relocs for section SEC in file ABFD. If CACHE is TRUE and
517 && q->symbol.section->owner != NULL)
520 section'
2028 coff_find_nearest_line(bfd *abfd, asection *section, asymbol **symbols, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr) argument
[all...]
H A Dieee.c245 if (bfd_is_com_section (symbol->section)
246 || bfd_is_und_section (symbol->section))
254 else if (! bfd_is_abs_section (symbol->section))
267 easily do a local as a section+offset. */
270 (bfd_byte) (symbol->section->index
296 /* Subtract the pc from here by asking for PC of this section. */
391 asection *section;
506 asection **section)
521 #define PUSH(x,y,z) TOS.symbol = x; TOS.section = y; TOS.value = z; INC;
522 #define POP(x,y,z) DEC; x = TOS.symbol; y = TOS.section;
389 asection *section; member in struct:__anon371
499 parse_expression(ieee_data_type *ieee, bfd_vma *value, ieee_symbol_index_type *symbol, bfd_boolean *pcrel, unsigned int *extra, asection **section) argument
1076 asection *section; local
1107 asection *section; local
1196 asection *section; local
1211 asection *section; local
1491 asection *section; local
2039 ieee_get_section_contents(bfd *abfd, sec_ptr section, void * location, file_ptr offset, bfd_size_type count) argument
2055 ieee_canonicalize_reloc(bfd *abfd, sec_ptr section, arelent **relptr, asymbol **symbols) argument
3218 ieee_set_section_contents(bfd *abfd, sec_ptr section, const void * location, file_ptr offset, bfd_size_type count) argument
[all...]
H A Dlibbfd.c390 .{* Byte swapping macros for user section data. *}
815 sec_ptr section,
824 sz = section->rawsize ? section->rawsize : section->size;
831 if (bfd_seek (abfd, section->filepos + offset, SEEK_SET) != 0
841 sec_ptr section ATTRIBUTE_UNUSED,
874 return bfd_get_section_contents (abfd, section, w->data, offset, count);
876 sz = section->rawsize ? section
811 _bfd_generic_get_section_contents(bfd *abfd, sec_ptr section, void *location, file_ptr offset, bfd_size_type count) argument
889 _bfd_generic_set_section_contents(bfd *abfd, sec_ptr section, const void *location, file_ptr offset, bfd_size_type count) argument
[all...]
H A Dbout.c159 bss_start = execp->a_dload + execp->a_data; /* BSS = end of data section. */
263 b_out_squirt_out_relocs (bfd *abfd, asection *section) argument
270 unsigned int count = section->reloc_count;
278 generic = section->orelocation;
310 asection *output_section = sym->section->output_section;
347 from the abs section. */
360 /* Just an ordinary section. */
498 /* A symbol holds a pointer to a section, and an offset from the
499 base of the section. To relocate, we find where the section wil
885 b_out_canonicalize_reloc(bfd *abfd, sec_ptr section, arelent **relptr, asymbol **symbols) argument
950 b_out_set_section_contents(bfd *abfd, asection *section, const void * location, file_ptr offset, bfd_size_type count) argument
[all...]
H A Delf.c313 (_("%B: invalid string offset %u >= %lu for section `%s'"),
328 symbols, and symbol section index extensions, respectively. */
354 /* Normal syms might have section extension entries. */
416 "nonexistent SHT_SYMTAB_SHNDX section"),
461 sections. The first element is the flags, the rest are section
481 that it is a symbol table section. */
510 section with just a flag word (ie. sh_size is 4), ignore it. */
535 /* We keep a list of elf section headers for group sections,
568 (_("%B: Corrupt size field in group section header: 0x%lx"), abfd, shdr->sh_size);
581 array of elf section indice
5249 asection *section; local
5871 asection *section; local
5984 asection *section, *osec; local
6582 _bfd_elf_canonicalize_reloc(bfd *abfd, sec_ptr section, arelent **relptr, asymbol **symbols) argument
7099 elf_find_function(bfd *abfd ATTRIBUTE_UNUSED, asection *section, asymbol **symbols, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr) argument
7176 _bfd_elf_find_nearest_line(bfd *abfd, asection *section, asymbol **symbols, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr) argument
7290 _bfd_elf_set_section_contents(bfd *abfd, sec_ptr section, const void *location, file_ptr offset, bfd_size_type count) argument
[all...]
H A Di386linux.c295 library. We need to create a special section that contains the
298 know the size of the section, but that's OK - we just need to
329 linux_add_one_symbol (info, abfd, name, flags, section, value, string,
335 asection *section;
367 if (bfd_is_abs_section (section)
391 if (! _bfd_generic_link_add_one_symbol (info, abfd, name, flags, section,
403 dynamic section in the SHARABLE_CONFLICTS set vector. */
498 && ! bfd_is_abs_section (h1->root.root.u.def.section))
516 && bfd_is_abs_section (h->root.root.u.def.section))
527 && bfd_is_abs_section (h->root.root.u.def.section))
[all...]
H A Dsparclinux.c295 library. We need to create a special section that contains the
298 know the size of the section, but that's OK - we just need to
329 linux_add_one_symbol (info, abfd, name, flags, section, value, string,
335 asection *section;
367 if (bfd_is_abs_section (section)
391 if (! _bfd_generic_link_add_one_symbol (info, abfd, name, flags, section,
403 dynamic section in the SHARABLE_CONFLICTS set vector. */
497 && ! bfd_is_abs_section (h1->root.root.u.def.section))
515 && bfd_is_abs_section (h->root.root.u.def.section))
526 && bfd_is_abs_section (h->root.root.u.def.section))
[all...]
H A Dcoff-mips.c51 asection *section, bfd *output_bfd, char **error));
54 asection *section, bfd *output_bfd, char **error));
57 asection *section, bfd *output_bfd, char **error));
60 asection *section, bfd *output_bfd, char **error));
101 this is a reference to the .abs section, which will cause
117 /* A 16 bit reference to a symbol, normally from a data section. */
132 /* A 32 bit reference to a symbol, normally from a data section. */
387 the absolute section so that the reloc is ignored. */
494 if (bfd_is_und_section (symbol->section)
498 if (bfd_is_com_section (symbol->section))
[all...]
H A Dbinary.c83 /* One data section. */
109 /* Get contents of the only section. */
113 asection *section ATTRIBUTE_UNUSED,
178 syms[0].section = sec;
186 syms[1].section = sec;
194 syms[2].section = bfd_abs_section_ptr;
229 /* Write section contents of a binary file. */
247 /* The lowest section LMA sets the virtual address of the start
283 (_("Warning: Writing section `%s' to huge (ie negative) file offset 0x%lx."),
291 /* We don't want to output anything for a section tha
[all...]
H A Dlibieee.h52 asection *section; member in struct:ieee_per_section
78 /* Map of section indexes to section ptrs */
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dobjfiles.c70 /* Called via bfd_map_over_sections to build up the section table that
80 struct obj_section section; local
90 section.offset = 0;
91 section.objfile = objfile;
92 section.the_bfd_section = asect;
93 section.ovly_mapped = 0;
94 section.addr = bfd_section_vma (abfd, asect);
95 section.endaddr = section.addr + bfd_section_size (abfd, asect);
96 obstack_grow (&objfile->objfile_obstack, (char *) &section, sizeo
762 find_pc_sect_section(CORE_ADDR pc, struct bfd_section *section) argument
[all...]
H A Dstabsread.h160 /* Stab section. */
161 asection *section;
159 asection *section; member in struct:stab_section_list
/freebsd-9.3-release/contrib/wpa/src/utils/
H A Dtrace.c132 static void find_addr_sect(bfd *abfd, asection *section, void *obj) argument
141 if (!(bfd_get_section_vma(abfd, section)))
144 vma = bfd_get_section_vma(abfd, section);
148 size = bfd_get_section_size(section);
152 data->found = bfd_find_nearest_line(abfd, section, syms,
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dconf_lib.c83 * The following section contains the "CONF classic" functions, rewritten in
142 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH *conf, const char *section)
149 return NCONF_get_section(&ctmp, section);
215 * The following section contains the "New CONF" functions. They are
287 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section)
294 if (section == NULL) {
299 return _CONF_get_section_values(conf, section);
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dcoffgrok.h83 /* Vector which maps where in each output section
85 struct coff_isection *section; member in struct:coff_sfile
160 struct coff_section *sec; /* What section */
208 struct coff_section *section; member in struct:coff_where
H A Ddwarf.h39 /* A structure containing the name of a debug section
43 struct dwarf_section section; member in struct:dwarf_section_display
72 we extract from the.debug_info section. */
/freebsd-9.3-release/contrib/binutils/bfd/doc/
H A DMakefile.am9 opncls.texi reloc.texi section.texi \
18 section.p syms.p targets.p \
33 $(srcdir)/../reloc.c $(srcdir)/../section.c \
43 $(srcdir)/../section.c $(srcdir)/../syms.c \
163 section.texi: chew.c $(srcdir)/../section.c $(srcdir)/doc.str
165 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../section.c >section.tmp
166 $(SHELL) $(srcdir)/../../move-if-change section.tmp section
[all...]
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Deabi.asm40 .section ".text"
45 .section ".got2","aw"
57 .long __SDATA_START__ /* start of .sdata/.sbss section */
60 .long __SBSS_END__ /* end of .sdata/.sbss section */
66 .long __SDATA2_START__ /* start of .sdata2/.sbss2 section */
69 .long __SBSS2_END__ /* end of .sdata2/.sbss2 section */
91 .long __FIXUP_START__ /* start of .fixup section */
94 .long __FIXUP_END__ /* end of .fixup section */
97 .long __CTOR_LIST__ /* start of .ctor section */
100 .long __CTOR_END__ /* end of .ctor section */
[all...]
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dfloat.c73 new->section = current_sectioning_number ();
74 if (strlen (new->section) == 0)
376 if (strlen (temp->section) > 0)
379 insert_string (temp->section);
/freebsd-9.3-release/lib/libc/amd64/string/
H A Dbcopy.S99 .section .note.GNU-stack,"",%progbits
H A Dmemset.S63 .section .note.GNU-stack,"",%progbits

Completed in 151 milliseconds

1234567891011>>