Home
last modified time | relevance | path

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

/dragonfly/contrib/elftoolchain/libelf/
HDlibelf_xlate.c64 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.c50 return _libelf_xlate(dst, src, encoding, ELFCLASS32, ELF_TOMEMORY); in elf32_xlatetom()
56 return _libelf_xlate(dst, src, encoding, ELFCLASS64, ELF_TOMEMORY); in elf64_xlatetom()
65 ELF_TOMEMORY)); in gelf_xlatetom()
HDlibelf_ehdr.c63 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec); in _libelf_load_extended()
169 xlator = _libelf_get_translator(ELF_T_EHDR, ELF_TOMEMORY, ec); in _libelf_ehdr()
HDlibelf_phdr.c101 xlator = _libelf_get_translator(ELF_T_PHDR, ELF_TOMEMORY, ec); in _libelf_getphdr()
HD_libelf.h162 ELF_TOMEMORY enumerator
HDelf_scn.c87 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec); in _libelf_load_section_headers()
HDelf_data.c154 xlate = _libelf_get_translator(elftype, ELF_TOMEMORY, elfclass); in elf_getdata()
HDlibelf_convert.m41077 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY);
1081 (direction != ELF_TOFILE && direction != ELF_TOMEMORY))
/dragonfly/lib/libexecinfo/
HDprivate_libelf.h892 ELF_TOMEMORY enumerator
2376 assert(/* direction == ELF_TOFILE || */ direction == ELF_TOMEMORY); in _libelf_get_translator()
2380 (/* direction != ELF_TOFILE && */ direction != ELF_TOMEMORY)) in _libelf_get_translator()
2420 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec); in _libelf_load_extended()
2531 xlator = _libelf_get_translator(ELF_T_EHDR, ELF_TOMEMORY, ec); in _libelf_ehdr()
2643 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec); in _libelf_load_section_headers()
3528 xlate = _libelf_get_translator(elftype, ELF_TOMEMORY, elfclass); in elf_getdata()