HomeSort by relevance Sort by last modified time
    Searched refs:section (Results 1026 - 1050 of 7765) sorted by null

<<41424344454647484950>>

  /external/llvm/test/MC/COFF/
seh-section.s 2 // distinct .xdata section.
61 .section .text$foo,"x"
76 .section .mytext,"x"
91 .section .text
  /external/llvm/test/MC/ELF/
compression.s 19 // CHECK-GNU-STYLE: Contents of section .debug_abbrev:
23 // CHECK-GNU-STYLE: Contents of section .debug_info:
25 // CHECK-GNU-STYLE: Contents of section .zdebug_str:
26 // Check for the 'ZLIB' file magic at the start of the section only
30 // CHECK-GNU-STYLE: Contents of section .debug_frame:
34 // Decompress one valid dwarf section just to check that this roundtrips,
35 // we use .zdebug_str section for that
42 // 386-SYMBOLS-GNU: Section: .zdebug_str
47 // CHECK-ZLIB-STYLE: Contents of section .debug_abbrev:
50 // CHECK-ZLIB-STYLE: Contents of section .debug_info
    [all...]
  /external/syslinux/gpxe/src/arch/i386/prefix/
nbiprefix.S 4 .section ".prefix", "ax", @progbits
37 .section ".zinfo.fixup", "a", @progbits /* Compressor fixups */
60 .section ".text16", "awx", @progbits
  /external/syslinux/gpxe/src/util/
symcheck.pl 26 my $section = $3;
31 section => ( $section eq "*UND*" ? undef : $section ),
48 section => undef,
67 section => '*ABS*',
79 section => undef,
93 if ( ! defined $info->{section} ) {
95 } elsif ( $info->{section} eq "*COM*" ) {
130 } elsif ( $symtab->{$provide}->{$symbol}->{section} =~ /^\.tbl\./ )
    [all...]
  /system/media/camera/tests/
camera_metadata_tests_fake_vendor.h 163 int section; local
168 for (section = 0; section < FAKEVENDOR_SECTION_COUNT; section++) {
169 start = fakevendor_section_bounds[section][0];
170 end = fakevendor_section_bounds[section][1];
177 int section; local
181 for (section = 0; section < FAKEVENDOR_SECTION_COUNT; section++)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
movi-2.s 16 .section .text.other,"ax"
17 forwdummylabel: ! Needed to hang a marker that this section is SHmedia.
23 .section .data.other,"aw"
  /toolchain/binutils/binutils-2.25/gold/testsuite/
arm_exidx_test.s 3 .section .text.answer,"ax",%progbits
15 # Check that we can handle an empty .text section
16 .section .text.empty,"ax",%progbits
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
farcall-back.s 7 # We will place the section .text at 0x1000.
24 # We will place the section .foo at 0x8001000.
26 .section .foo, "xa"
gc-tls-relocs.d 10 # After gc-section removal we are cheking that symbols does not exit
11 # got section is empty and text section contains only start function.
24 Contents of section .text:
26 Contents of section .got:
30 Disassembly of section .text:
gc-relocs-257-dyn.d 7 # for R_AARCH64_ABS64 while removing a gc section. The section is
13 Disassembly of section .text:
ifunc-21.d 10 Contents of section .text:
12 Contents of section .got.plt:
16 Disassembly of section .text:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
farcall-group.s 6 @ We will place the section .text at 0x1000.
15 @ We will place the section .foo at 0x2003020.
17 .section .foo, "xa"
farcall-mix.s 6 @ We will place the section .text at 0x1000.
17 @ We will place the section .foo at 0x2002020.
19 .section .foo, "xa"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
gotplt1.d 24 Contents of section .*
26 Contents of section \.rela\.plt:
28 Contents of section \.plt:
32 Contents of section \.text:
36 Contents of section \.dynamic:
46 Contents of section \.got:
libdso-1d.d 19 Contents of section .rela.dyn:
22 Contents of section .plt:
27 Contents of section .text:
30 Contents of section .dynamic:
32 Contents of section .got:
35 Contents of section .data:
tls-local-54.d 20 Contents of section .hash:
22 Contents of section \.text:
25 Contents of section \.got:
tls-ok-32.d 15 Contents of section \.text:
17 Contents of section \.tdata:
21 Contents of section \.got:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
orph-d-awp.d 9 # An orphan section (.tm_clone_table) would attach after the register
10 # section, and contents and symbols and related relocations would be
11 # reduced to be relative to the register section, which is an error.
28 Contents of section \.text:
30 Contents of section \.data:
32 Contents of section \.MMIX\.reg_contents:
bpo-17.d 8 # A BPO and another reloc in the same section.
20 Contents of section \.text:
23 Contents of section \.MMIX\.reg_contents:
  /toolchain/binutils/binutils-2.25/bfd/
section.c 1 /* Object file "section" support for the BFD library.
23 SECTION
27 section abstraction. A single BFD may have any number of
31 Sections are supported in BFD in <<section.c>>.
34 @* Section Input::
35 @* Section Output::
37 @* section prototypes::
41 Section Input, Section Output, Sections, Sections
43 Section inpu
    [all...]
  /art/runtime/
image-inl.h 54 const ImageSection& section = GetImageSection(kSectionImTables); local
55 for (size_t pos = 0; pos < section.Size();) {
56 ImTable* imt = reinterpret_cast<ImTable*>(base + section.Offset() + pos);
72 const ImageSection& section = GetImageSection(kSectionIMTConflictTables); local
73 for (size_t pos = 0; pos < section.Size(); ) {
74 auto* table = reinterpret_cast<ImtConflictTable*>(base + section.Offset() + pos);
  /bionic/libc/dns/nameser/
ns_parse.c 82 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) {
92 if (section != ns_s_qd) {
143 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) {
147 /* Make section right. */
148 tmp = section;
149 if (tmp < 0 || section >= ns_s_max)
151 if (section != handle->_sect)
152 setsection(handle, section);
157 if (rrnum < 0 || rrnum >= handle->_counts[(int)section])
160 setsection(handle, section);
    [all...]
  /external/llvm/test/MC/X86/AlignedBundling/
section-alignment.s 8 # Check that the empty .text section has the default alignment
13 .section text1, "x"
19 .section text2, "x"
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
copy-3.d 3 #objcopy: --set-section-flags .text=alloc,data
4 #name: copy with setting section flags 3
7 # The .text # section in PE/COFF has a fixed set of flags and these
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
relax.s 3 .section .rlcb, "ax"
19 .section .rlfcb, "ax"
34 .section .rscb, "ax"
49 .section .rsfcb, "ax"
64 .section .rsucb, "ax"
79 .section .rlucb, "ax"

Completed in 1975 milliseconds

<<41424344454647484950>>