Searched refs:st_type (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lld/docs/ELF/ |
H A D | linker_script.rst | 33 For a simple assignment like ``alias = aliasee;``, the ``st_type`` field is 35 reset ``st_type`` to ``STT_NOTYPE``.
|
/freebsd/contrib/sendmail/src/ |
H A D | sm_resolve.c | 65 int st_type; member 119 return p->st_type; 141 if (type == p->st_type)
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 422 st_type(unsigned int mach, unsigned int type) in st_type() function 899 st_type(machine, ELF32_ST_TYPE(info)), in elf_print_symtab()
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 507 st_type(unsigned int mach, unsigned int type) in st_type() function 1565 st_type(ed->ehdr.e_machine, in elf_print_symtab()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 398 static const char *st_type(unsigned int mach, unsigned int os, 1057 st_type(unsigned int mach, unsigned int os, unsigned int stype) in st_type() function 3278 printf(" %-7s", st_type(re->ehdr.e_machine, in dump_symtab()
|