Lines Matching +defs:val +defs:process
316 # define le16_to_cpu(val) (val) argument
317 # define le32_to_cpu(val) (val) argument
318 # define le64_to_cpu(val) (val) argument
322 # define le16_to_cpu(val) bswap_16(val) argument
323 # define le32_to_cpu(val) bswap_32(val) argument
324 # define le64_to_cpu(val) bswap_64(val) argument
327 static uint16_t elf16_to_cpu(uint16_t val) in elf16_to_cpu()
332 static uint32_t elf32_to_cpu(uint32_t val) in elf32_to_cpu()
341 static uint64_t elf64_to_cpu(uint64_t val) in elf64_to_cpu()
1177 # define process process_64 macro
1179 # define process process_32 macro
1182 void process(FILE *fp, int use_real_mode, int as_text, in process() function