Searched refs:STT_RELC (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/binutils/include/elf/
H A Dcommon.h507 #define STT_RELC 8 /* Complex relocation expression */ macro
/freebsd-10.3-release/contrib/binutils/bfd/
H A Delfcode.h1285 case STT_RELC:
H A Delflink.c6530 Complex symbols are mangled symbols (BSF_RELC external / STT_RELC
6948 /* We're only processing STT_RELC or STT_SRELC type symbols. */
6949 if ((ELF_ST_TYPE (sym->st_info) != STT_RELC) &&
6971 if (h->type != STT_RELC && h->type != STT_SRELC)
H A Delf.c6465 type = STT_RELC;
/freebsd-10.3-release/contrib/binutils/binutils/
H A Dreadelf.c6880 case STT_RELC: return "RELC";

Completed in 208 milliseconds