Lines Matching refs:addr
183 int __weak elfcorehdr_alloc(unsigned long long *addr, unsigned long long *size) in elfcorehdr_alloc() argument
191 void __weak elfcorehdr_free(unsigned long long addr) in elfcorehdr_free() argument
1212 u64 addr; in parse_crash_elf64_headers() local
1214 addr = elfcorehdr_addr; in parse_crash_elf64_headers()
1217 rc = elfcorehdr_read((char *)&ehdr, sizeof(Elf64_Ehdr), &addr); in parse_crash_elf64_headers()
1243 addr = elfcorehdr_addr; in parse_crash_elf64_headers()
1244 rc = elfcorehdr_read(elfcorebuf, elfcorebuf_sz_orig, &addr); in parse_crash_elf64_headers()
1268 u64 addr; in parse_crash_elf32_headers() local
1270 addr = elfcorehdr_addr; in parse_crash_elf32_headers()
1273 rc = elfcorehdr_read((char *)&ehdr, sizeof(Elf32_Ehdr), &addr); in parse_crash_elf32_headers()
1298 addr = elfcorehdr_addr; in parse_crash_elf32_headers()
1299 rc = elfcorehdr_read(elfcorebuf, elfcorebuf_sz_orig, &addr); in parse_crash_elf32_headers()
1322 u64 addr; in parse_crash_elf_headers() local
1325 addr = elfcorehdr_addr; in parse_crash_elf_headers()
1326 rc = elfcorehdr_read(e_ident, EI_NIDENT, &addr); in parse_crash_elf_headers()