Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/libelf/
A Dlibelf-tools.c55 bool elf_access_ok(struct elf_binary * elf, in elf_access_ok() function
71 if ( elf_access_ok(elf, dst, size) && in elf_memcpy_safe()
72 elf_access_ok(elf, src, size) ) in elf_memcpy_safe()
83 if ( elf_access_ok(elf, dst, size) ) in elf_memset_safe()
99 if ( !elf_access_ok(elf, ptrval, size) ) in elf_access_unsigned()
159 if ( !elf_access_ok(elf, ELF_HANDLE_PTRVAL(shdr), 1) ) in elf_shdr_by_name()
212 if ( !elf_access_ok(elf, start + length, 1) ) in elf_strval()
349 !elf_access_ok(elf, ELF_HANDLE_PTRVAL(note), 1) ) ) in elf_note_next()
A Dlibelf-loader.c86 if ( !elf_access_ok(elf, ELF_HANDLE_PTRVAL(shdr), 1) ) in elf_init()
222 if ( !elf_access_ok(elf, ELF_HANDLE_PTRVAL(shdr), 1) ) in elf_parse_bsdsyms()
477 if ( !elf_access_ok(elf, ELF_HANDLE_PTRVAL(phdr), 1) ) in elf_parse_binary()
514 if ( !elf_access_ok(elf, ELF_HANDLE_PTRVAL(phdr), 1) ) in elf_load_binary()
A Dlibelf-dominfo.c516 if ( !elf_access_ok(elf, ELF_HANDLE_PTRVAL(phdr), 1) ) in elf_xen_parse()
549 if ( !elf_access_ok(elf, ELF_HANDLE_PTRVAL(shdr), 1) ) in elf_xen_parse()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dlibelf.h282 bool elf_access_ok(struct elf_binary * elf,
289 if (elf_access_ok((elf), elf_store__targ, \

Completed in 7 milliseconds