HomeSort by relevance Sort by last modified time
    Searched full:sections (Results 1751 - 1775 of 6560) sorted by null

<<71727374757677787980>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
provide.exp 22 # AIX maps .text and .data to other sections.
rgn-at1.d 11 Sections:
rgn-at2.d 11 Sections:
rgn-at3.d 15 Sections:
rgn-at4.d 11 Sections:
rgn-at5.d 12 Sections:
rgn-over8-ok.d 15 Sections:
size-2.d 15 +Segment Sections\.\.\.
size.exp 22 # AIX maps .text and .data to other sections.
sort.exp 28 # new sections created without atrributes.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
unwind-4.s 56 # than sum of input sections
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
pr14207.d 19 Segment Sections...
  /external/libxml2/
check-relaxng-test-suite.py 265 sections = node.xpathEval('string(section)')
268 nb_schemas_tests, node.lineNo(), sections))
333 sections = node.xpathEval('section')
334 if sections != [] and level <= 0:
336 for section in sections:
346 if verbose and level >= 1 and sections != []:
348 for section in sections:
check-relaxng-test-suite2.py 279 sections = node.xpathEval('string(section)')
282 nb_schemas_tests, node.lineNo(), sections))
346 sections = node.xpathEval('section')
347 if sections != [] and level <= 0:
349 for section in sections:
359 if level >= 1 and sections != []:
361 for section in sections:
check-xsddata-test-suite.py 277 sections = node.xpathEval('string(section)')
280 nb_schemas_tests, node.lineNo(), sections))
344 sections = node.xpathEval('section')
345 if verbose and sections != [] and level <= 0:
347 for section in sections:
358 if sections != []:
360 for section in sections:
  /external/llvm/docs/
MCJITDesignAndImplementation.rst 72 Before the code can be executed, the code and data sections from this
101 Next, RuntimeDyldImpl::loadObject iterates through the sections in the
103 that sections. For each relocation, it calls the format-specific
111 sections for the object will have been loaded into memory allocated by the
128 finalizeObject is called, the client can remap the address of sections in
138 time, since other sections are likely to change.
160 sections and for each section iterates through a list of relocations that
  /external/v8/third_party/binutils/Linux_x64/Release/include/
plugin-api.h 262 /* The linker's interface for retrieving the number of sections in an object.
265 the number of sections in the object. */
302 /* The linker's interface for specifying the desired order of sections.
303 The sections should be specifed using the array SECTION_LIST in the
313 /* The linker's interface for specifying that reordering of sections is
321 /* The linker's interface for specifying that a subset of sections is
330 /* The linker's interface for specifying that a specific set of sections
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
plugin-api.h 262 /* The linker's interface for retrieving the number of sections in an object.
265 the number of sections in the object. */
302 /* The linker's interface for specifying the desired order of sections.
303 The sections should be specifed using the array SECTION_LIST in the
313 /* The linker's interface for specifying that reordering of sections is
321 /* The linker's interface for specifying that a subset of sections is
330 /* The linker's interface for specifying that a specific set of sections
  /prebuilts/go/darwin-x86/src/debug/macho/
file_test.go 16 sections []*SectionHeader
142 for i, sh := range f.Sections {
143 if i >= len(tt.sections) {
147 want := tt.sections[i]
152 tn = len(tt.sections)
153 fn = len(f.Sections)
155 t.Errorf("open %s: len(Sections) = %d, want %d", tt.file, fn, tn)
  /prebuilts/go/linux-x86/src/debug/macho/
file_test.go 16 sections []*SectionHeader
142 for i, sh := range f.Sections {
143 if i >= len(tt.sections) {
147 want := tt.sections[i]
152 tn = len(tt.sections)
153 fn = len(f.Sections)
155 t.Errorf("open %s: len(Sections) = %d, want %d", tt.file, fn, tn)
  /toolchain/binutils/binutils-2.25/include/
plugin-api.h 262 /* The linker's interface for retrieving the number of sections in an object.
265 the number of sections in the object. */
302 /* The linker's interface for specifying the desired order of sections.
303 The sections should be specifed using the array SECTION_LIST in the
313 /* The linker's interface for specifying that reordering of sections is
321 /* The linker's interface for specifying that a subset of sections is
330 /* The linker's interface for specifying that a specific set of sections
  /toolchain/binutils/binutils-2.25/ld/scripttempl/
elfi370.sc 27 # When adding sections, do note that the names of some sections are used
57 if gld -r is used and the intermediate file has sections starting
62 SECTIONS
64 /* Read-only sections, merged into text segment: */
97 /* .gnu.warning sections are handled specially by elf32.em. */
167 /* We want the small data sections together, so single-instruction offsets
pe.sc 15 # Sorting of the .foo$* sections is required by the definition of
16 # grouped sections in PE.
19 # use grouped sections instead).
80 SECTIONS
172 /* This cannot currently be handled with grouped sections.
238 /* DWARF debug sections.
239 Symbols in the DWARF debugging sections are relative to the beginning
pep.sc 15 # Sorting of the .foo$* sections is required by the definition of
16 # grouped sections in PE.
19 # use grouped sections instead).
80 SECTIONS
177 /* This cannot currently be handled with grouped sections.
243 /* DWARF debug sections.
244 Symbols in the DWARF debugging sections are relative to the beginning
  /external/llvm/tools/llvm-readobj/
llvm-readobj.cpp 59 // -sections, -s
60 cl::opt<bool> Sections("sections",
61 cl::desc("Display all sections."));
63 cl::desc("Alias for --sections"),
64 cl::aliasopt(Sections));
150 cl::desc("Dump raw contents of codeview debug sections and records"));
161 cl::desc("Display the MIPS GOT and PLT GOT sections"));
227 cl::desc("Display ELF version sections (if present)"));
313 if (opts::Sections)
    [all...]

Completed in 226 milliseconds

<<71727374757677787980>>