Searched refs:ELF_TOMEMORY (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/elftoolchain/libelf/ |
| HD | libelf_xlate.c | 65 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 | 53 ELF_TOMEMORY); in elf32_xlatetom() 60 ELF_TOMEMORY); in elf64_xlatetom() 69 _libelf_elfmachine(e), ELF_TOMEMORY)); in gelf_xlatetom()
|
| HD | libelf_ehdr.c | 67 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()
|
| HD | libelf_phdr.c | 104 xlator = _libelf_get_translator(ELF_T_PHDR, ELF_TOMEMORY, ec, in _libelf_getphdr()
|
| HD | _libelf.h | 166 ELF_TOMEMORY enumerator
|
| HD | elf_scn.c | 100 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec, in _libelf_load_section_headers()
|
| HD | elf_data.c | 156 xlate = _libelf_get_translator(elftype, ELF_TOMEMORY, elfclass, in elf_getdata()
|
| HD | libelf_convert.m4 | 1081 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY);
|