HomeSort by: relevance | last modified time | path
    Searched refs:ELF_TOMEMORY (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/elftoolchain/dist/libelf/
gelf_xlate.c 59 ELF_TOMEMORY);
66 ELF_TOMEMORY);
75 _libelf_elfmachine(e), ELF_TOMEMORY));
libelf_xlate.c 75 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY);
99 if (src->d_size % (direction == ELF_TOMEMORY ? fsz : msz)) {
109 if (direction == ELF_TOMEMORY) {
136 if ((direction == ELF_TOMEMORY ? db : sb) %
libelf_ehdr.c 77 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec,
183 xlator = _libelf_get_translator(ELF_T_EHDR, ELF_TOMEMORY, ec,
libelf_phdr.c 114 xlator = _libelf_get_translator(ELF_T_PHDR, ELF_TOMEMORY, ec,
_libelf.h 164 ELF_TOMEMORY
elf_scn.c 97 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec,
elf_data.c 165 xlate = _libelf_get_translator(elftype, ELF_TOMEMORY, elfclass,

Completed in 43 milliseconds