Home
last modified time | relevance | path

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

/external/elfutils/src/libebl/
Debldynamictagname.c67 else if (tag >= DT_GNU_PRELINKED && tag <= DT_SYMINENT)
76 res = valrntags[tag - DT_GNU_PRELINKED];
Debldynamictagcheck.c47 || (tag >= DT_GNU_PRELINKED && tag <= DT_SYMINENT)
/external/elfutils/src/tests/
Dalldts.c55 DT_PREINIT_ARRAYSZ, DT_VERSYM, DT_GNU_PRELINKED, in main()
/external/elfutils/src/libelf/
Delf.h719 #define DT_GNU_PRELINKED 0x6ffffdf5 /* Prelinking timestamp */ macro
/external/elfutils/src/src/
Delflint.c1837 if (has_val_dt[DT_VALTAGIDX (DT_GNU_PRELINKED)] in check_dynamic()
1840 if (!has_val_dt[DT_VALTAGIDX (DT_GNU_PRELINKED)]) in check_dynamic()