Searched refs:ELF_TOMEMORY (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/contrib/elftoolchain/libelf/ |
| HD | libelf_xlate.c | 64 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()
|
| HD | gelf_xlate.c | 50 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()
|
| HD | libelf_ehdr.c | 63 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()
|
| HD | libelf_phdr.c | 101 xlator = _libelf_get_translator(ELF_T_PHDR, ELF_TOMEMORY, ec); in _libelf_getphdr()
|
| HD | _libelf.h | 162 ELF_TOMEMORY enumerator
|
| HD | elf_scn.c | 87 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec); in _libelf_load_section_headers()
|
| HD | elf_data.c | 154 xlate = _libelf_get_translator(elftype, ELF_TOMEMORY, elfclass); in elf_getdata()
|
| HD | libelf_convert.m4 | 1077 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY); 1081 (direction != ELF_TOFILE && direction != ELF_TOMEMORY))
|
| /dragonfly/lib/libexecinfo/ |
| HD | private_libelf.h | 892 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()
|