/external/llvm-project/llvm/test/tools/llvm-objcopy/MachO/ |
D | remove-lc-index-update.test | 247 n_type: 0x64 252 n_type: 0x64 257 n_type: 0x66 262 n_type: 0x2E 267 n_type: 0x24 272 n_type: 0x24 277 n_type: 0x4E 282 n_type: 0x26 288 n_type: 0x20 294 n_type: 0x64 [all …]
|
D | symbol-table.test | 336 n_type: 0x0E 341 n_type: 0x1E 346 n_type: 0x64 351 n_type: 0x64 356 n_type: 0x66 361 n_type: 0x2E 366 n_type: 0x24 371 n_type: 0x24 376 n_type: 0x4E 381 n_type: 0x26 [all …]
|
D | basic-executable-copy.test | 248 n_type: 0x0F 253 n_type: 0x0F 258 n_type: 0x0F 263 n_type: 0x0F 268 n_type: 0x0F 273 n_type: 0x01
|
D | segment-size-alignment.test | 229 n_type: 0x0F 234 n_type: 0x0F 239 n_type: 0x01 447 n_type: 0x0F 452 n_type: 0x0F 457 n_type: 0x01 663 n_type: 0x0F 668 n_type: 0x0F 673 n_type: 0x01 875 n_type: 0x0F [all …]
|
D | basic-little-endian-32-copy.test | 97 n_type: 0x0F 102 n_type: 0x0F
|
D | basic-big-endian-32-copy.test | 97 n_type: 0x0F 102 n_type: 0x0F
|
D | remove-swift-symbols.test | 187 n_type: 0x1E 192 n_type: 0x1E 197 n_type: 0x0F 202 n_type: 0x0F 207 n_type: 0x0F
|
D | basic-little-endian-64-copy.test | 110 n_type: 0x0F 115 n_type: 0x01
|
D | basic-big-endian-64-copy.test | 110 n_type: 0x0F 115 n_type: 0x01
|
/external/google-breakpad/src/common/solaris/ |
D | dump_symbols.cc | 67 unsigned char n_type; member 253 while (cur_list < list_end && cur_list->n_type == N_PSYM) { in LoadStackParamSize() 268 while (cur_list < list_end && cur_list->n_type != N_SLINE) { in LoadLineInfo() 270 if (cur_list->n_type == N_FUN || cur_list->n_type == N_SO || in LoadLineInfo() 271 cur_list->n_type == N_ENDM) { in LoadLineInfo() 277 while (cur_list < list_end && cur_list->n_type == N_SLINE) { in LoadLineInfo() 284 if (cur_list == list_end && cur_list->n_type == N_ENDM) in LoadLineInfo() 297 assert(cur_list->n_type == N_SO); in LoadFuncSymbols() 303 while (cur_list < list_end && cur_list->n_type != N_FUN) { in LoadFuncSymbols() 304 if (cur_list->n_type == N_SO) { in LoadFuncSymbols() [all …]
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cVertexAttrib64BitTest.cpp | 1358 …ttributeLocation(const attributeConfiguration& configuration, GLint attribute, GLint n_type) const; 1362 …configureAttribute(_iteration iteration, const attributeConfiguration& configuration, GLint n_type, 1384 void setAttributes_a(const attributeConfiguration& configuration, GLint n_type, GLuint vertex, 1387 …void setAttributes_a_scalar(const attributeConfiguration& configuration, GLint n_type, GLuint vert… 1390 void setAttributes_a_vec(const attributeConfiguration& configuration, GLint n_type, GLuint vertex, 1393 void setAttributes_b(const attributeConfiguration& configuration, GLint n_type, GLuint vertex, 1396 void setAttributes_c(const attributeConfiguration& configuration, GLint n_type, GLuint vertex, 1578 …est::calculateAttributeGroupOffset(const attributeConfiguration& configuration, GLint n_type) const in calculateAttributeGroupOffset() 1582 for (GLint i = 0; i < n_type; ++i) in calculateAttributeGroupOffset() 1600 GLint n_type) const in calculateAttributeLocation() [all …]
|
/external/elfutils/tests/ |
D | xlate_notes.c | 130 nhdr.n_type, nh.n_type, in main() 134 if (nhdr.n_type != nh.n_type in main()
|
D | test-nlist.c | 69 cnt, nl[cnt].n_type, in main() 74 && nl[cnt].n_type == 0 && nl[cnt].n_sclass == 0 in main() 77 || nl[cnt].n_type != 0 || nl[cnt].n_sclass != 0 in main()
|
/external/llvm-project/llvm/test/tools/dsymutil/ |
D | dump-symtab.test | 8 ALL-NEXT: Index n_strx n_type n_sect n_desc n_value 21 I386-NEXT: Index n_strx n_type n_sect n_desc n_value 36 ALL-NEXT: Index n_strx n_type n_sect n_desc n_value
|
/external/llvm-project/lldb/source/Plugins/Process/elf-core/ |
D | ProcessElfCore.cpp | 532 if ((note.info.n_type == ELF::NT_PRSTATUS && have_prstatus) || in parseFreeBSDNotes() 533 (note.info.n_type == ELF::NT_PRPSINFO && have_prpsinfo)) { in parseFreeBSDNotes() 542 switch (note.info.n_type) { in parseFreeBSDNotes() 610 if (note.info.n_type == NETBSD::NT_PROCINFO) { in parseNetBSDNotes() 616 } else if (note.info.n_type == NETBSD::NT_AUXV) { in parseNetBSDNotes() 630 if (note.info.n_type == NETBSD::AARCH64::NT_REGS) { in parseNetBSDNotes() 645 } else if (note.info.n_type == NETBSD::AARCH64::NT_FPREGS) { in parseNetBSDNotes() 656 if (note.info.n_type == NETBSD::AMD64::NT_REGS) { in parseNetBSDNotes() 671 } else if (note.info.n_type == NETBSD::AMD64::NT_FPREGS) { in parseNetBSDNotes() 737 switch (note.info.n_type) { in parseOpenBSDNotes() [all …]
|
/external/llvm/test/tools/dsymutil/ |
D | dump-symtab.test | 8 ALL-NEXT: Index n_strx n_type n_sect n_desc n_value 21 I386-NEXT: Index n_strx n_type n_sect n_desc n_value 36 ALL-NEXT: Index n_strx n_type n_sect n_desc n_value
|
/external/python/cpython2/Include/ |
D | node.h | 11 short n_type; member 30 #define TYPE(n) ((n)->n_type)
|
/external/python/cpython3/Include/ |
D | node.h | 11 short n_type; member 34 #define TYPE(n) ((n)->n_type)
|
/external/google-breakpad/src/third_party/mac_headers/mach-o/ |
D | nlist.h | 83 uint8_t n_type; /* type flag, see below */ member 96 uint8_t n_type; /* type flag, see below */ member
|
/external/google-breakpad/src/common/android/include/ |
D | elf.h | 66 Elf32_Word n_type; member 72 Elf64_Word n_type; member
|
/external/elfutils/libelf/ |
D | nlist.c | 190 nl->n_type = GELF_ST_TYPE (found->sym.st_info); in nlist() 200 nl->n_type = 0; in nlist() 237 nl->n_type = 0; in nlist()
|
/external/google-breakpad/src/client/mac/handler/ |
D | breakpad_nlist_64.cc | 184 q->n_type = 0; in __breakpad_fdnlist() 360 if (q->n_un.n_strx == 0 || q->n_type & N_STAB) in __breakpad_fdnlist() 386 p->n_type = q->n_type; in __breakpad_fdnlist()
|
/external/python/cpython2/Parser/ |
D | node.c | 13 n->n_type = type; in PyNode_New() 106 n->n_type = type; in PyNode_AddChild()
|
/external/llvm-project/llvm/test/tools/llvm-libtool-darwin/ |
D | cpu-subtype-matching.test | 73 n_type: 0x0F 130 n_type: 0x0F 211 n_type: 0x0F 269 n_type: 0x0F
|
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
D | Object.h | 114 uint8_t n_type; member 119 bool isExternalSymbol() const { return n_type & MachO::N_EXT; } in isExternalSymbol() 124 return (n_type & MachO::N_TYPE) == MachO::N_UNDF; in isUndefinedSymbol()
|