Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Debldynamictagname.c63 else if (tag >= DT_GNU_PRELINKED && tag <= DT_SYMINENT) in ebl_dynamic_tag_name()
72 res = valrntags[tag - DT_GNU_PRELINKED]; in ebl_dynamic_tag_name()
Debldynamictagcheck.c45 || (tag >= DT_GNU_PRELINKED && tag <= DT_SYMINENT) in ebl_dynamic_tag_check()
/external/syslinux/com32/include/sys/
Delfcommon.h103 #define DT_GNU_PRELINKED 0x6ffffdf5 /* Prelinking timestamp */ macro
/external/elfutils/tests/
Dalldts.c55 DT_PREINIT_ARRAYSZ, DT_VERSYM, DT_GNU_PRELINKED, in main()
/external/elfutils/libelf/
Delf.h745 #define DT_GNU_PRELINKED 0x6ffffdf5 /* Prelinking timestamp */ macro
/external/kmod/port-gnu/
Delf.h744 #define DT_GNU_PRELINKED 0x6ffffdf5 /* Prelinking timestamp */ macro
/external/elfutils/src/
Delflint.c1864 if (has_val_dt[DT_VALTAGIDX (DT_GNU_PRELINKED)] in check_dynamic()
1867 if (!has_val_dt[DT_VALTAGIDX (DT_GNU_PRELINKED)]) in check_dynamic()