Home
last modified time | relevance | path

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

/arch/s390/tools/
A Drelocs.c104 #define elf_addr_to_cpu(x) elf64_to_cpu(x) macro
135 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry); in read_ehdr()
205 sec->shdr.sh_addr = elf_addr_to_cpu(shdr.sh_addr); in read_shdrs()
242 rel->r_offset = elf_addr_to_cpu(rel->r_offset); in read_relocs()
/arch/mips/boot/tools/
A Drelocs.c196 #define elf_addr_to_cpu(x) elf64_to_cpu(x) macro
200 #define elf_addr_to_cpu(x) elf32_to_cpu(x) macro
227 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry); in read_ehdr()
282 sec->shdr.sh_addr = elf_addr_to_cpu(shdr.sh_addr); in read_shdrs()
345 sym->st_value = elf_addr_to_cpu(sym->st_value); in read_symtabs()
388 rel->r_offset = elf_addr_to_cpu(rel->r_offset); in read_relocs()
/arch/x86/tools/
A Drelocs.c320 # define elf_addr_to_cpu(x) elf64_to_cpu(x) macro
324 # define elf_addr_to_cpu(x) elf32_to_cpu(x) macro
363 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry); in read_ehdr()
432 sec->shdr.sh_addr = elf_addr_to_cpu(shdr.sh_addr); in read_shdrs()
507 sym->st_value = elf_addr_to_cpu(sym->st_value); in read_symtabs()
544 rel->r_offset = elf_addr_to_cpu(rel->r_offset); in read_relocs()

Completed in 7 milliseconds