Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dfiles.c207 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()
/titanic_50/usr/src/cmd/sgs/include/
H A Dlibld.h939 #define FLG_IS_PLACE 0x0400 /* section requires to be placed */ macro