Searched refs:elf_round (Results 1 – 1 of 1) sorted by relevance
123 uint64_t elf_round = (elf_64bit(elf) ? 8 : 4) - 1; in elf_round_up() local125 return (addr + elf_round) & ~elf_round; in elf_round_up()
Completed in 3 milliseconds