Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c224 isp->is_flags |= FLG_IS_PLACE; in process_section()
2881 ((isp->is_flags & FLG_IS_PLACE) == 0)) in process_elf()
2915 (FLG_IS_PLACE | FLG_IS_ORDERED)) != in process_elf()
2916 (FLG_IS_PLACE | FLG_IS_ORDERED))) in process_elf()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h948 #define FLG_IS_PLACE 0x0400 /* section requires to be placed */ macro