HomeSort by relevance Sort by last modified time
    Searched refs:d_type (Results 26 - 50 of 103) sorted by null

12 3 4 5

  /external/elfutils/libelf/
gelf_getverdef.c 40 if (unlikely (data->d_type != ELF_T_VDEF))
gelf_getvernaux.c 40 if (unlikely (data->d_type != ELF_T_VNEED))
gelf_getverneed.c 40 if (unlikely (data->d_type != ELF_T_VNEED))
gelf_getversym.c 42 if (unlikely (data->d_type != ELF_T_HALF))
gelf_update_lib.c 45 if (unlikely (data_scn->d.d_type != ELF_T_LIB))
gelf_update_move.c 52 if (unlikely (data_scn->d.d_type != ELF_T_MOVE))
gelf_update_syminfo.c 48 if (unlikely (data_scn->d.d_type != ELF_T_SYMINFO))
gelf_update_verdaux.c 52 if (unlikely (data_scn->d.d_type != ELF_T_VDEF))
gelf_update_verdef.c 52 if (unlikely (data_scn->d.d_type != ELF_T_VDEF))
gelf_update_vernaux.c 52 if (unlikely (data_scn->d.d_type != ELF_T_VNEED))
gelf_update_verneed.c 52 if (unlikely (data_scn->d.d_type != ELF_T_VNEED))
gelf_update_versym.c 52 if (unlikely (data_scn->d.d_type != ELF_T_HALF))
gelf_getsymshndx.c 46 if (unlikely (symdata->d_type != ELF_T_SYM)
48 && unlikely (shndxdata->d_type != ELF_T_WORD)))
gelf_getdyn.c 42 if (unlikely (data_scn->d.d_type != ELF_T_DYN))
gelf_getrel.c 47 if (unlikely (data_scn->d.d_type != ELF_T_REL))
gelf_getrela.c 47 if (unlikely (data_scn->d.d_type != ELF_T_RELA))
gelf_getsym.c 41 if (unlikely (data->d_type != ELF_T_SYM))
gelf_update_dyn.c 47 if (unlikely (data_scn->d.d_type != ELF_T_DYN))
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
57 unsigned char d_type; member in struct:dirent
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
57 unsigned char d_type; member in struct:dirent
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
57 unsigned char d_type; member in struct:dirent
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
57 unsigned char d_type; member in struct:dirent
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
57 unsigned char d_type; member in struct:dirent
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
57 unsigned char d_type; member in struct:dirent
  /frameworks/base/media/libstagefright/id3/
testid3.cpp 138 if (ent->d_type == DT_DIR) {
140 } else if (ent->d_type == DT_REG) {

Completed in 113 milliseconds

12 3 4 5