HomeSort by: relevance | last modified time | path
    Searched defs:sections (Results 1 - 25 of 285) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/binutils/dist/bfd/
simple.c 130 struct saved_output_info *sections; member in struct:saved_offsets
133 /* The sections in ABFD may already have output sections and offsets
136 DWARF-2 specifies offsets into debug sections in many cases and
139 offsets relative to that object file's sections, not offsets in the
157 output_info = &saved_offsets->sections[section->index];
179 output_info = &saved_offsets->sections[section->index];
195 @var{symbol_table} is NULL. The output offsets for debug sections will
263 saved_offsets.sections = malloc (sizeof (*saved_offsets.sections)
    [all...]
elf-m10200.c 1280 asection **sections = NULL;
1332 sections = (asection **) bfd_malloc (amt);
1333 if (sections == NULL && amt != 0)
1337 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
1355 isymbuf, sections))
1358 free (sections);
1368 free (sections);
1279 asection **sections = NULL; local
elf32-crx.c 730 asection **sections = NULL; local
782 sections = bfd_malloc (amt);
783 if (sections == NULL && amt != 0)
787 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
805 isymbuf, sections))
808 free (sections);
818 free (sections);
format.c 116 struct bfd_section *sections; member in struct:bfd_preserve
144 preserve->sections = abfd->sections;
225 abfd->sections = preserve->sections;
377 asection *sec = abfd->sections;
381 /* If there are no sections, check for slim LLVM IR object whose
591 when LTO sections have been stripped or when we have a
602 have sections attached, which will confuse the next
781 sections sizes or alignments in _bfd_set_section_contents
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
simple.c 130 struct saved_output_info *sections; member in struct:saved_offsets
133 /* The sections in ABFD may already have output sections and offsets
136 DWARF-2 specifies offsets into debug sections in many cases and
139 offsets relative to that object file's sections, not offsets in the
157 output_info = &saved_offsets->sections[section->index];
179 output_info = &saved_offsets->sections[section->index];
195 @var{symbol_table} is NULL. The output offsets for debug sections will
263 saved_offsets.sections = malloc (sizeof (*saved_offsets.sections)
    [all...]
elf-m10200.c 1279 asection **sections = NULL;
1331 sections = (asection **) bfd_malloc (amt);
1332 if (sections == NULL && amt != 0)
1336 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
1354 isymbuf, sections))
1357 free (sections);
1367 free (sections);
1278 asection **sections = NULL; local
  /src/external/gpl3/gdb.old/dist/bfd/
simple.c 130 struct saved_output_info *sections; member in struct:saved_offsets
133 /* The sections in ABFD may already have output sections and offsets
136 DWARF-2 specifies offsets into debug sections in many cases and
139 offsets relative to that object file's sections, not offsets in the
157 output_info = &saved_offsets->sections[section->index];
179 output_info = &saved_offsets->sections[section->index];
195 @var{symbol_table} is NULL. The output offsets for debug sections will
263 saved_offsets.sections = malloc (sizeof (*saved_offsets.sections)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
solist.h 45 sections in some target's section table, the caller is responsible for
89 std::vector<target_section> sections; member in struct:solib
150 core file (in particular, for readonly sections). */
  /src/external/gpl3/gdb/dist/bfd/
simple.c 130 struct saved_output_info *sections; member in struct:saved_offsets
133 /* The sections in ABFD may already have output sections and offsets
136 DWARF-2 specifies offsets into debug sections in many cases and
139 offsets relative to that object file's sections, not offsets in the
157 output_info = &saved_offsets->sections[section->index];
179 output_info = &saved_offsets->sections[section->index];
195 @var{symbol_table} is NULL. The output offsets for debug sections will
263 saved_offsets.sections = malloc (sizeof (*saved_offsets.sections)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
solib.h 72 sections in some target's section table, the caller is responsible for
116 std::vector<target_section> sections; member in struct:solib
207 core file (in particular, for readonly sections).
336 file (in particular, for readonly sections). */
  /src/usr.sbin/makemandb/
