Home
last modified time | relevance | path

Searched refs:n_type (Results 1 – 25 of 133) sorted by relevance

123456

/external/llvm-project/llvm/test/tools/llvm-objcopy/MachO/
Dremove-lc-index-update.test247 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 …]
Dsymbol-table.test336 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 …]
Dbasic-executable-copy.test248 n_type: 0x0F
253 n_type: 0x0F
258 n_type: 0x0F
263 n_type: 0x0F
268 n_type: 0x0F
273 n_type: 0x01
Dsegment-size-alignment.test229 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 …]
Dbasic-little-endian-32-copy.test97 n_type: 0x0F
102 n_type: 0x0F
Dbasic-big-endian-32-copy.test97 n_type: 0x0F
102 n_type: 0x0F
Dremove-swift-symbols.test187 n_type: 0x1E
192 n_type: 0x1E
197 n_type: 0x0F
202 n_type: 0x0F
207 n_type: 0x0F
Dbasic-little-endian-64-copy.test110 n_type: 0x0F
115 n_type: 0x01
Dbasic-big-endian-64-copy.test110 n_type: 0x0F
115 n_type: 0x01
/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc67 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/
Dgl4cVertexAttrib64BitTest.cpp1358 …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/
Dxlate_notes.c130 nhdr.n_type, nh.n_type, in main()
134 if (nhdr.n_type != nh.n_type in main()
Dtest-nlist.c69 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/
Ddump-symtab.test8 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/
DProcessElfCore.cpp532 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/
Ddump-symtab.test8 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/
Dnode.h11 short n_type; member
30 #define TYPE(n) ((n)->n_type)
/external/python/cpython3/Include/
Dnode.h11 short n_type; member
34 #define TYPE(n) ((n)->n_type)
/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dnlist.h83 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/
Delf.h66 Elf32_Word n_type; member
72 Elf64_Word n_type; member
/external/elfutils/libelf/
Dnlist.c190 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/
Dbreakpad_nlist_64.cc184 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/
Dnode.c13 n->n_type = type; in PyNode_New()
106 n->n_type = type; in PyNode_AddChild()
/external/llvm-project/llvm/test/tools/llvm-libtool-darwin/
Dcpu-subtype-matching.test73 n_type: 0x0F
130 n_type: 0x0F
211 n_type: 0x0F
269 n_type: 0x0F
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DObject.h114 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()

123456