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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
data-sections.exp 23 {debug additional_flags=-fdata-sections ldflags=-Wl,--gc-sections}] \
inline-section-gc.exp 25 additional_flags=-ffunction-sections
27 ldflags=-Wl,--gc-sections
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
data-sections.exp 23 {debug additional_flags=-fdata-sections ldflags=-Wl,--gc-sections}] \
inline-section-gc.exp 25 additional_flags=-ffunction-sections
27 ldflags=-Wl,--gc-sections
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
break-on-linker-gcd-function.exp 31 {c++ ldflags=-Wl,--gc-sections} \
32 $srcfile {debug c++ additional_flags=-ffunction-sections}]} {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
package.d 1 // Run-time support for retrieving platform-specific sections.
23 module gcc.sections;
37 public import gcc.sections.elf;
39 public import gcc.sections.macho;
41 public import gcc.sections.pecoff;
common.d 23 module gcc.sections.common;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
tlsgc.d 18 static import rt.lifetime, rt.sections;
25 typeof(rt.sections.initTLSRanges()) tlsRanges;
41 data.tlsRanges = rt.sections.initTLSRanges();
54 rt.sections.finiTLSRanges((cast(Data*)data).tlsRanges);
68 rt.sections.scanTLSRanges((cast(Data*)data).tlsRanges, dg);
memory.d 17 import rt.sections;
  /src/usr.sbin/makemandb/
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/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/gdb/dist/gdb/testsuite/gdb.base/
break-on-linker-gcd-function.exp 31 {c++ ldflags=-Wl,--gc-sections} \
32 $srcfile {debug c++ additional_flags=-ffunction-sections}]} {
  /src/external/gpl3/gcc/dist/libgcc/config/arc/
crtn.S 28 # This file just makes sure that the .fini and .init sections do in
crti.S 29 # .init sections.
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/
crtn.S 28 # This file just makes sure that the .fini and .init sections do in
crti.S 29 # .init sections.
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
Reader.cpp 21 std::vector<Section> Sections;
22 Obj->Sections.reserve(WasmObj.getNumSections());
23 for (const SectionRef &Sec : WasmObj.sections()) {
25 Obj->Sections.push_back(
  /src/external/gpl3/binutils.old/dist/bfd/
elf-nacl.c 35 so we have to look through the sections. */
38 if (seg->sections[i]->flags & SEC_CODE)
53 if (seg->count == 0 || seg->sections[0]->lma % minpagesize < sizeof_headers)
57 if ((seg->sections[i]->flags & (SEC_CODE|SEC_READONLY)) != SEC_READONLY)
104 && seg->sections[0]->vma % bed->minpagesize == 0)
106 asection *lastsec = seg->sections[seg->count - 1];
166 newseg->sections[newseg->count++] = sec;
334 && seg->sections[seg->count - 1]->owner == NULL)
340 asection *sec = seg->sections[seg->count - 1];
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/bfd/
elf-nacl.c 35 so we have to look through the sections. */
38 if (seg->sections[i]->flags & SEC_CODE)
53 if (seg->count == 0 || seg->sections[0]->lma % minpagesize < sizeof_headers)
57 if ((seg->sections[i]->flags & (SEC_CODE|SEC_READONLY)) != SEC_READONLY)
104 && seg->sections[0]->vma % bed->minpagesize == 0)
106 asection *lastsec = seg->sections[seg->count - 1];
166 newseg->sections[newseg->count++] = sec;
334 && seg->sections[seg->count - 1]->owner == NULL)
340 asection *sec = seg->sections[seg->count - 1];
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/bfd/
elf-nacl.c 35 so we have to look through the sections. */
38 if (seg->sections[i]->flags & SEC_CODE)
53 if (seg->count == 0 || seg->sections[0]->lma % minpagesize < sizeof_headers)
57 if ((seg->sections[i]->flags & (SEC_CODE|SEC_READONLY)) != SEC_READONLY)
104 && seg->sections[0]->vma % bed->minpagesize == 0)
106 asection *lastsec = seg->sections[seg->count - 1];
166 newseg->sections[newseg->count++] = sec;
334 && seg->sections[seg->count - 1]->owner == NULL)
340 asection *sec = seg->sections[seg->count - 1];
  /src/external/gpl3/binutils/dist/binutils/
embedspu.sh 121 # For loaded sections, pick off section number, address, and file offset
122 sections=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *[^ ]* *PROGBITS *\([0-9a-f]*\) *\([0-9a-f]*\).*,\1 \2 \3,p'`
123 sections=`echo ${sections}`
124 # For relocation sections, pick off file offset and info (points to
137 # sections.
154 split ("'"${sections}"'", s, " "); \
186 split ("'"${sections}"'", s, " "); \
  /src/external/gpl3/binutils.old/dist/binutils/
embedspu.sh 121 # For loaded sections, pick off section number, address, and file offset
122 sections=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *[^ ]* *PROGBITS *\([0-9a-f]*\) *\([0-9a-f]*\).*,\1 \2 \3,p'`
123 sections=`echo ${sections}`
124 # For relocation sections, pick off file offset and info (points to
137 # sections.
154 split ("'"${sections}"'", s, " "); \
186 split ("'"${sections}"'", s, " "); \
  /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...]

Completed in 32 milliseconds

1 2 3 4 5 6 7 8 91011>>