Searched refs:ch_dlflags (Results 1 – 3 of 3) sorted by relevance
359 if (head->ch_dlflags) in scanconfig()360 fmt = conv_dl_flag(head->ch_dlflags, 0, &dl_flag_buf); in scanconfig()391 if (head->ch_dlflags && in scanconfig()392 (head->ch_dlflags != RTLD_REL_RELATIVE)) { in scanconfig()394 conv_dl_flag(head->ch_dlflags, CONV_FMT_ALT_CRLE, in scanconfig()404 if (head->ch_dlflags && in scanconfig()405 (head->ch_dlflags != RTLD_REL_RELATIVE)) in scanconfig()406 crle->c_dlflags = head->ch_dlflags; in scanconfig()
256 head->ch_dlflags = crle->c_dlflags; in genconfig()
106 Word ch_dlflags; /* dldump() flags used */ member