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

/freebsd-current/usr.bin/elfdump/
H A Delfdump.c56 #define ED_REL (1<<7) macro
561 flags |= ED_REL;
672 if (flags & ED_REL)
676 if (flags & ED_REL)
/freebsd-current/contrib/elftoolchain/elfdump/
H A Delfdump.c72 #define ED_REL (1<<7) macro
692 ed->options |= ED_REL;
1069 if (ed->options & (ED_SHDR | ED_DYN | ED_REL | ED_GOT | ED_SYMTAB |
1083 if (ed->options & ED_REL)

Completed in 67 milliseconds