/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/mips64el-linux-android/lib/ldscripts/ |
elf64ltsmip.xc | 1 /* Script for -z combreloc: combine and sort reloc sections */ 10 SECTIONS 12 /* Read-only sections, merged into text segment: */ 91 /* .gnu.warning sections are handled specially by elf32.em. */ 113 /* These sections are generated by the Sun/Oracle C++ compiler. */ 123 /* Thread Local Storage sections */ 196 /* We want the small data sections together, so single-instruction offsets 222 .bss section disappears because there are no input sections. */ 232 /* Stabs debugging sections. */ 240 /* DWARF debug sections [all...] |
elf64ltsmip.xw | 1 /* Script for -z combreloc -z now -z relro: combine and sort reloc sections */ 10 SECTIONS 12 /* Read-only sections, merged into text segment: */ 91 /* .gnu.warning sections are handled specially by elf32.em. */ 113 /* These sections are generated by the Sun/Oracle C++ compiler. */ 123 /* Thread Local Storage sections */ 196 /* We want the small data sections together, so single-instruction offsets 222 .bss section disappears because there are no input sections. */ 232 /* Stabs debugging sections. */ 240 /* DWARF debug sections [all...] |
/prebuilts/go/darwin-x86/src/debug/pe/ |
file_test.go | 22 sections []*SectionHeader 31 sections: []*SectionHeader{ 88 sections: []*SectionHeader{ 109 sections: []*SectionHeader{ 154 sections: []*SectionHeader{ 214 for i, sh := range f.Sections { 215 if i >= len(tt.sections) { 219 want := tt.sections[i] 224 tn := len(tt.sections) 225 fn := len(f.Sections) [all...] |
/prebuilts/go/linux-x86/src/debug/pe/ |
file_test.go | 22 sections []*SectionHeader 31 sections: []*SectionHeader{ 88 sections: []*SectionHeader{ 109 sections: []*SectionHeader{ 154 sections: []*SectionHeader{ 214 for i, sh := range f.Sections { 215 if i >= len(tt.sections) { 219 want := tt.sections[i] 224 tn := len(tt.sections) 225 fn := len(f.Sections) [all...] |
/toolchain/binutils/binutils-2.25/include/elf/ |
internal.h | 249 /* This structure is used to describe how sections should be assigned 286 /* Number of sections (may be 0). */ 288 /* Sections. Actual number of elements is in count field. */ 289 asection *sections[1]; member in struct:elf_segment_map 303 VMAs are checked for alloc sections. If STRICT, then a zero size 306 sections won't match at the start or end of PT_DYNAMIC, unless 310 SHF_TLS sections. */ \ 315 /* PT_TLS segment contains only SHF_TLS sections, PT_PHDR no \ 316 sections at all. */ \ 330 /* SHF_ALLOC sections must have VMAs within the segment. */ [all...] |
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
elfm68hc11.sc | 23 # When adding sections, do note that the names of some sections are used 108 KEEP (*(.install2)) /* Optional installation of data sections in RAM. */ 153 /* We want the small data sections together, so single-instruction offsets 184 SECTIONS 294 /* Concatenate .page0 sections. Put them in the page0 memory bank 324 /* .gnu.warning sections are handled specially by elf32.em. */ 372 /* All read-only sections that normally go in PROM must be above. 374 read-only sections. The data image must be copied at init time. 404 /* Relocation for some bss and data sections. * [all...] |
elfm68hc12.sc | 23 # When adding sections, do note that the names of some sections are used 108 KEEP (*(.install2)) /* Optional installation of data sections in RAM. */ 153 /* We want the small data sections together, so single-instruction offsets 184 SECTIONS 294 /* Concatenate .page0 sections. Put them in the page0 memory bank 323 /* .gnu.warning sections are handled specially by elf32.em. */ 373 /* All read-only sections that normally go in PROM must be above. 375 read-only sections. The data image must be copied at init time. 406 /* Relocation for some bss and data sections. * [all...] |
elfxgate.sc | 23 # When adding sections, do note that the names of some sections are used 108 KEEP (*(.install2)) /* Optional installation of data sections in RAM. */ 153 /* We want the small data sections together, so single-instruction offsets 184 SECTIONS 294 /* Concatenate .page0 sections. Put them in the page0 memory bank 323 /* .gnu.warning sections are handled specially by elf32.em. */ 373 /* All read-only sections that normally go in PROM must be above. 375 read-only sections. The data image must be copied at init time. 406 /* Relocation for some bss and data sections. * [all...] |
elf.sc | 9 # NO_SMALL_DATA - no .sbss/.sbss2/.sdata/.sdata2 sections if not 36 # writeable data sections. 38 # OTHER_GOT_SECTIONS - sections just after .got. 39 # OTHER_SDATA_SECTIONS - sections just after .sdata. 46 # NO_REL_RELOCS - Don't include .rel.* sections in script 47 # NO_RELA_RELOCS - Don't include .rela.* sections in script 48 # NON_ALLOC_DYN - Place dynamic sections after data segment. 56 # combination of .init sections. 58 # combination of .fini sections. 63 # SEPARATE_CODE - if set, .text and similar sections containin [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/docmaker/ |
content.py | 347 self.sections = [] 351 self.order = block.get_markup_words( "sections" ) 407 self.sections = {} # dictionary of documentation sections 416 if not section_name in self.sections: 418 self.sections[section_name] = section 421 self.section = self.sections[section_name] 499 # process all sections to extract their abstract, description 502 for sec in self.sections.values(): 505 # process chapters to check that all sections are correctl [all...] |
/external/google-breakpad/src/common/linux/ |
dump_symbols.cc | 242 // Build a map of the ELF file's sections. 243 const Shdr* sections = local 246 const Shdr* section_names = sections + elf_header->e_shstrndx; 248 const Shdr* section = §ions[i]; 525 // Keeps track of which sections have been loaded so sections don't 580 std::set<string> loaded_sections_; // Tracks the Loaded ELF sections 605 const Shdr* sections = local 607 const Shdr* section_names = sections + elf_header->e_shstrndx; 619 sections, names, names_end [all...] |
/art/compiler/ |
elf_builder.h | 60 // .shstrtab - Names of ELF sections. 63 // Some section are optional (the debug sections in particular). 66 // in-memory buffering. This means we generally write sections based on the 72 // The debug sections are written last for easier stripping. 88 // Base class of all sections. 122 auto& sections = owner_->sections_; local 124 CHECK(sections.empty() || sections.back()->finished_); 126 section_index_ = sections.size() + 1; 127 // Page-align if we switch between allocated and non-allocated sections, [all...] |
/toolchain/binutils/binutils-2.25/ld/ |
NEWS | 34 an output section to use the maximum alignment of all its input sections. 66 to allow selection of input sections by section header section flags. 71 sorting sections by numerical value of the GCC init_priority attribute 126 needs to be able to find the debug info sections by their full names. 209 * The default output section LMA has changed for allocatable sections from 213 differing from the VMA for some sections. 215 * New switch: --print-gc-sections to list any sections removed by garabge 262 language to permit sorting sections by section name or section 266 to sort sections by section name or maximum alignment [all...] |
/art/test/508-checker-disassembly/src/ |
Main.java | 19 // graph. We check that sections have been added for the frame entry and a
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
hw_irq_32.h | 25 #include <asm/sections.h>
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
EventPacket.java | 34 * Creates EventPacket from array of bytes including header and data sections.
|
/external/boringssl/src/util/ |
doc.config | 3 "Sections": [{
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/codec/cer/ |
decoder.py | 16 # BER allows any non-zero value as TRUE; cf. sections 8.2.2. and 11.1
|
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/ |
index.rst | 10 This tutorial has the following sections:
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/ |
properties.html | 13 But they all have three sections:
|
/external/iproute2/examples/bpf/ |
bpf_shared.c | 13 * thus shared among various program sections within the object.
|
/external/iproute2/ip/ |
Android.mk | 35 LOCAL_LDFLAGS := -Wl,-export-dynamic -Wl,--no-gc-sections
|
/external/libcxx/test/ |
testit | 168 echo "sections without tests : $UNIMPLEMENTED" 169 echo "sections with failures : $IMPLEMENTED_FAIL" 170 echo "sections without failures: $IMPLEMENTED_PASS" 172 echo "total number of sections : $(($UNIMPLEMENTED+$IMPLEMENTED_FAIL+$IMPLEMENTED_PASS))"
|
/external/libcxxabi/test/ |
testit | 115 echo "sections without tests : $UNIMPLEMENTED" 116 echo "sections with failures : $IMPLEMENTED_FAIL" 117 echo "sections without failures: $IMPLEMENTED_PASS" 119 echo "total number of sections : $(($UNIMPLEMENTED+$IMPLEMENTED_FAIL+$IMPLEMENTED_PASS))"
|
/external/llvm/test/DebugInfo/ARM/ |
header.ll | 3 ; Test that we don't pollute the start of the file with debug sections.
|