Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Debldynamictagname.c63 else if (tag >= DT_GNU_CONFLICT && tag <= DT_SYMINFO)
71 res = addrrntags[tag - DT_GNU_CONFLICT];
Debldynamictagcheck.c33 || (tag >= DT_GNU_CONFLICT && tag <= DT_SYMINFO)
/external/elfutils/libelf/
Delf.h700 #define DT_GNU_CONFLICT 0x6ffffef8 /* Start of conflict section */ macro