Home
last modified time | relevance | path

Searched full:ntoc (Results 1 – 25 of 101) sorted by relevance

12345

/aosp_15_r20/external/wayland/cursor/
H A Dxcursor.c56 * CARD32 ntoc number of toc entries
87 uint32_t ntoc; /* number of toc entries */ member
224 xcursor_file_header_create(uint32_t ntoc) in xcursor_file_header_create() argument
228 if (ntoc > 0x10000) in xcursor_file_header_create()
231 ntoc * sizeof(struct xcursor_file_toc)); in xcursor_file_header_create()
237 file_header->ntoc = ntoc; in xcursor_file_header_create()
260 if (!xcursor_read_uint(file, &head.ntoc)) in xcursor_read_file_header()
266 file_header = xcursor_file_header_create(head.ntoc); in xcursor_read_file_header()
272 file_header->ntoc = head.ntoc; in xcursor_read_file_header()
273 for (n = 0; n < file_header->ntoc; n++) { in xcursor_read_file_header()
[all …]
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/X86/
H A Dmacho-private-headers.test111 CHECK: ntoc 0
308 EXE: ntoc 0
531 NON_VERBOSE: ntoc 0
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/
H A Dload_commands.yaml85 ntoc: 0
211 #CHECK: ntoc: 0
H A Drebase_opcode.yaml52 ntoc: 0
H A Dweak_bind_opcode.yaml52 ntoc: 0
H A Dbind_opcode.yaml52 ntoc: 0
H A Dexport_trie.yaml85 ntoc: 0
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/
H A Dmacho-private-headers.test68 CHECK: ntoc 0
252 EXE: ntoc 0
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/
H A Dmacho-private-headers.test115 CHECK: ntoc 0
286 EXE: ntoc 0
/aosp_15_r20/external/llvm/test/MC/MachO/
H A Dsymbols-1.s170 // CHECK-X86_32: ntoc: 0
335 // CHECK-X86_64: ntoc: 0
H A Dvariable-exprs.s242 // CHECK-I386: ntoc: 0
451 // CHECK-X86_64: ntoc: 0
H A Dsection-align-1.s78 // CHECK: ntoc: 0
H A Ddirection_labels.s87 // CHECK: ntoc: 0
H A Dstring-table.s96 // CHECK: ntoc: 0
H A Dzerofill-2.s99 // CHECK: ntoc: 0
H A Dzerofill-5.s103 // CHECK: ntoc: 0
H A Dpcrel-to-other-section.s108 // CHECK: ntoc: 0
H A Dtdata.s102 // CHECK: ntoc: 0
H A Dtlv.s108 // CHECK: ntoc: 0
/aosp_15_r20/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp296 IO.mapRequired("ntoc", LoadCommand.ntoc); in mapping()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp333 IO.mapRequired("ntoc", LoadCommand.ntoc); in mapping()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loadmacho/
Dldmacho.go144 ntoc uint32 member
301 c.dsym.ntoc = e4(p[36:])
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp387 IO.mapRequired("ntoc", LoadCommand.ntoc); in mapping()
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp757 W.printNumber("ntoc", DLC.ntoc); in printMachODysymtab()
/aosp_15_r20/external/llvm/test/MC/MachO/ARM/
H A Ddarwin-Thumb-reloc.s137 @ CHECK: ntoc: 0

12345