Lines Matching +full:- +full:alike
1 /* SPDX-License-Identifier: GPL-2.0 */
17 /* On BSD-alike OSes elf.h defines these according to host's word size */
53 /* The 64-bit MIPS ELF ABI uses an unusual reloc format. */
81 ((unsigned char*)dest)[i] = ((unsigned char*)src)[size - i-1]; in __endian()
159 /* Accessor for sym->st_shndx, hides ugliness of "64k sections" */
163 unsigned int index = sym->st_shndx; in get_secindex()
170 return info->symtab_shndx_start[sym - info->symtab_start]; in get_secindex()
174 * the way to UINT_MAX-255..UINT_MAX, to avoid conflicting with real in get_secindex()
178 return index - SHN_HIRESERVE - 1; in get_secindex()
205 * warn - show the given message, then let modpost continue running, still
209 * error - show the given message, then let modpost continue running, but fail
214 * fatal - show the given message, and bail out immediately. This should be