Searched refs:SF_LOAD (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/elftoolchain/elfcopy/ | ||
H A D | elfcopy.h | 79 #define SF_LOAD 0x0002U macro |
H A D | main.c | 181 {"load", SF_LOAD}, |
H A D | sections.c | 427 (sec_flags & (SF_LOAD | SF_ALLOC)) == 0) in create_scn() |