HomeSort by relevance Sort by last modified time
    Searched refs:sect (Results 76 - 89 of 89) sorted by null

1 2 34

  /external/elfutils/tests/
Makefile.am 62 dwfl-addr-sect dwfl-bug-report early-offscn \
87 run-dwfl-bug-offline-rel.sh run-dwfl-addr-sect.sh \
121 run-dwfl-addr-sect.sh run-early-offscn.sh \
  /external/grub/stage2/
builtins.c 3283 char sect[SECTOR_SIZE]; local
    [all...]
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 109 unsigned short sect; local
111 sect = bits[iBit/16];
112 if(iVal) { sect |= (1<<(iBit%16)); }
113 else { sect &= ~(1<<(iBit%16)); }
114 bits[ iBit/16] = sect;
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 510 static void zap_sector(ext2_filsys fs, int sect, int nsect)
519 sect, sect + nsect - 1);
523 if (sect == 0) {
540 retval = io_channel_write_blk(fs->io, sect, -512*nsect, buf);
545 sect, error_message(retval));
    [all...]
  /external/valgrind/main/helgrind/
hg_errors.c 520 VgSectKind sect = VG_(DebugInfo_sect_kind)( NULL, 0, data_addr ); local
522 data_addr, VG_(pp_SectKind)(sect));
524 if (sect == Vg_SectGOTPLT) return;
526 if (sect == Vg_SectPLT) return;
    [all...]
  /external/valgrind/main/memcheck/
mc_errors.c 1119 VgSectKind sect; local
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 573 const MCSection *sect = local
577 OutStreamer.SwitchSection(sect);
579 const MCSection *sect = local
583 OutStreamer.SwitchSection(sect);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 206 section *sect;
205 section *sect; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.h 206 section *sect;
205 section *sect; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 206 section *sect;
205 section *sect; variable
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 493 milliseconds

1 2 34