Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/bfd/
Delf.c4227 #define TOEND(x) (((x)->flags & (SEC_LOAD | SEC_THREAD_LOCAL)) == 0) in elf_sort_sections() macro
4229 if (TOEND (sec1)) in elf_sort_sections()
4231 if (TOEND (sec2)) in elf_sort_sections()
4241 else if (TOEND (sec2)) in elf_sort_sections()
4244 #undef TOEND in elf_sort_sections()