Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/libelf/
A Dlibelf-tools.c123 uint64_t elf_round = (elf_64bit(elf) ? 8 : 4) - 1; in elf_round_up() local
125 return (addr + elf_round) & ~elf_round; in elf_round_up()

Completed in 3 milliseconds