Home
last modified time | relevance | path

Searched refs:num_sections (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/MC/COFF/
Dbigobj.py8 num_sections = 65277 variable
21 for i in range(0, num_sections):
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dbigobj.py8 num_sections = 65277 variable
21 for i in range(0, num_sections):
/external/freetype/src/tools/
Dafblue.pl51 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/u-boot/lib/efi_loader/
Defi_image_loader.c204 int num_sections; in efi_load_pe() local
241 num_sections = nt->FileHeader.NumberOfSections; in efi_load_pe()
245 for (i = num_sections - 1; i >= 0; i--) { in efi_load_pe()
292 for (i = num_sections - 1; i >= 0; i--) { in efi_load_pe()
/external/dynamic_depth/internal/xmpmeta/
Dxmp_writer.cc147 const int num_sections = in CreateExtendedSections() local
149 for (int i = 0, position = 0; i < num_sections; ++i) { in CreateExtendedSections()
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc245 int num_sections = elf_header->e_shnum; in LoadDwarf() local
247 for (int i = 0; i < num_sections; i++) { in LoadDwarf()