Searched refs:elf_access_ok (Results 1 – 4 of 4) sorted by relevance
/xen/xen/common/libelf/ |
A D | libelf-tools.c | 55 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 D | libelf-loader.c | 86 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 D | libelf-dominfo.c | 524 if ( !elf_access_ok(elf, ELF_HANDLE_PTRVAL(phdr), 1) ) in elf_xen_parse() 557 if ( !elf_access_ok(elf, ELF_HANDLE_PTRVAL(shdr), 1) ) in elf_xen_parse()
|
/xen/xen/include/xen/ |
A D | libelf.h | 282 bool elf_access_ok(struct elf_binary * elf, 289 if (elf_access_ok((elf), elf_store__targ, \
|
Completed in 7 milliseconds