Home
last modified time | relevance | path

Searched refs:Sh_Type (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/libelf/
Delf_getdata.c38 #define TYPEIDX(Sh_Type) \ argument
39 (Sh_Type >= SHT_NULL && Sh_Type < SHT_NUM \
40 ? Sh_Type \
41 : (Sh_Type >= SHT_GNU_LIBLIST && Sh_Type <= SHT_HISUNW \
42 ? SHT_NUM + Sh_Type - SHT_GNU_LIBLIST \