HomeSort by relevance Sort by last modified time
    Searched refs:ELF_T_LIB (Results 1 - 5 of 5) sorted by null

  /external/elfutils/libelf/
gelf_getlib.c 71 if (unlikely (data->d_type != ELF_T_LIB))
gelf_update_lib.c 78 if (unlikely (data_scn->d.d_type != ELF_T_LIB))
elf_getdata.c 95 [TYPEIDX (SHT_GNU_LIBLIST)] = ELF_T_LIB,
119 [ELF_T_LIB] = __alignof__ (ElfW2(Bits,Lib)), \
gelf_xlate.c 220 [ELF_T_LIB] = ElfW2(Bits, cvt_Lib), \
libelf.h 84 ELF_T_LIB, /* Elf32_Lib, Elf64_Lib, ... */

Completed in 26 milliseconds