/toolchain/binutils/binutils-2.25/ld/emultempl/ |
xtensaelf.em | 78 for (spp = &abfd->sections; *spp; spp = &(*spp)->next) 285 /* This is called after all input sections have been opened to convert 295 /* Now search the input files looking for instruction table sections. */ 298 asection *sec = f->the_bfd->sections; 302 sections as we iterate. */ 414 /* This is called after the sections have been attached to output 415 sections, but before any sizes or addresses have been set. */ 570 asection **sections; 619 /* This is used to keep a list of all of the sections participating in 639 new_sections[i] = deps->sections[i] [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
target.h | 156 // SHF_EXECINSTR sections (no non-executable data, no headers). 165 // If we see some object files with .note.GNU-stack sections, and 219 // This is called to tell the target to complete any sections it is 220 // handling. After this all sections must have their final size. 317 // sections not eligible for safe ICF folding. 455 // Add any special sections for this symbol to the gc work list. 513 // Whether an object file with no .note.GNU-stack sections implies 530 // SHF_EXECINSTR sections (no non-executable data, no headers). 639 // recognize some default sections for which we don't care whether 644 // We recognize sections for normal vtables, construction vtables an [all...] |
dwp.cc | 90 // A set of sections for a compilation unit or type unit. 95 Section_bounds sections[elfcpp::DW_SECT_MAX + 1]; member in struct:gold::Unit_set 98 : signature(0), sections() 158 // Return the number of sections in the input object file. 223 // Add a set of .debug_info.dwo or .debug_types.dwo and related sections 235 // Flags indicating which sections are compressed. 295 // Lay out the input sections. 300 // Layout sections whose layout was deferred while waiting for 401 // Process the relocs to find list of referenced sections. Used only 433 // Relocate the input sections and write out the local symbols 1186 Section_bounds sections[elfcpp::DW_SECT_MAX + 1]; local 1527 Section_bounds sections[elfcpp::DW_SECT_MAX + 1]; local [all...] |
yyscript.y | 172 %token SECTIONS 280 | SECTIONS '{' 347 /* Commands in a SECTIONS block. */ 353 /* A command which may appear within a SECTIONS block. */ 369 /* The header of an output section in a SECTIONS block--everything 485 /* The trailer of an output section in a SECTIONS block. */ 526 section in a SECTIONS block. */ 533 section in a SECTIONS block. */ 558 output section in a SECTIONS block. */ 573 description of an output section in a SECTIONS block. * [all...] |
script.h | 38 #include "script-sections.h" 86 // defined in a SECTIONS clause outside of any output section 325 // three different locations in scripts: outside of a SECTIONS clause, 326 // within a SECTIONS clause, and within an output section definition 327 // within a SECTIONS clause. This can also appear on the command line 353 // DOT_SECTION. This is used while processing a SECTIONS clause. 457 // Create sections required by any linker scripts. 505 // A SECTIONS clause parsed from a linker script. Everything else 515 // Whether we saw a SECTIONS clause. 525 // Set section addresses using a SECTIONS clause. Return th [all...] |
object.h | 158 // 0xff00 sections. 486 // Get the number of sections. 588 // Pass sections which should be included in the link to the Layout 589 // object, and record where the sections go in the output file. 768 // Discard any buffers of decompressed sections. This is done 814 // Lay out sections--implemented by child class. 906 // Set the number of sections. 950 // Discard any buffers of decompressed sections. This is done 988 // Number of input sections. 1008 // Many sections for objects with more than SHN_LORESERVE sections [all...] |
/external/autotest/client/tests/unixbench5/ |
unixbench5.py | 94 # Break up sections around dividing lines. 95 sections = self.report_data.split('-'*72) 98 if len(sections) > 1: 99 self.process_section(section=sections[1], suffix='') 102 if len(sections) > 2: 103 self.process_section(section=sections[2], suffix='_multi')
|
/external/pdfium/build/ |
standalone.gypi | 82 '-fdata-sections', 83 '-ffunction-sections', 142 '-fdata-sections', 143 '-ffunction-sections', 154 '-fdata-sections', 155 '-ffunction-sections',
|
/external/v8/tools/ |
SourceMap.js | 167 if (mappingPayload.sections) 168 this._parseSections(mappingPayload.sections); 174 * @param {Array.<SourceMapV3.Section>} sections 176 _parseSections: function(sections) 178 for (var i = 0; i < sections.length; ++i) { 179 var section = sections[i];
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
DexFile.java | 92 * {@code non-null;} array of sections in the order they will appear in the 95 private final Section[] sections; field in class:DexFile 123 * This is the list of sections in the order they appear in 126 sections = new Section[] { 479 * add items happen before the calls to the sections that get 496 // Place the sections within the file. 498 int count = sections.length; 502 Section one = sections[i]; 511 * Inform the map of all the sections, and add it 515 MapItem.addMap(sections, map) [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
DexFile.java | 95 * {@code non-null;} array of sections in the order they will appear in the 98 private final Section[] sections; field in class:DexFile 128 * This is the list of sections in the order they appear in 131 sections = new Section[] { 496 * add items happen before the calls to the sections that get 513 // Place the sections within the file. 515 int count = sections.length; 519 Section one = sections[i]; 528 * Inform the map of all the sections, and add it 532 MapItem.addMap(sections, map) [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
DexFile.java | 97 * {@code non-null;} array of sections in the order they will appear in the 100 private final Section[] sections; field in class:DexFile 130 * This is the list of sections in the order they appear in 133 sections = new Section[] { 498 * add items happen before the calls to the sections that get 515 // Place the sections within the file. 517 int count = sections.length; 521 Section one = sections[i]; 530 * Inform the map of all the sections, and add it 534 MapItem.addMap(sections, map) [all...] |
/external/elfutils/libelf/ |
elf32_updatefile.c | 85 /* Insert the sections in the list into the provided array and sort 86 them according to their start offsets. For sections with equal 87 start offsets, the size is used; for sections with equal start 89 ensures that zero-length sections are processed first, which 165 /* We start writing sections after the ELF header only if there is 225 /* Write all the sections. Well, only those which are modified. */ 250 /* Get all sections into the array and sort them. */ 254 the sections might overwrite the data. */ 350 /* Let it go backward if the sections use a bogus 560 /* We start writing sections after the ELF header only if there i [all...] |
/build/soong/cc/ |
arm64_device.go | 29 "-ffunction-sections", 30 "-fdata-sections",
|
/device/google/contexthub/firmware/misc/cpu/cortexm4f/ |
app.lkr | 31 - ".trash" contains sections taht GCC simply feel like it MUST produce (link error otherwise) but we have no use for. it will be tripped 48 SECTIONS
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
CommandPacket.java | 57 * Creates CommandPacket from given array of bytes including header and data sections. 116 * JDWP format including header and data sections.
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOMConstants.java | 56 public static final String DOM_CDATA_SECTIONS = "cdata-sections";
76 public static final String DOM_SPLIT_CDATA = "split-cdata-sections";
|
/external/autotest/client/site_tests/hardware_Resolution/ |
hardware_Resolution.py | 57 sections = line.split(',') 58 for item in sections:
|
/external/elfutils/backends/ |
ia64_symbol.c | 122 /* The SECREL types when used with non-allocated sections 124 applied to those sections, since a 0 section address is assumed.
|
/external/f2fs-tools/mkfs/ |
f2fs_format_main.c | 37 MSG(0, " -z # of sections per zone [default:1]\n"); 84 MSG(0, "Info: Sections per zone = %d\n", atoi(optarg));
|
/external/llvm/docs/ |
yaml2obj.rst | 23 sections: 109 sections:
|
/external/llvm/include/llvm/ExecutionEngine/ |
JITEventListener.h | 72 /// with section headers updated to reflect the address at which sections 73 /// were loaded and with relocations performed in-place on debug sections.
|
/external/llvm/include/llvm/MC/ |
ConstantPools.h | 74 // the sections at the end of the parse. We need to iterate over the 75 // sections in a stable order to ensure that we have print the
|
MCAsmLayout.h | 32 /// List of sections in layout order. 88 /// file. This may include additional padding, or be 0 for virtual sections.
|
MCSectionCOFF.h | 1 //===- MCSectionCOFF.h - COFF Machine Code Sections -------------*- C++ -*-===// 36 /// Two COMDAT sections are merged if they have the same COMDAT symbol.
|