Home
last modified time | relevance | path

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

1234

/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/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/elfutils/tests/
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/swiftshader/third_party/llvm-7.0/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/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
32 #define TYPE(n) ((n)->n_type)
/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()
Dnlist.h39 unsigned short int n_type; /* Type of symbol. */ member
/external/google-breakpad/src/common/android/include/
Delf.h66 Elf32_Word n_type; member
72 Elf64_Word n_type; member
/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/cpython3/Parser/
Dpgen.c173 if (n->n_type != NEWLINE) in metacompile()
263 if (n->n_type == LSQB) { in compile_item()
283 if (n->n_type == STAR) in compile_item()
300 if (n->n_type == LPAR) { in compile_atom()
308 else if (n->n_type == NAME || n->n_type == STRING) { in compile_atom()
311 addnfaarc(nf, *pa, *pb, addlabel(ll, n->n_type, n->n_str)); in compile_atom()
Dnode.c13 n->n_type = type; in PyNode_New()
106 n->n_type = type; in PyNode_AddChild()
/external/python/cpython2/Parser/
Dpgen.c174 if (n->n_type != NEWLINE) in metacompile()
264 if (n->n_type == LSQB) { in compile_item()
284 if (n->n_type == STAR) in compile_item()
301 if (n->n_type == LPAR) { in compile_atom()
309 else if (n->n_type == NAME || n->n_type == STRING) { in compile_atom()
312 addnfaarc(nf, *pa, *pb, addlabel(ll, n->n_type, n->n_str)); in compile_atom()
Dnode.c13 n->n_type = type; in PyNode_New()
106 n->n_type = type; in PyNode_AddChild()
/external/libnl/lib/route/
Dneigh.c267 diff |= NEIGH_DIFF(TYPE, a->n_type != b->n_type); in neigh_compare()
360 neigh->n_type = nm->ndm_type; in rtnl_neigh_parse()
485 nl_rtntype2str(n->n_type, rtn_type, sizeof(rtn_type)), in neigh_dump_details()
899 neigh->n_type = type; in rtnl_neigh_set_type()
906 return neigh->n_type; in rtnl_neigh_get_type()
/external/toybox/toys/posix/
Dfile.c168 unsigned n_namesz, n_descsz, n_type, notesz; local
174 n_type = elf_int(note+8, 4);
178 if (n_type==3 /*NT_GNU_BUILD_ID*/) {
184 if (n_type==1 /*.android.note.ident*/) {
/external/perf_data_converter/src/quipper/
Ddso.cc89 if (note_header.n_type == NT_GNU_BUILD_ID && name == ELF_NOTE_GNU) { in GetBuildID()
155 if (note_header.n_type == NT_GNU_BUILD_ID && name == ELF_NOTE_GNU) { in ReadBuildIdNote()
/external/kernel-headers/original/uapi/linux/
Dvmcore.h13 __u32 n_type; /* NT_VMCOREDD */ member
Delf.h434 Elf32_Word n_type; /* Content type */ member
441 Elf64_Word n_type; /* Content type */ member
/external/elfutils/libebl/
Deblcorenote.c66 if (nhdr->n_type == NT_PLATFORM in ebl_core_note()
/external/elfutils/libdwfl/
Dlinux-core-attach.c146 if (nhdr.n_type != NT_PRSTATUS) in core_next_thread()
199 assert (nhdr.n_type == NT_PRSTATUS); in core_set_initial_registers()
393 if (nhdr.n_type != NT_PRPSINFO) in dwfl_core_file_attach()
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObjectFile.cpp233 uint8_t n_type; in getSymbolType() local
237 n_type = Entry->Type; in getSymbolType()
241 n_type = Entry->Type; in getSymbolType()
246 if (n_type & MachO::NlistMaskStab) in getSymbolType()
249 switch (n_type & MachO::NlistMaskType) { in getSymbolType()
/external/elfutils/backends/
Dlinux-core-note.c237 if (nhdr->n_type != 0 in EBLHOOK()
250 switch (nhdr->n_type) in EBLHOOK()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp335 NType = STE_64.n_type; in darwinPrintSymbol()
345 NType = STE.n_type; in darwinPrintSymbol()
577 NType = STE_64.n_type; in darwinPrintStab()
582 NType = STE.n_type; in darwinPrintStab()
844 uint8_t NType = Obj.is64Bit() ? Obj.getSymbol64TableEntry(Symb).n_type in getSymbolNMTypeChar()
845 : Obj.getSymbolTableEntry(Symb).n_type; in getSymbolNMTypeChar()
960 return (STE.n_type & MachO::N_TYPE) == MachO::N_SECT ? STE.n_sect : 0; in getNsectInMachO()
963 return (STE.n_type & MachO::N_TYPE) == MachO::N_SECT ? STE.n_sect : 0; in getNsectInMachO()

1234