Home
last modified time | relevance | path

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

12

/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/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/google-breakpad/src/common/android/include/
Delf.h66 Elf32_Word n_type; member
72 Elf64_Word n_type; member
/external/elfutils/libelf/
Dnlist.c191 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()
Dnlist.h39 unsigned short int n_type; /* Type of symbol. */ member
/external/libnl/lib/route/
Dneigh.c210 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/
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/elfutils/libebl/
Deblcorenote.c57 switch (nhdr->n_type) in ebl_core_note()
/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin.hpp138 typedef schar n_type; typedef
172 typedef short n_type; typedef
/external/elfutils/libdwfl/
Dlinux-core-attach.c145 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()
Dcore-file.c512 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/
Delf.h410 Elf32_Word n_type; /* Content type */ member
417 Elf64_Word n_type; /* Content type */ member
Da.out.h169 unsigned char n_type; member
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp283 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/
Dlinux-core-note.c231 if (nhdr->n_type != 0 in EBLHOOK()
244 switch (nhdr->n_type) in EBLHOOK()
/external/llvm/tools/dsymutil/
DMachOUtils.cpp148 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()
DMachODebugMapParser.cpp78 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.c233 if (note_hdr->n_type == NT_PRSTATUS) in _UCD_create()
246 if (note_hdr->n_type == NT_PRSTATUS) in _UCD_create()
/external/elfutils/libdwelf/
Ddwelf_elf_gnu_build_id.c48 if (nhdr.n_type == NT_GNU_BUILD_ID in check_notes()
/external/libxml2/
Dtestapi.c3794 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/
Dfile_id.cc67 if (note_header->n_type == NT_GNU_BUILD_ID) in ElfClassBuildIDNoteIdentifier()
Delf_core_dump.cc57 return header ? header->n_type : 0; in GetType()
/external/elfutils/src/
Delfcmp.c451 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/
Dminidump-2-core.cc760 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()

12