Searched refs:ED_DYN (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.bin/elfdump/
H A Delfdump.c52 #define ED_DYN (1<<0) macro
531 flags |= ED_DYN;
652 if (flags & ED_DYN)
/freebsd-11-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c65 #define ED_DYN (1<<0) macro
665 ed->options |= ED_DYN;
1069 if (ed->options & (ED_SHDR | ED_DYN | ED_REL | ED_GOT | ED_SYMTAB |
1081 if (ed->options & ED_DYN)

Completed in 320 milliseconds