apropos-utils.h 86 char **sections; // Sections in which to do the search member in struct:query_args
apropos.c 47 char **sections; member in struct:apropos_flags
76 char **sections = NULL; local
81 if (sections == NULL || sections_offset > sections_size - 1) { \
83 sections = erealloc(sections, sections_size * sizeof(*sections)); \
101 sections[sections_offset++] = section;
140 sections[sections_offset++] = estrdup(optarg);
147 if (sections) {
149 sections[sections_offset] = NULL
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Object/
Object.cpp 151 auto sections = OF->sections(); local
152 if (sections.begin() == sections.end())
154 return wrap(new section_iterator(sections.begin()));
  /src/external/bsd/file/dist/src/
readcdf.c 443 const char *sections[5]; member in struct:sinfo
524 for (j = 0; si->sections[j]; j++) {
525 if (cdf_find_stream(dir, si->sections[j], si->types[j])
529 fprintf(stderr, "Can't read %s\n", si->sections[j]);
532 if (si->sections[j] == NULL)
  /src/external/gpl3/binutils/dist/gprofng/src/
Elf.h 101 // read the .gnu_debuglink and .gnu_debugaltlink sections
151 DwrSec **sections; member in class:Elf
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-common.h 55 /* The start of the list of sections. */
56 simple_object_write_section *sections; member in struct:simple_object_write_struct
57 /* The last entry in the list of sections. */
67 /* Next in the list of sections attached to an
145 /* Copy LTO debug sections. */
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Elf.h 101 // read the .gnu_debuglink and .gnu_debugaltlink sections
151 DwrSec **sections; member in class:Elf
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-common.h 55 /* The start of the list of sections. */
56 simple_object_write_section *sections; member in struct:simple_object_write_struct
57 /* The last entry in the list of sections. */
67 /* Next in the list of sections attached to an
145 /* Copy LTO debug sections. */
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-common.h 55 /* The start of the list of sections. */
56 simple_object_write_section *sections; member in struct:simple_object_write_struct
57 /* The last entry in the list of sections. */
67 /* Next in the list of sections attached to an
145 /* Copy LTO debug sections. */
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-common.h 55 /* The start of the list of sections. */
56 simple_object_write_section *sections; member in struct:simple_object_write_struct
57 /* The last entry in the list of sections. */
67 /* Next in the list of sections attached to an
145 /* Copy LTO debug sections. */
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-common.h 55 /* The start of the list of sections. */
56 simple_object_write_section *sections; member in struct:simple_object_write_struct
57 /* The last entry in the list of sections. */
67 /* Next in the list of sections attached to an
145 /* Copy LTO debug sections. */
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-common.h 55 /* The start of the list of sections. */
56 simple_object_write_section *sections; member in struct:simple_object_write_struct
57 /* The last entry in the list of sections. */
67 /* Next in the list of sections attached to an
145 /* Copy LTO debug sections. */
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h 79 /// sections in the object file.
319 section_iterator_range sections() const { function in class:llvm::object::ObjectFile
  /src/external/gpl2/texinfo/dist/info/
infokey.c 60 /* Structure for holding the compiled sections. */
75 static int compile (FILE *fp, const char *filename, struct sect *sections);
76 static int write_infokey_file (FILE *fp, struct sect *sections);
198 static struct sect sections[3];
209 /* Compile the input file to its verious sections, then write the
212 if (compile (inf, input_filename, sections))
227 if (!write_infokey_file (outf, sections))
306 The sections may occur in any order. Each section may be
310 The 'info' and 'echo-area' sections
312 Each line in the 'info' or 'echo-area' sections has th
197 static struct sect sections[3]; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/
dw2gencfi.h 231 int sections; member in struct:fde_entry

Completed in 45 milliseconds

1 2 3 4 5 6 7 8 91011>>