Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c470 static char s_abi[32]; in elf_osabi() local
493 snprintf(s_abi, sizeof(s_abi), "<unknown: %#x>", abi); in elf_osabi()
494 return (s_abi); in elf_osabi()