Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dlinker_script.rst33 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 Dsm_resolve.c65 int st_type; member
119 return p->st_type;
141 if (type == p->st_type)
/freebsd/usr.bin/elfdump/
H A Delfdump.c422 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 Delfdump.c507 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 Dreadelf.c398 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()