Home
last modified time | relevance | path

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

/external/syslinux/com32/tools/
Drelocs.c247 static uint32_t elf32_to_cpu(uint32_t val) in elf32_to_cpu() function
273 ehdr.e_version = elf32_to_cpu(ehdr.e_version); in read_ehdr()
274 ehdr.e_entry = elf32_to_cpu(ehdr.e_entry); in read_ehdr()
275 ehdr.e_phoff = elf32_to_cpu(ehdr.e_phoff); in read_ehdr()
276 ehdr.e_shoff = elf32_to_cpu(ehdr.e_shoff); in read_ehdr()
277 ehdr.e_flags = elf32_to_cpu(ehdr.e_flags); in read_ehdr()
327 sec->shdr.sh_name = elf32_to_cpu(shdr.sh_name); in read_shdrs()
328 sec->shdr.sh_type = elf32_to_cpu(shdr.sh_type); in read_shdrs()
329 sec->shdr.sh_flags = elf32_to_cpu(shdr.sh_flags); in read_shdrs()
330 sec->shdr.sh_addr = elf32_to_cpu(shdr.sh_addr); in read_shdrs()
[all …]