Home
last modified time | relevance | path

Searched defs:nreloc (Results 1 – 10 of 10) sorted by relevance

/external/igt-gpu-tools/tests/i915/
Dgem_exec_big.c134 uint64_t n, nreloc = batch_size >> 12; in execN() local
/external/elfutils/backends/
Dcommon-reloc.c69 #define nreloc \ macro
/external/igt-gpu-tools/benchmarks/
Dgem_blt.c190 int fd, len, gen, size, nreloc; in run() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMachOYAML.h38 uint32_t nreloc; member
/external/llvm/include/llvm/ObjectYAML/
DMachOYAML.h33 uint32_t nreloc; member
/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h406 uint32_t nreloc; /* number of relocation entries */ member
420 uint32_t nreloc; /* number of relocation entries */ member
/external/llvm/include/llvm/Support/
DMachO.h554 uint32_t nreloc; member
568 uint32_t nreloc; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h554 uint32_t nreloc; member
568 uint32_t nreloc; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h561 uint32_t nreloc; member
575 uint32_t nreloc; member
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7771 uint32_t align, uint32_t reloff, uint32_t nreloc, in PrintSection()