Home
last modified time | relevance | path

Searched refs:STT_SRELC (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h681 #define STT_SRELC 9 /* Signed Complex relocation expression */ macro
DChangeLog1427 * common.h (STT_RELC, STT_SRELC, R_RELC): New macros.
/toolchain/binutils/binutils-2.25/bfd/
Delfcode.h1313 case STT_SRELC: in elf_slurp_symbol_table()
DChangeLog-20073262 STT_SRELC for global symbols.
3284 * elfcode.h (elf_slurp_symbol_table): Handle STT_RELC and STT_SRELC.
Delflink.c9639 if ((s_type == STT_RELC || s_type == STT_SRELC) in elf_link_input_bfd()
9657 isymbuf, locsymcount, s_type == STT_SRELC)) in elf_link_input_bfd()
Delf.c6997 type = STT_SRELC; in swap_out_syms()
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c9554 case STT_SRELC: return "SRELC"; in get_symbol_type()