Searched refs:elf_addr_to_cpu (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/tools/
H A Drelocs.c324 #define elf_addr_to_cpu(x) elf64_to_cpu(x) macro
328 #define elf_addr_to_cpu(x) elf32_to_cpu(x) macro
355 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry); read_ehdr()
411 sec->shdr.sh_addr = elf_addr_to_cpu(shdr.sh_addr); read_shdrs()
474 sym->st_value = elf_addr_to_cpu(sym->st_value); read_symtabs()
506 rel->r_offset = elf_addr_to_cpu(rel->r_offset); read_relocs()

Completed in 52 milliseconds