/external/skia/tests/ |
PathOpsTSectDebug.h | 72 SkDebugf("<div id=\"sect%d\">\n", ++gDumpTSectNum);
|
/external/valgrind/coregrind/ |
m_addrinfo.c | 91 VgSectKind sect; local 207 sect = VG_(DebugInfo_sect_kind)( &name, a); 208 if (sect != Vg_SectUnknown) { 211 ai->Addr.SectKind.kind = sect;
|
/prebuilts/go/darwin-x86/misc/cgo/testshared/ |
shared_test.go | 233 for _, sect := range f.Sections { 234 if sect.Type != elf.SHT_NOTE { 237 r := sect.Open() 263 notes = append(notes, ¬e{name: string(name), tag: tag, desc: string(desc), section: sect})
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
link.go | 84 Sect *Section
|
symtab.go | 131 if xo.Sect == nil { 136 if xo.Sect.Elfsect == nil { 141 elfshnum = xo.Sect.Elfsect.shnum 167 addr -= int64(xo.Sect.Vaddr)
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
link.go | 81 Sect *Section
|
symtab.go | 128 if xo.Sect == nil { 133 if xo.Sect.Elfsect == nil { 138 elfshnum = xo.Sect.Elfsect.shnum 164 addr -= int64(xo.Sect.Vaddr)
|
/prebuilts/go/darwin-x86/src/debug/macho/ |
file.go | 418 n.Sect = n32.Sect 428 sym.Sect = n.Sect
|
/prebuilts/go/linux-x86/misc/cgo/testshared/ |
shared_test.go | 233 for _, sect := range f.Sections { 234 if sect.Type != elf.SHT_NOTE { 237 r := sect.Open() 263 notes = append(notes, ¬e{name: string(name), tag: tag, desc: string(desc), section: sect})
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
link.go | 84 Sect *Section
|
symtab.go | 131 if xo.Sect == nil { 136 if xo.Sect.Elfsect == nil { 141 elfshnum = xo.Sect.Elfsect.shnum 167 addr -= int64(xo.Sect.Vaddr)
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
link.go | 81 Sect *Section
|
symtab.go | 128 if xo.Sect == nil { 133 if xo.Sect.Elfsect == nil { 138 elfshnum = xo.Sect.Elfsect.shnum 164 addr -= int64(xo.Sect.Vaddr)
|
/prebuilts/go/linux-x86/src/debug/macho/ |
file.go | 418 n.Sect = n32.Sect 428 sym.Sect = n.Sect
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
bug-1825.d | 12 \.sect \.text
|
/toolchain/binutils/binutils-2.25/ld/ |
ldlex.l | 350 <MRI>"SECT" { RTOKEN(SECT); } 368 <MRI>"sect" { RTOKEN(SECT); }
|
ldgram.y | 150 %token CHIP LIST SECT ABSOLUTE LOAD NEWLINE ENDWORD ORDER NAMEWORD ASSERT_K 224 | SECT NAME ',' exp 226 | SECT NAME exp 228 | SECT NAME '=' exp
|
/external/skia/src/core/ |
SkRegion.cpp | 456 SkIRect sect; local 457 if (!sect.intersect(fBounds, r)) { 465 const RunType* scanline = fRunHead->findScanline(sect.fTop); 467 if (scanline_intersects(scanline, sect.fLeft, sect.fRight)) { 470 if (sect.fBottom <= scanline_bottom(scanline)) { [all...] |
/external/llvm/tools/llvm-objdump/ |
MachODump.cpp | 611 static void DumpCstringSection(MachOObjectFile *O, const char *sect, 621 for (; i < sect_size && sect[i] != '\0'; i++) 622 DumpCstringChar(sect[i]); 623 if (i < sect_size && sect[i] == '\0') 644 static void DumpLiteral4Section(MachOObjectFile *O, const char *sect, 655 memcpy(&f, sect + i, sizeof(float)); 659 memcpy(&l, sect + i, sizeof(uint32_t)); 688 static void DumpLiteral8Section(MachOObjectFile *O, const char *sect, 699 memcpy(&d, sect + i, sizeof(double)); 703 memcpy(&l0, sect + i, sizeof(uint32_t)) 1032 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); local 1109 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); local [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
hpux-core.c | 145 asection *sect, 148 return CONST_STRNEQ (sect->name, ".reg/");
|
/toolchain/binutils/binutils-2.25/binutils/ |
od-xcoff.c | 931 struct xcoff32_section *sect = &data->sects[i]; local 932 unsigned int nrel = sect->nreloc; 937 printf (_("Relocations for %s (%u)\n"), sect->name, nrel); 938 if (bfd_seek (abfd, sect->relptr, SEEK_SET) != 0) 987 struct xcoff32_section *sect = &data->sects[i]; local 988 unsigned int nlnno = sect->nlnno; 993 printf (_("Line numbers for %s (%u)\n"), sect->name, nlnno); 994 if (bfd_seek (abfd, sect->lnnoptr, SEEK_SET) != 0) [all...] |
/toolchain/binutils/binutils-2.25/include/coff/ |
ecoff.h | 348 /* Cache entry for most recently found line information. The sect 352 asection *sect; member in struct:ecoff_find_line::__anon74260
|
ti.h | 522 #define SECTION_RELATIVE_ABSOLUTE_SYMBOL_P(RELOC, SECT) \ 523 ((*(RELOC)->sym_ptr_ptr)->section->output_section == (SECT) \
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
output.h | 500 /* Return the style of section SECT. */ 501 #define SECTION_STYLE(SECT) ((SECT)->common.flags & SECTION_STYLE_MASK)
|
/toolchain/binutils/binutils-2.25/libiberty/ |
simple-object-xcoff.c | 216 unsigned char x_snhash[2]; /* sect num with parm hash */ 220 unsigned char x_snstab[2]; /* sect num with dbx stab */ 229 unsigned char x_snhash[2]; /* sect num with parm hash */
|