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

/linux-master/arch/mips/boot/tools/
H 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);
282 sec->shdr.sh_addr = elf_addr_to_cpu(shdr.sh_addr);
345 sym->st_value = elf_addr_to_cpu(sym->st_value);
388 rel->r_offset = elf_addr_to_cpu(rel->r_offset);
/linux-master/arch/s390/tools/
H 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);
205 sec->shdr.sh_addr = elf_addr_to_cpu(shdr.sh_addr);
242 rel->r_offset = elf_addr_to_cpu(rel->r_offset);
/linux-master/arch/x86/tools/
H A Drelocs.c340 #define elf_addr_to_cpu(x) elf64_to_cpu(x) macro
344 #define elf_addr_to_cpu(x) elf32_to_cpu(x) macro
388 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry);
458 sec->shdr.sh_addr = elf_addr_to_cpu(shdr.sh_addr);
544 sym->st_value = elf_addr_to_cpu(sym->st_value);
582 rel->r_offset = elf_addr_to_cpu(rel->r_offset);

Completed in 281 milliseconds