Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c320 if ((rld->rel_flags & FLG_REL_RELA) == FLG_REL_RELA) in disp_scansyms()
1367 if ((rsp->rel_flags & FLG_REL_RELA) == FLG_REL_RELA) in reloc_relobj()
1373 if ((rsp->rel_flags & FLG_REL_RELA) == 0) { in reloc_relobj()
H A Dsections.c379 if (rsp->rel_flags & FLG_REL_RELA) in ignore_section_processing()
2742 } else if ((rsp->rel_flags & FLG_REL_RELA) == FLG_REL_RELA) { in strmerge_get_reloc_str()
3028 if ((rsp->rel_flags & FLG_REL_RELA) == 0) { in ld_strmerge_sec()
H A Dmachrel.amd.c134 reld->rel_flags |= FLG_REL_RELA; in ld_init_rel()
H A Dmachrel.sparc.c114 reld->rel_flags |= FLG_REL_RELA; in ld_init_rel()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h773 #define FLG_REL_RELA 0x00100000 /* descriptor captures a Rela */ macro