HomeSort by relevance Sort by last modified time
    Searched refs:num_sections (Results 1 - 6 of 6) sorted by null

  /external/llvm/test/MC/COFF/
bigobj.py 8 num_sections = 65277 variable
21 for i in range(0, num_sections):
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
bigobj.py 8 num_sections = 65277 variable
21 for i in range(0, num_sections):
  /external/u-boot/lib/efi_loader/
efi_image_loader.c 204 int num_sections; local
241 num_sections = nt->FileHeader.NumberOfSections;
245 for (i = num_sections - 1; i >= 0; i--) {
292 for (i = num_sections - 1; i >= 0; i--) {
  /external/freetype/src/tools/
afblue.pl 51 my $num_sections = 0; # Number of sections seen so far.
203 return "af_blue_" . $num_sections. "_" . join('_', @name_stack);
223 my $add = ($last_aux eq "af_blue_" . $num_sections . "_0" )
283 $num_sections++;
  /external/dynamic_depth/internal/xmpmeta/
xmp_writer.cc 147 const int num_sections = local
149 for (int i = 0, position = 0; i < num_sections; ++i) {
  /external/google-breakpad/src/common/linux/
dump_symbols.cc 245 int num_sections = elf_header->e_shnum; local
247 for (int i = 0; i < num_sections; i++) {
    [all...]

Completed in 297 milliseconds