/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/elfutils/tests/ |
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/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/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 | 191 nl->n_type = GELF_ST_TYPE (found->sym.st_info); in nlist() 201 nl->n_type = 0; in nlist() 238 nl->n_type = 0; in nlist()
|
D | nlist.h | 39 unsigned short int n_type; /* Type of symbol. */ member
|
/external/libnl/lib/route/ |
D | neigh.c | 210 diff |= NEIGH_DIFF(TYPE, a->n_type != b->n_type); in neigh_compare() 277 neigh->n_type = nm->ndm_type; in neigh_msg_parser() 376 nl_rtntype2str(n->n_type, rtn_type, sizeof(rtn_type)), in neigh_dump_details() 420 nl_rtntype2str(neigh->n_type, buf, sizeof(buf))); in neigh_dump_env() 826 neigh->n_type = type; in rtnl_neigh_set_type() 833 return neigh->n_type; in rtnl_neigh_get_type()
|
/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/elfutils/libebl/ |
D | eblcorenote.c | 57 switch (nhdr->n_type) in ebl_core_note()
|
/external/opencv3/modules/hal/include/opencv2/hal/ |
D | intrin.hpp | 138 typedef schar n_type; typedef 172 typedef short n_type; typedef
|
/external/elfutils/libdwfl/ |
D | linux-core-attach.c | 145 if (nhdr.n_type != NT_PRSTATUS) in core_next_thread() 196 assert (nhdr.n_type == NT_PRSTATUS); in core_set_initial_registers() 387 if (nhdr.n_type != NT_PRPSINFO) in dwfl_core_file_attach()
|
D | core-file.c | 512 if (nhdr.n_type == NT_AUXV) in dwfl_core_file_report() 517 if (nhdr.n_type == NT_FILE) in dwfl_core_file_report()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 410 Elf32_Word n_type; /* Content type */ member 417 Elf64_Word n_type; /* Content type */ member
|
D | a.out.h | 169 unsigned char n_type; member
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 283 NType = STE_64.n_type; in darwinPrintSymbol() 293 NType = STE.n_type; in darwinPrintSymbol() 518 NType = STE_64.n_type; in darwinPrintStab() 523 NType = STE.n_type; in darwinPrintStab() 756 return STE.n_type; in getNType() 759 return STE.n_type; in getNType() 886 if ((STE.n_type & MachO::N_TYPE) == MachO::N_SECT) in getNsectInMachO() 891 if ((STE.n_type & MachO::N_TYPE) == MachO::N_SECT) in getNsectInMachO()
|
/external/elfutils/backends/ |
D | linux-core-note.c | 231 if (nhdr->n_type != 0 in EBLHOOK() 244 switch (nhdr->n_type) in EBLHOOK()
|
/external/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 148 if ((NList.n_type & MachO::N_TYPE) == MachO::N_UNDF) in transferSymbol() 154 (NList.n_type != MachO::N_SO) || (!Name.empty() && Name[0] != '\0'); in transferSymbol() 156 } else if (NList.n_type == MachO::N_SO) { in transferSymbol()
|
D | MachODebugMapParser.cpp | 78 handleStabSymbolTableEntry(STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc, in handleStabDebugMapEntry() 92 dumpSymTabEntry(OS, Index, STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc, in dumpSymTabEntry()
|
/external/libunwind/src/coredump/ |
D | _UCD_create.c | 233 if (note_hdr->n_type == NT_PRSTATUS) in _UCD_create() 246 if (note_hdr->n_type == NT_PRSTATUS) in _UCD_create()
|
/external/elfutils/libdwelf/ |
D | dwelf_elf_gnu_build_id.c | 48 if (nhdr.n_type == NT_GNU_BUILD_ID in check_notes()
|
/external/libxml2/ |
D | testapi.c | 3794 int n_type; in test_xmlSAX2AttributeDecl() local 3805 for (n_type = 0;n_type < gen_nb_int;n_type++) { in test_xmlSAX2AttributeDecl() 3813 type = gen_int(n_type, 3); in test_xmlSAX2AttributeDecl() 3823 des_int(n_type, type, 3); in test_xmlSAX2AttributeDecl() 3835 printf(" %d", n_type); in test_xmlSAX2AttributeDecl() 3989 int n_type; in test_xmlSAX2ElementDecl() local 3995 for (n_type = 0;n_type < gen_nb_int;n_type++) { in test_xmlSAX2ElementDecl() 4000 type = gen_int(n_type, 2); in test_xmlSAX2ElementDecl() 4007 des_int(n_type, type, 2); in test_xmlSAX2ElementDecl() 4016 printf(" %d", n_type); in test_xmlSAX2ElementDecl() [all …]
|
/external/google-breakpad/src/common/linux/ |
D | file_id.cc | 67 if (note_header->n_type == NT_GNU_BUILD_ID) in ElfClassBuildIDNoteIdentifier()
|
D | elf_core_dump.cc | 57 return header ? header->n_type : 0; in GetType()
|
/external/elfutils/src/ |
D | elfcmp.c | 451 if (note1.n_type != note2.n_type) in main() 462 if (note1.n_type == NT_GNU_BUILD_ID in main()
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 760 nhdr.n_type = NT_PRSTATUS; in WriteThread() 769 nhdr.n_type = NT_FPREGSET; in WriteThread() 779 nhdr.n_type = NT_PRXFPREG; in WriteThread() 1173 nhdr.n_type = NT_PRPSINFO; in main() 1181 nhdr.n_type = NT_AUXV; in main()
|