Searched refs:s_type (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/elftoolchain/libelftc/ ! |
| H A D | elftc_reloc_type_str.c | 37 static char s_type[32]; in elftc_reloc_type_str() local 955 snprintf(s_type, sizeof(s_type), "<unknown: %#x>", type); in elftc_reloc_type_str() 956 return (s_type); in elftc_reloc_type_str()
|
| /src/contrib/elftoolchain/elfdump/ ! |
| H A D | elfdump.c | 269 static char s_type[32]; in elf_type_str() local 280 snprintf(s_type, sizeof(s_type), "<proc: %#x>", type); in elf_type_str() 282 snprintf(s_type, sizeof(s_type), "<os: %#x>", type); in elf_type_str() 284 snprintf(s_type, sizeof(s_type), "<unknown: %#x", type); in elf_type_str() 285 return (s_type); in elf_type_str() 343 static char s_type[32]; in elf_phdr_type_str() local 361 snprintf(s_type, sizeof(s_type), "<unknown: %#x>", type); in elf_phdr_type_str() 362 return (s_type); in elf_phdr_type_str() 509 static char s_type[32]; in st_type() local 524 snprintf(s_type, sizeof(s_type), "<unknown: %#x>", type); in st_type() [all …]
|
| /src/usr.bin/elfdump/ ! |
| H A D | elfdump.c | 424 static char s_type[32]; in st_type() local 439 snprintf(s_type, sizeof(s_type), "<unknown: %#x>", type); in st_type() 440 return (s_type); in st_type()
|
| /src/sys/sys/ ! |
| H A D | vnode.h | 543 #define VOPARG_OFFSETOF(s_type, field) __offsetof(s_type, field) argument 544 #define VOPARG_OFFSETTO(s_type, s_offset, struct_p) \ argument 545 ((s_type)(((char*)(struct_p)) + (s_offset)))
|
| /src/contrib/elftoolchain/readelf/ ! |
| H A D | readelf.c | 636 static char s_type[32]; in elf_type() local 646 snprintf(s_type, sizeof(s_type), "<proc: %#x>", type); in elf_type() 648 snprintf(s_type, sizeof(s_type), "<os: %#x>", type); in elf_type() 650 snprintf(s_type, sizeof(s_type), "<unknown: %#x>", in elf_type() 652 return (s_type); in elf_type()
|