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

/freebsd-11-stable/usr.bin/elfdump/
H A Delfdump.c59 #define ED_REL (1<<7) macro
552 flags |= ED_REL;
656 if (flags & ED_REL)
660 if (flags & ED_REL)
/freebsd-11-stable/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 123 milliseconds