Searched refs:FLG_IS_PLACE (Results 1 – 2 of 2) sorted by relevance
207 isp->is_flags |= FLG_IS_PLACE; in process_section()2839 ((isp->is_flags & FLG_IS_PLACE) == 0)) in process_elf()2873 (FLG_IS_PLACE | FLG_IS_ORDERED)) != in process_elf()2874 (FLG_IS_PLACE | FLG_IS_ORDERED))) in process_elf()
939 #define FLG_IS_PLACE 0x0400 /* section requires to be placed */ macro