Searched refs:sections (Results 1 - 25 of 127) sorted by relevance

123456

/freebsd-10.1-release/contrib/texinfo/info/
H A Dinfokey.c58 /* Structure for holding the compiled sections. */
73 static int compile (FILE *fp, const char *filename, struct sect *sections);
74 static int write_infokey_file (FILE *fp, struct sect *sections);
196 static struct sect sections[3];
207 /* Compile the input file to its verious sections, then write the
210 if (compile (inf, input_filename, sections))
225 if (!write_infokey_file (outf, sections))
304 The sections may occur in any order. Each section may be
308 The 'info' and 'echo-area' sections
310 Each line in the 'info' or 'echo-area' sections ha
195 static struct sect sections[3]; local
385 compile(FILE *fp, const char *filename, struct sect *sections) argument
839 write_infokey_file(FILE *fp, struct sect *sections) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DDynamicLoader.cpp145 const SectionList *sections = GetSectionListFromModule(module); local
147 assert(sections && "SectionList missing from unloaded module.");
149 const size_t num_sections = sections->GetSize();
152 SectionSP section_sp (sections->GetSectionAtIndex(i));
161 SectionList *sections = nullptr; local
167 sections = obj_file->GetSectionList();
170 return sections;
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dcoffgrok.c136 head->sections = all;
138 for (idx = 0, section = abfd->sections; section; section = section->next, idx++)
155 head->sections[i].name = (char *) (section->name);
156 head->sections[i].code = section->flags & SEC_CODE;
157 head->sections[i].data = section->flags & SEC_DATA;
159 head->sections[i].data = 1;
160 head->sections[i].address = section->lma;
161 head->sections[i].size = bfd_get_section_size (section);
162 head->sections[i].number = idx;
163 head->sections[
[all...]
H A Dembedspu.sh122 # For loaded sections, pick off section number, address, and file offset
123 sections=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *[^ ]* *PROGBITS *\([0-9a-f]*\) *\([0-9a-f]*\).*,\1 \2 \3,p'`
124 sections=`echo ${sections}`
125 # For relocation sections, pick off file offset and info (points to
138 # sections.
155 split ("'"${sections}"'", s, " "); \
187 split ("'"${sections}"'", s, " "); \
/freebsd-10.1-release/sys/boot/usb/
H A DMakefile.test49 LDFLAGS+= -Wl,--gc-sections
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dsolib.c198 solib_map_sections -- open bfd and build sections for shared lib
266 if (build_section_table (abfd, &so->sections, &so->sections_end))
268 error ("Can't find the file sections in `%s': %s",
272 for (p = so->sections; p < so->sections_end; p++)
304 a member of. If we have placed SO's sections in some target's
316 if (so->sections)
317 xfree (so->sections);
351 sap = build_section_addr_info_from_section_table (so->sections,
384 If TARGET is non-null, add the sections of all new shared objects
386 sections fo
[all...]
H A Dgdb-stabs.h43 CORE_ADDR sections[1]; member in struct:stab_section_info
67 /* Pointers to BFD sections. These are used to speed up the building of
H A Dsolist.h66 struct section_table *sections; member in struct:so_list
H A Dcoff-pe-read.c87 struct read_pe_section_data *sections = context;
95 sections[sectix].vma_offset
96 = bfd_get_section_vma (abfd, sectp) - sections[sectix].rva_start;
203 unused sections won't be matched. */
266 /* Scan sections and store the base and size of the relevant sections. */
308 assumes that *all* sections share the same relocation offset
86 struct read_pe_section_data *sections = context; local
/freebsd-10.1-release/gnu/lib/libsupc++/
H A DMakefile31 CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections
32 PO_CXXFLAGS= ${CXXFLAGS:N-ffunction-sections}
/freebsd-10.1-release/contrib/texinfo/util/
H A Dinstall-info.c52 /* 1 means output any needed new sections before this line. */
77 /* A pointer to the list of sections to which this entry should be
101 /* The start of the chain of sections in this node's menu. */ member in struct:node
102 struct menu_section *sections;
108 /* This is used for a list of sections found in a node's menu.
109 Each struct node has such a list in the sections field. */
476 are added in each of the sections.\n\
477 If you don't specify any sections, they are determined\n\
732 /* Output the old dir file, interpolating the new sections
773 /* If we decided to add some sections her
767 struct spec_section **sections; local
857 parse_input(const struct line_data *lines, int nlines, struct spec_section **sections, struct spec_entry **entries) argument
[all...]
/freebsd-10.1-release/gnu/usr.bin/gdb/kgdb/
H A Dkld.c224 struct section_table *sections = NULL, *sections_end = NULL, *s; local
244 /* Build a section table from the bfd and relocate the sections. */
245 if (build_section_table (bfd, &sections, &sections_end))
246 error("\"%s\": can't find file sections", path);
247 cleanup = make_cleanup(xfree, sections);
249 for (s = sections; s < sections_end; s++)
253 sap = build_section_addr_info_from_section_table (sections,
309 if (sec == so->sections)
/freebsd-10.1-release/contrib/binutils/gas/
H A Ddebug.c32 for (s = stdoutput->sections; s; s = s->next)
/freebsd-10.1-release/contrib/binutils/ld/scripttempl/
H A Dmep.sc4 # NO_SMALL_DATA - no .sbss/.sbss2/.sdata/.sdata2 sections if not
29 # OTHER_GOT_SECTIONS - sections just after .got.
30 # OTHER_SDATA_SECTIONS - sections just after .sdata.
43 # combination of .init sections.
45 # combination of .fini sections.
53 # When adding sections, do note that the names of some sections are used
57 # Many sections come in three flavours. There is the 'real' section,
59 # sections, generated by -ffunction-sections an
[all...]
H A Dnw.sc20 # When adding sections, do note that the names of some sections are used
38 if gld -r is used and the intermediate file has sections starting
43 /* Read-only sections, merged into text segment: */
105 /* We want the small data sections together, so single-instruction offsets
H A Delf.sc4 # NO_SMALL_DATA - no .sbss/.sbss2/.sdata/.sdata2 sections if not
30 # writeable data sections.
32 # OTHER_GOT_SECTIONS - sections just after .got.
33 # OTHER_SDATA_SECTIONS - sections just after .sdata.
46 # combination of .init sections.
48 # combination of .fini sections.
59 # When adding sections, do note that the names of some sections are used
63 # Many sections come in three flavours. There is the 'real' section,
65 # sections, generate
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_impl.h46 /* The configuration data. This is a superhash of sections and options. */
50 apr_hash_t *sections;
78 /* Read sections and options from a file. */
84 /* Read sections and options from a stream. */
100 /* Read sections and options from the Windows Registry. */
48 apr_hash_t *sections; member in struct:svn_config_t
/freebsd-10.1-release/sys/compat/ndis/
H A Dsubr_pe.c44 * headers and sections of a .SYS object file and perform the necessary
151 * sections in this image.
215 * Return the number of sections in this executable, or 0 on error.
249 * image. Directories reside within sections.
280 int i = 0, sections, fixedlen; local
285 sections = pe_numsections(imgbase);
300 while (i++ < sections) {
312 if (i > sections)
335 int i, sections; local
343 sections
[all...]
/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_symbols.c187 struct elf_section *sections; member in struct:elf_file
249 sect = &ef->sections[shndx];
284 sect = &ef->sections[shndx];
344 strtab = ef->sections[sect->link].contents;
350 ef->sections[sect->link].contents = NULL;
484 ef->sections = (struct elf_section *)
486 if (ef->sections == NULL)
492 sect = &ef->sections[i];
496 (*ef->free_cb)(ef->sections);
651 ef->sections
[all...]
/freebsd-10.1-release/contrib/gcc/config/ia64/
H A Dcrti.asm35 # .init sections. Users may put any desired instructions in those
36 # sections.
/freebsd-10.1-release/gnu/lib/libgomp/
H A DMakefile13 error.c iter.c loop.c ordered.c parallel.c sections.c \
/freebsd-10.1-release/contrib/binutils/bfd/
H A Delf.c461 sections. The first element is the flags, the rest are section
503 /* If num_group is zero, read in all SHT_GROUP sections. The count
504 is set to -1 if there are no SHT_GROUP sections. */
535 /* We keep a list of elf section headers for group sections,
555 /* Add to list of sections. */
624 /* Look through this group's sections to see if current
689 for (s = abfd->sections; s != NULL; s = s->next)
745 /* We won't include relocation sections in section groups in
748 relocation sections are in section group in input object
753 /* There are some unknown sections i
3732 make_mapping(bfd *abfd, asection **sections, unsigned int from, unsigned int to, bfd_boolean phdr) argument
3836 asection **sections = NULL; local
5453 asection ** sections; local
[all...]
H A Dbfd.c111 . {* Pointer to linked list of sections. *}
112 . struct bfd_section *sections;
117 . {* The number of sections. *}
1137 sections to exist, but does not require symbol tables. Return
1372 memcpy (m->sections, secs, count * sizeof (asection *));
1470 . struct bfd_section *sections;
1504 preserve->sections = abfd->sections;
1516 abfd->sections = NULL;
1546 abfd->sections
[all...]
H A Dcoff-i386.c417 sections)
425 asection **sections;
432 relocs, syms, sections);
535 for (sec = abfd->sections, i = 1; i < sym->n_scnum; i++)
/freebsd-10.1-release/usr.sbin/ndiscvt/
H A Dndiscvt.c62 * sections will look once loaded into memory. It happens that
79 * copy with all of the sections relocated, re-sized and zero padded
101 int i = 0, sections, curlen = 0; local
116 sections = pe_numsections((vm_offset_t)newimg);
120 for (i = 0; i < sections; i++) {

Completed in 526 milliseconds

123456