Home
last modified time | relevance | path

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

/openbsd/src/lib/libelf/
Dlibelf_xlate.c66 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY); in _libelf_xlate()
90 if (src->d_size % (direction == ELF_TOMEMORY ? fsz : msz)) { in _libelf_xlate()
100 if (direction == ELF_TOMEMORY) { in _libelf_xlate()
127 if ((direction == ELF_TOMEMORY ? db : sb) % in _libelf_xlate()
Dgelf_xlate.c53 ELF_TOMEMORY); in elf32_xlatetom()
60 ELF_TOMEMORY); in elf64_xlatetom()
69 _libelf_elfmachine(e), ELF_TOMEMORY)); in gelf_xlatetom()
Dlibelf_ehdr.c67 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec, in _libelf_load_extended()
173 xlator = _libelf_get_translator(ELF_T_EHDR, ELF_TOMEMORY, ec, in _libelf_ehdr()
Dlibelf_phdr.c104 xlator = _libelf_get_translator(ELF_T_PHDR, ELF_TOMEMORY, ec, in _libelf_getphdr()
D_libelf.h162 ELF_TOMEMORY enumerator
Delf_scn.c87 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec, in _libelf_load_section_headers()
Delf_data.c156 xlate = _libelf_get_translator(elftype, ELF_TOMEMORY, elfclass, in elf_getdata()
Dlibelf_convert.m41084 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY);