Lines Matching refs:addr
160 int __weak elfcorehdr_alloc(unsigned long long *addr, unsigned long long *size) in elfcorehdr_alloc() argument
168 void __weak elfcorehdr_free(unsigned long long addr) in elfcorehdr_free() argument
1196 u64 addr; in parse_crash_elf64_headers() local
1198 addr = elfcorehdr_addr; in parse_crash_elf64_headers()
1201 rc = elfcorehdr_read((char *)&ehdr, sizeof(Elf64_Ehdr), &addr); in parse_crash_elf64_headers()
1227 addr = elfcorehdr_addr; in parse_crash_elf64_headers()
1228 rc = elfcorehdr_read(elfcorebuf, elfcorebuf_sz_orig, &addr); in parse_crash_elf64_headers()
1252 u64 addr; in parse_crash_elf32_headers() local
1254 addr = elfcorehdr_addr; in parse_crash_elf32_headers()
1257 rc = elfcorehdr_read((char *)&ehdr, sizeof(Elf32_Ehdr), &addr); in parse_crash_elf32_headers()
1282 addr = elfcorehdr_addr; in parse_crash_elf32_headers()
1283 rc = elfcorehdr_read(elfcorebuf, elfcorebuf_sz_orig, &addr); in parse_crash_elf32_headers()
1306 u64 addr; in parse_crash_elf_headers() local
1309 addr = elfcorehdr_addr; in parse_crash_elf_headers()
1310 rc = elfcorehdr_read(e_ident, EI_NIDENT, &addr); in parse_crash_elf_headers()