Searched refs:elf_round_up (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/libelf/ |
A D | libelf-loader.c | 201 pstart = elf_round_up(elf, pstart); in elf_parse_bsdsyms() 210 sz = elf_round_up(elf, sz); in elf_parse_bsdsyms() 218 sz = elf_round_up(elf, sz + elf_uval(elf, elf->sym_tab, sh_size)); in elf_parse_bsdsyms() 230 sz = elf_round_up(elf, sz + elf_uval(elf, shdr, sh_size)); in elf_parse_bsdsyms() 323 symtab_base = elf_round_up(elf, header_base + sizeof(header)); in elf_load_bsdsyms() 396 strtab_base = elf_round_up(elf, symtab_base + in elf_load_bsdsyms()
|
A D | libelf-tools.c | 121 uint64_t elf_round_up(struct elf_binary *elf, uint64_t addr) in elf_round_up() function
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | libelf.h | 267 uint64_t elf_round_up(struct elf_binary *elf, uint64_t addr);
|
Completed in 6 milliseconds