/external/elfutils/libelf/ |
D | elf32_xlatetom.c | 54 …ze_t recsize = __libelf_type_sizes[src->d_version - 1][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type]; in elfw2() 56 size_t recsize = __libelf_type_sizes[0][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type]; in elfw2() 63 if (src->d_type != ELF_T_NHDR in elfw2() 110 …elf_xfctstom[src->d_version - 1][dest->d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type]; in elfw2() 112 fctp = __elf_xfctstom[0][0][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type]; in elfw2() 121 dest->d_type = src->d_type; in elfw2()
|
D | elf32_xlatetof.c | 54 …ze_t recsize = __libelf_type_sizes[src->d_version - 1][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type]; in elfw2() 56 size_t recsize = __libelf_type_sizes[0][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type]; in elfw2() 105 …elf_xfctstom[dest->d_version - 1][src->d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type]; in elfw2() 107 fctp = __elf_xfctstom[0][0][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type]; in elfw2() 116 dest->d_type = src->d_type; in elfw2()
|
D | gelf_getsymshndx.c | 54 if (unlikely (symdata->d_type != ELF_T_SYM) in gelf_getsymshndx() 56 && unlikely (shndxdata->d_type != ELF_T_WORD))) in gelf_getsymshndx()
|
/external/python/cpython2/Objects/ |
D | descrobject.c | 10 Py_XDECREF(descr->d_type); in descr_dealloc() 28 descr->d_type->tp_name); in descr_repr() 67 if (!PyObject_TypeCheck(obj, descr->d_type)) { in descr_check() 72 descr->d_type->tp_name, in descr_check() 93 descr->d_type->tp_name); in classmethod_get() 102 descr->d_type->tp_name, in classmethod_get() 106 if (!PyType_IsSubtype((PyTypeObject *)type, descr->d_type)) { in classmethod_get() 111 descr->d_type->tp_name, in classmethod_get() 150 descr->d_type->tp_name); in getset_get() 169 if (!PyObject_TypeCheck(obj, descr->d_type)) { in descr_setcheck() [all …]
|
/external/e2fsprogs/contrib/ |
D | spd_readdir.c | 65 unsigned char d_type; member 223 ds->d_type = d->d_type; in cache_dirstruct() 335 dirstruct->ret_dir.d_type = ds->d_type; in readdir() 358 entry->d_type = ds->d_type; in readdir_r() 381 dirstruct->ret_dir64.d_type = ds->d_type; in readdir64() 405 entry->d_type = ds->d_type; in readdir64_r()
|
/external/strace/tests/ |
D | getdents64.c | 66 unsigned char d_type; member 73 str_d_type(const unsigned char d_type) in str_d_type() argument 75 switch (d_type) { in str_d_type() 93 d->d_ino, d->d_off, d->d_reclen, str_d_type(d->d_type)); in print_dirent()
|
D | getdents.c | 64 str_d_type(const unsigned char d_type) in str_d_type() argument 66 switch (d_type) { in str_d_type()
|
/external/strace/tests-m32/ |
D | getdents64.c | 66 unsigned char d_type; member 73 str_d_type(const unsigned char d_type) in str_d_type() argument 75 switch (d_type) { in str_d_type() 93 d->d_ino, d->d_off, d->d_reclen, str_d_type(d->d_type)); in print_dirent()
|
D | getdents.c | 64 str_d_type(const unsigned char d_type) in str_d_type() argument 66 switch (d_type) { in str_d_type()
|
/external/strace/tests-mx32/ |
D | getdents64.c | 66 unsigned char d_type; member 73 str_d_type(const unsigned char d_type) in str_d_type() argument 75 switch (d_type) { in str_d_type() 93 d->d_ino, d->d_off, d->d_reclen, str_d_type(d->d_type)); in print_dirent()
|
D | getdents.c | 64 str_d_type(const unsigned char d_type) in str_d_type() argument 66 switch (d_type) { in str_d_type()
|
/external/elfutils/libdwfl/ |
D | elf-from-memory.c | 110 .d_type = ELF_T_EHDR, in elf_from_remote_memory() 116 .d_type = ELF_T_EHDR, in elf_from_remote_memory() 165 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR; in elf_from_remote_memory() 337 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR; in elf_from_remote_memory() 364 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR; in elf_from_remote_memory()
|
D | dwfl_segment_report_module.c | 347 .d_type = ELF_T_EHDR, in dwfl_segment_report_module() 353 .d_type = ELF_T_EHDR, in dwfl_segment_report_module() 400 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR; in dwfl_segment_report_module() 469 xlatefrom.d_type = xlateto.d_type = ELF_T_NHDR; in dwfl_segment_report_module() 768 xlatefrom.d_type = xlateto.d_type = ELF_T_DYN; in dwfl_segment_report_module()
|
/external/elfutils/libebl/ |
D | eblobjnote.c | 77 .d_type = ELF_T_ADDR, .d_version = EV_CURRENT, in ebl_object_note() 83 .d_type = ELF_T_ADDR, .d_version = EV_CURRENT, in ebl_object_note() 162 .d_type = ELF_T_WORD, in ebl_object_note() 182 .d_type = ELF_T_WORD, in ebl_object_note()
|
/external/syslinux/com32/modules/ |
D | ls.c | 59 ndir1 = de1->d_type != DT_DIR; in compare_dirent() 60 ndir2 = de2->d_type != DT_DIR; in compare_dirent() 131 type_str(dex[k]->d_type), in display_directory()
|
D | dir.c | 59 ndir1 = de1->d_type != DT_DIR; in compare_dirent() 60 ndir2 = de2->d_type != DT_DIR; in compare_dirent() 131 type_str(dex[k]->d_type), in display_directory()
|
/external/elfutils/backends/ |
D | ppc64_resolve_sym.c | 56 opd_out.d_type = opd_in.d_type = ELF_T_ADDR; in ppc64_resolve_sym_value()
|
/external/python/cpython2/Parser/ |
D | grammar1.c | 18 assert(d->d_type == type); in PyGrammar_FindDFA() 25 if (d->d_type == type) in PyGrammar_FindDFA()
|
/external/python/cpython3/Parser/ |
D | grammar1.c | 18 assert(d->d_type == type); in PyGrammar_FindDFA() 25 if (d->d_type == type) in PyGrammar_FindDFA()
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerIO.cpp | 53 if (E->d_type == DT_REG || E->d_type == DT_LNK) in ListFilesInDirRecursive() 55 else if (E->d_type == DT_DIR && *E->d_name != '.') in ListFilesInDirRecursive()
|
/external/syslinux/com32/rosh/ |
D | rosh.c | 636 char rosh_d_type2char_human(unsigned char d_type) in rosh_d_type2char_human() argument 639 switch (d_type) { in rosh_d_type2char_human() 677 char rosh_d_type2char_lspre(unsigned char d_type) in rosh_d_type2char_lspre() argument 680 switch (d_type) { in rosh_d_type2char_lspre() 712 char rosh_d_type2char_lssuf(unsigned char d_type) in rosh_d_type2char_lssuf() argument 715 switch (d_type) { in rosh_d_type2char_lssuf() 782 printf("%c", rosh_d_type2char_lssuf(de->d_type)); in rosh_ls_arg_dir_de() 849 de.d_type = (IFTODT(fdstat.st_mode)); in rosh_ls_arg()
|
/external/elfutils/libdwelf/ |
D | dwelf_elf_gnu_debuglink.c | 74 .d_type = ELF_T_WORD, in dwelf_elf_gnu_debuglink() 81 .d_type = ELF_T_WORD, in dwelf_elf_gnu_debuglink()
|
/external/libxcam/xcore/ |
D | x3a_analyzer_manager.cpp | 78 if (dirent_3a->d_type != DT_LNK && in find_analyzer() 79 dirent_3a->d_type != DT_REG) in find_analyzer()
|
/external/elfutils/tests/ |
D | update4.c | 146 data->d_type = ELF_T_BYTE; in main() 182 data->d_type = ELF_T_BYTE; in main() 218 data->d_type = ELF_T_BYTE; in main() 255 data->d_type = ELF_T_BYTE; in main()
|
/external/python/cpython3/Include/ |
D | descrobject.h | 43 PyTypeObject *d_type; member 50 #define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type)
|