Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/elftoolchain/libelf/
HDlibelf_xlate.c65 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY); in _libelf_xlate()
89 if (src->d_size % (direction == ELF_TOMEMORY ? fsz : msz)) { in _libelf_xlate()
99 if (direction == ELF_TOMEMORY) { in _libelf_xlate()
126 if ((direction == ELF_TOMEMORY ? db : sb) % in _libelf_xlate()
HDgelf_xlate.c53 ELF_TOMEMORY); in elf32_xlatetom()
60 ELF_TOMEMORY); in elf64_xlatetom()
69 _libelf_elfmachine(e), ELF_TOMEMORY)); in gelf_xlatetom()
HDlibelf_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()
HDlibelf_phdr.c104 xlator = _libelf_get_translator(ELF_T_PHDR, ELF_TOMEMORY, ec, in _libelf_getphdr()
HD_libelf.h166 ELF_TOMEMORY enumerator
HDelf_scn.c100 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec, in _libelf_load_section_headers()
HDelf_data.c156 xlate = _libelf_get_translator(elftype, ELF_TOMEMORY, elfclass, in elf_getdata()
HDlibelf_convert.m41081 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY);