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

/freebsd-12-stable/contrib/binutils/bfd/
H A Delf64-sparc.c416 file. We use it for STT_REGISTER symbols. */
427 if (ELF_ST_TYPE (sym->st_info) == STT_REGISTER)
439 (_("%B: Only registers %%g[2367] can be declared using STT_REGISTER"),
447 /* STT_REGISTER only works when linking an elf64_sparc object.
448 If STT_REGISTER comes from a dynamic object, don't put it into
535 /* This function takes care of emitting STT_REGISTER symbols
551 /* We arranged in size_dynamic_sections to put the STT_REGISTER entries
586 sym.st_info = ELF_ST_INFO (app_regs [reg].bind, STT_REGISTER);
601 if (ELF_ST_TYPE (elf_sym->st_info) == STT_REGISTER)
602 return STT_REGISTER;
[all...]
H A Delfxx-sparc.c2351 /* Add dynamic STT_REGISTER symbols and corresponding DT_SPARC_REGISTER
2381 STT_REGISTER);
/freebsd-12-stable/contrib/binutils/include/elf/
H A Dsparc.h58 #define STT_REGISTER 13 /* global reg reserved to app. */ macro
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-sparc.c4257 ELF_ST_INFO(STB_GLOBAL, STT_REGISTER);
4269 /* Adjust the symbol table. We set undefined sections for STT_REGISTER
4280 ->internal_elf_sym.st_info) != STT_REGISTER)
/freebsd-12-stable/contrib/binutils/binutils/
H A Dreadelf.c6888 if (elf_header.e_machine == EM_SPARCV9 && type == STT_REGISTER)

Completed in 118 milliseconds