Searched refs:d_type (Results 1 - 25 of 87) sorted by relevance

1234

/external/elfutils/0.153/libelf/
H A Delf32_xlatetof.c77 size_t recsize = __libelf_type_sizes[src->d_version - 1][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type];
79 size_t recsize = __libelf_type_sizes[0][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type];
128 fctp = __elf_xfctstom[dest->d_version - 1][src->d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
130 fctp = __elf_xfctstom[0][0][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
139 dest->d_type = src->d_type;
H A Delf32_xlatetom.c77 size_t recsize = __libelf_type_sizes[src->d_version - 1][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type];
79 size_t recsize = __libelf_type_sizes[0][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type];
129 fctp = __elf_xfctstom[src->d_version - 1][dest->d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
131 fctp = __elf_xfctstom[0][0][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
140 dest->d_type = src->d_type;
H A Dgelf_getlib.c71 if (unlikely (data->d_type != ELF_T_LIB))
H A Dgelf_getmove.c74 if (unlikely (data->d_type != ELF_T_MOVE))
H A Dgelf_getsyminfo.c73 if (unlikely (data->d_type != ELF_T_SYMINFO))
H A Dgelf_getverdaux.c73 if (unlikely (data->d_type != ELF_T_VDEF))
H A Dgelf_getverdef.c73 if (unlikely (data->d_type != ELF_T_VDEF))
H A Dgelf_getvernaux.c73 if (unlikely (data->d_type != ELF_T_VNEED))
H A Dgelf_getverneed.c73 if (unlikely (data->d_type != ELF_T_VNEED))
H A Dgelf_getversym.c75 if (unlikely (data->d_type != ELF_T_HALF))
H A Dgelf_update_lib.c78 if (unlikely (data_scn->d.d_type != ELF_T_LIB))
H A Dgelf_update_move.c85 if (unlikely (data_scn->d.d_type != ELF_T_MOVE))
H A Dgelf_update_syminfo.c81 if (unlikely (data_scn->d.d_type != ELF_T_SYMINFO))
H A Dgelf_update_verdaux.c85 if (unlikely (data_scn->d.d_type != ELF_T_VDEF))
H A Dgelf_update_verdef.c85 if (unlikely (data_scn->d.d_type != ELF_T_VDEF))
H A Dgelf_update_vernaux.c85 if (unlikely (data_scn->d.d_type != ELF_T_VNEED))
H A Dgelf_update_verneed.c85 if (unlikely (data_scn->d.d_type != ELF_T_VNEED))
H A Dgelf_update_versym.c85 if (unlikely (data_scn->d.d_type != ELF_T_HALF))
H A Dgelf_getsymshndx.c79 if (unlikely (symdata->d_type != ELF_T_SYM)
81 && unlikely (shndxdata->d_type != ELF_T_WORD)))
H A Dgelf_getauxv.c74 if (unlikely (data_scn->d.d_type != ELF_T_AUXV))
H A Dgelf_getdyn.c75 if (unlikely (data_scn->d.d_type != ELF_T_DYN))
/external/elfutils/0.153/libebl/
H A Deblobjnote.c100 .d_type = ELF_T_ADDR, .d_version = EV_CURRENT,
106 .d_type = ELF_T_ADDR, .d_version = EV_CURRENT,
185 .d_type = ELF_T_WORD,
193 .d_type = ELF_T_WORD,
/external/e2fsprogs/contrib/
H A Dspd_readdir.c65 unsigned char d_type; member in struct:dirent_s
223 ds->d_type = d->d_type;
335 dirstruct->ret_dir.d_type = ds->d_type;
358 entry->d_type = ds->d_type;
381 dirstruct->ret_dir64.d_type = ds->d_type;
405 entry->d_type
[all...]
/external/elfutils/0.153/libdwfl/
H A Delf-from-memory.c120 .d_type = ELF_T_EHDR,
126 .d_type = ELF_T_EHDR,
175 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR;
314 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR;
341 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR;
/external/chromium_org/base/files/
H A Ddir_reader_linux.h25 unsigned char d_type; member in struct:base::linux_dirent

Completed in 669 milliseconds

1234