Home
last modified time | relevance | path

Searched refs:xlator (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/bsdelf/elftoolchain-0.7.1/libelf/
H A Dlibelf_ehdr.c46 int (*xlator)(unsigned char *_d, size_t _dsz, unsigned char *_s, in _libelf_load_extended() local
63 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec); in _libelf_load_extended()
64 (*xlator)((unsigned char *) &scn->s_shdr, sizeof(scn->s_shdr), in _libelf_load_extended()
107 int (*xlator)(unsigned char *_d, size_t _dsz, unsigned char *_s, in _libelf_ehdr() local
169 xlator = _libelf_get_translator(ELF_T_EHDR, ELF_TOMEMORY, ec); in _libelf_ehdr()
170 (*xlator)((unsigned char*) ehdr, msz, e->e_rawfile, (size_t) 1, in _libelf_ehdr()
H A Dlibelf_phdr.c45 int (*xlator)(unsigned char *_d, size_t _dsz, unsigned char *_s, in _libelf_getphdr() local
101 xlator = _libelf_get_translator(ELF_T_PHDR, ELF_TOMEMORY, ec); in _libelf_getphdr()
102 (*xlator)(phdr, phnum * msz, e->e_rawfile + phoff, phnum, in _libelf_getphdr()
H A Delf_scn.c54 int (*xlator)(unsigned char *_d, size_t _dsz, unsigned char *_s, in _libelf_load_section_headers() local
87 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec); in _libelf_load_section_headers()
110 (*xlator)((unsigned char *) &scn->s_shdr, sizeof(scn->s_shdr), in _libelf_load_section_headers()
/dports/ports-mgmt/pkg/pkg-1.17.5/external/libelf/
H A Dlibelf_ehdr.c48 int (*xlator)(unsigned char *_d, size_t _dsz, unsigned char *_s, in _libelf_load_extended() local
65 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec); in _libelf_load_extended()
66 (*xlator)((unsigned char *) &scn->s_shdr, sizeof(scn->s_shdr), in _libelf_load_extended()
109 int (*xlator)(unsigned char *_d, size_t _dsz, unsigned char *_s, in _libelf_ehdr() local
171 xlator = _libelf_get_translator(ELF_T_EHDR, ELF_TOMEMORY, ec); in _libelf_ehdr()
172 (*xlator)((unsigned char*) ehdr, msz, e->e_rawfile, (size_t) 1, in _libelf_ehdr()
H A Dlibelf_phdr.c47 int (*xlator)(unsigned char *_d, size_t _dsz, unsigned char *_s, in _libelf_getphdr() local
103 xlator = _libelf_get_translator(ELF_T_PHDR, ELF_TOMEMORY, ec); in _libelf_getphdr()
104 (*xlator)(phdr, phnum * msz, e->e_rawfile + phoff, phnum, in _libelf_getphdr()
H A Delf_scn.c54 int (*xlator)(unsigned char *_d, size_t _dsz, unsigned char *_s, in _libelf_load_section_headers() local
87 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec); in _libelf_load_section_headers()
110 (*xlator)((unsigned char *) &scn->s_shdr, sizeof(scn->s_shdr), in _libelf_load_section_headers()
/dports/devel/elftoolchain/elftoolchain-0.7.1/libelf/
H A Dlibelf_ehdr.c46 int (*xlator)(unsigned char *_d, size_t _dsz, unsigned char *_s, in _libelf_load_extended() local
63 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec); in _libelf_load_extended()
64 (*xlator)((unsigned char *) &scn->s_shdr, sizeof(scn->s_shdr), in _libelf_load_extended()
107 int (*xlator)(unsigned char *_d, size_t _dsz, unsigned char *_s, in _libelf_ehdr() local
169 xlator = _libelf_get_translator(ELF_T_EHDR, ELF_TOMEMORY, ec); in _libelf_ehdr()
170 (*xlator)((unsigned char*) ehdr, msz, e->e_rawfile, (size_t) 1, in _libelf_ehdr()
H A Dlibelf_phdr.c45 int (*xlator)(unsigned char *_d, size_t _dsz, unsigned char *_s, in _libelf_getphdr() local
101 xlator = _libelf_get_translator(ELF_T_PHDR, ELF_TOMEMORY, ec); in _libelf_getphdr()
102 (*xlator)(phdr, phnum * msz, e->e_rawfile + phoff, phnum, in _libelf_getphdr()
H A Delf_scn.c54 int (*xlator)(unsigned char *_d, size_t _dsz, unsigned char *_s, in _libelf_load_section_headers() local
87 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec); in _libelf_load_section_headers()
110 (*xlator)((unsigned char *) &scn->s_shdr, sizeof(scn->s_shdr), in _libelf_load_section_headers()
/dports/games/doomsday/doomsday-2.3.1/doomsday/tools/savegametool/src/
H A Dmain.cpp127 foreach (PackageFormatter *xlator, translators) in convertSavegame()
129 if (xlator->recognize(inputPath)) in convertSavegame()
132 << NativePath(inputPath).pretty() << xlator->formatName(); in convertSavegame()
133 knownTranslator = xlator; in convertSavegame()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/retry/
H A DTestRetryProxy.java83 ProtocolTranslator xlator = new ProtocolTranslator() { in testRpcInvocation() local
97 assertTrue(RetryInvocationHandler.isRpcInvocation(xlator)); in testRpcInvocation()
99 assertEquals(xlator.toString(), "1"); in testRpcInvocation()
/dports/chinese/librime/librime-1.7.3/src/rime/
H A Dswitcher.cc200 auto xlator = translators_[0]; // schema_list_translator in SelectNextSchema() local
201 if (!xlator) in SelectNextSchema()
204 menu.AddTranslation(xlator->Query("", Segment())); in SelectNextSchema()
/dports/devel/gnuelf-legacy/libelf-0.8.13/lib/
H A D32.xlatetof.c251 typedef size_t (*xlator)(unsigned char*, const unsigned char*, size_t);
252 typedef xlator xltab[ELF_T_NUM][2];
339 xlator op;
378 xlator op;
H A D64.xlatetof.c279 typedef size_t (*xlator)(unsigned char*, const unsigned char*, size_t);
280 typedef xlator xltab[ELF_T_NUM][2];
367 xlator op;
406 xlator op;
/dports/devel/libelf/libelf-0.8.13/lib/
H A D32.xlatetof.c251 typedef size_t (*xlator)(unsigned char*, const unsigned char*, size_t); typedef
252 typedef xlator xltab[ELF_T_NUM][2];
339 xlator op; in _elf32_xltsize()
378 xlator op; in elf32_xlate()
H A D64.xlatetof.c279 typedef size_t (*xlator)(unsigned char*, const unsigned char*, size_t); typedef
280 typedef xlator xltab[ELF_T_NUM][2];
367 xlator op; in _elf64_xltsize()
406 xlator op; in elf64_xlate()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/config-files/
H A Dservices.append12 krb524 4444/tcp # Kerberos 5 to 4 ticket xlator
/dports/security/krb5/krb5-1.19.2/src/config-files/
H A Dservices.append12 krb524 4444/tcp # Kerberos 5 to 4 ticket xlator
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/
H A DTestRPCCompatibility.java357 ProtocolMetaInfoServerSideTranslatorPB xlator = in testProtocolMetaInfoSSTranslatorPB() local
360 GetProtocolSignatureResponseProto resp = xlator.getProtocolSignature( in testProtocolMetaInfoSSTranslatorPB()
366 resp = xlator.getProtocolSignature( in testProtocolMetaInfoSSTranslatorPB()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/
H A DRPC.java946 ProtocolMetaInfoServerSideTranslatorPB xlator = in initProtocolMetaInfo() local
949 .newReflectiveBlockingService(xlator); in initProtocolMetaInfo()
/dports/devel/bsdelf/elftoolchain-0.7.1/test/libelf/tset/gelf_xlate/
H A Dxlate.m452 check_gelf_xlate(Elf_Data *xlator(Elf *e,Elf_Data *d, const Elf_Data *s, unsigned int enc),
63 if ((dstret = xlator(e, dst, src, ed)) != dst) {
/dports/devel/bsdelf/elftoolchain-0.7.1/test/libelf/tset/common/
H A Dxlate_template.c650 check_xlate(Elf_Data *xlator(Elf_Data *d, const Elf_Data *s, unsigned int enc), in check_xlate()
659 if ((dstret = xlator(dst, src, ed)) != dst) { in check_xlate()
/dports/devel/elftoolchain/elftoolchain-0.7.1/test/libelf/tset/gelf_xlate/
H A Dxlate.m452 check_gelf_xlate(Elf_Data *xlator(Elf *e,Elf_Data *d, const Elf_Data *s, unsigned int enc),
63 if ((dstret = xlator(e, dst, src, ed)) != dst) {
/dports/devel/elftoolchain/elftoolchain-0.7.1/test/libelf/tset/common/
H A Dxlate_template.c650 check_xlate(Elf_Data *xlator(Elf_Data *d, const Elf_Data *s, unsigned int enc), in check_xlate()
659 if ((dstret = xlator(dst, src, ed)) != dst) { in check_xlate()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/qib/
H A Dqib_iba6120.c2282 static const u16 xlator[] = { in qib_portcntr_6120() local
2319 if (reg >= ARRAY_SIZE(xlator)) { in qib_portcntr_6120()
2324 creg = xlator[reg]; in qib_portcntr_6120()

12