Home
last modified time | relevance | path

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

/third_party/elfutils/libebl/
Debldynamictagname.c65 else if (tag >= DT_GNU_PRELINKED && tag <= DT_SYMINENT) in ebl_dynamic_tag_name()
74 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()
/third_party/elfutils/tests/
Dalldts.c56 DT_PREINIT_ARRAYSZ, DT_VERSYM, DT_GNU_PRELINKED, in main()
/third_party/musl/porting/linux/user/include/
Delf.h770 #define DT_GNU_PRELINKED 0x6ffffdf5 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h762 #define DT_GNU_PRELINKED 0x6ffffdf5 macro
/third_party/musl/include/
Delf.h779 #define DT_GNU_PRELINKED 0x6ffffdf5 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h762 #define DT_GNU_PRELINKED 0x6ffffdf5 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h762 #define DT_GNU_PRELINKED 0x6ffffdf5 macro
/third_party/elfutils/libelf/
Delf.h922 #define DT_GNU_PRELINKED 0x6ffffdf5 /* Prelinking timestamp */ macro
/third_party/elfutils/src/
Delflint.c1884 if (has_val_dt[DT_VALTAGIDX (DT_GNU_PRELINKED)] in check_dynamic()
1887 if (!has_val_dt[DT_VALTAGIDX (DT_GNU_PRELINKED)]) in check_dynamic()