Home
last modified time | relevance | path

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

/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c564 static char s_endian[32]; in elf_endian() local
571 snprintf(s_endian, sizeof(s_endian), "<unknown: %#x>", endian); in elf_endian()
572 return (s_endian); in elf_endian()
/NextBSD/contrib/binutils/gas/
HDChangeLog-02033239 (s_endian <ignore>): Likewise.
HDChangeLog-9295714 (s_endian): New static function.