Searched refs:DT_GNU_PRELINKED (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/0.153/libebl/
H A Debldynamictagcheck.c68 || (tag >= DT_GNU_PRELINKED && tag <= DT_SYMINENT)
H A Debldynamictagname.c88 else if (tag >= DT_GNU_PRELINKED && tag <= DT_SYMINENT)
97 res = valrntags[tag - DT_GNU_PRELINKED];
/external/elfutils/0.153/libelf/
H A Delf.h703 #define DT_GNU_PRELINKED 0x6ffffdf5 /* Prelinking timestamp */ macro
/external/elfutils/0.153/src/
H A Delflint.c1810 if (has_val_dt[DT_VALTAGIDX (DT_GNU_PRELINKED)]
1813 if (!has_val_dt[DT_VALTAGIDX (DT_GNU_PRELINKED)])
1816 idx, section_name (ebl, idx), "DT_GNU_PRELINKED");

Completed in 100 milliseconds