Searched
full:sections (Results
1526 -
1550 of
6560) sorted by null
<<61626364656667686970>>
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
RuntimeDyldMachOARM.h | 37 const SectionEntry &Section = Sections[RE.SectionID]; 96 const SectionEntry &Section = Sections[RE.SectionID]; 135 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); 136 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); 179 SectionEntry &Section = Sections[RE.SectionID]; 222 SectionEntry &Section = Sections[SectionID];
|
/external/llvm/test/MC/COFF/ |
seh-linkonce.s | 1 // RUN: llvm-mc -triple x86_64-pc-win32 -filetype=obj %s | llvm-readobj -sections -section-symbols | FileCheck %s 30 // CHECK: Sections [
|
/external/llvm/test/MC/ELF/ |
many-sections.s | 2 // RUN: llvm-readobj -s %t | FileCheck --check-prefix=SECTIONS %s 8 // SECTIONS-NOT: Name: .symtab_shndx
|
/external/llvm/test/Object/Mips/ |
abi-flags.yaml | 24 # YAML: Sections: 43 Sections:
|
/external/proguard/docs/manual/ |
sections.html | 8 <title>Sections</title> 13 <li><a href="../sections.html"><< Main menu</a></li>
|
/external/proguard/docs/ |
sections.html | 8 <title>Sections</title> 16 <li><a href="manual/sections.html">Manual</a></li>
|
/frameworks/compile/mclinker/include/mcld/LD/ |
LDFileFormat.h | 27 TEXT, // Executable regular sections 28 DATA, // Non-executable regular sections
|
/frameworks/compile/mclinker/include/mcld/Script/ |
SectionsCmd.h | 23 * \brief This class defines the interfaces to SECTIONS command. 55 return pCmd->getKind() == ScriptCommand::SECTIONS;
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
SeparatedFolderListAdapter.java | 58 // total together all sections, plus one for each section header 68 // assume that headers count as one, then total all sections
|
/prebuilts/go/darwin-x86/misc/cgo/test/ |
buildid_linux.go | 30 for i, s := range f.Sections { 44 // note sections. Both the GNU linker and
|
/prebuilts/go/darwin-x86/src/cmd/internal/objfile/ |
elf.go | 43 if i < 0 || i >= len(f.elf.Sections) { 46 sect := f.elf.Sections[i]
|
/prebuilts/go/linux-x86/misc/cgo/test/ |
buildid_linux.go | 30 for i, s := range f.Sections { 44 // note sections. Both the GNU linker and
|
/prebuilts/go/linux-x86/src/cmd/internal/objfile/ |
elf.go | 43 if i < 0 || i >= len(f.elf.Sections) { 46 sect := f.elf.Sections[i]
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
sections.html | 8 <title>Sections</title> 13 <li><a href="../sections.html"><< Main menu</a></li>
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf64-ppc.h | 31 /* Maximum size of a group of input sections that can be handled by 39 /* Whether to allow multiple toc sections. */
|
/toolchain/binutils/binutils-2.25/binutils/ |
deflex.l | 43 "SECTIONS" { return SECTIONS;}
|
embedspu.sh | 123 # For loaded sections, pick off section number, address, and file offset 124 sections=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *[^ ]* *PROGBITS *\([0-9a-f]*\) *\([0-9a-f]*\).*,\1 \2 \3,p'` 125 sections=`echo ${sections}` 126 # For relocation sections, pick off file offset and info (points to 139 # sections. 156 split ("'"${sections}"'", s, " "); \ 188 split ("'"${sections}"'", s, " "); \
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
sections.d | 2 #name: c54x sections 6 Sections:
|
/toolchain/binutils/binutils-2.25/gold/po/ |
POTFILES.in | 82 script-sections.cc 83 script-sections.h
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
genelf.em | 44 for (sec = ibfd->sections; sec != NULL; sec = sec->next) 57 einfo ("%X%P: can not size group sections: %E\n");
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
h8300h.sc | 41 /* This holds variables in the "tiny" sections. */ 47 SECTIONS
|
h8300s.sc | 41 /* This holds variables in the "tiny" sections. */ 47 SECTIONS
|
h8300sx.sc | 41 /* This holds variables in the "tiny" sections. */ 47 SECTIONS
|
i386go32.sc | 34 SECTIONS 77 /* Stabs debugging sections. */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/ |
x86_64-w64-mingw32-objcopy.1 | 200 [\fB\-\-prefix\-sections=\fR\fIstring\fR] 201 [\fB\-\-prefix\-alloc\-sections=\fR\fIstring\fR] 218 [\fB\-\-compress\-debug\-sections\fR] 219 [\fB\-\-decompress\-debug\-sections\fR] 254 use \fB\-S\fR to remove sections containing debugging information. In 255 some cases \fB\-R\fR will be useful to remove sections which contain 319 Copy only the indicated sections from the input file to the output file. 348 Do not copy debugging symbols or sections from the source file. 526 Fill gaps between sections with \fIval\fR. This operation applies to 527 the \fIload address\fR (\s-1LMA\s0) of the sections. It is done by increasin [all...] |
Completed in 909 milliseconds
<<61626364656667686970>>