Home
last modified time | relevance | path

Searched refs:EC32 (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dmacho.c46 #define EC32(v, conv) (conv ? cbswap32(v) : v) macro
248 switch (EC32(hdr.cpu_type, conv)) { in cli_scanmacho()
282 if (!matcher) switch (EC32(hdr.filetype, conv)) { in cli_scanmacho()
322 hdr.ncmds = EC32(hdr.ncmds, conv); in cli_scanmacho()
342 load_cmd.cmd = EC32(load_cmd.cmd, conv); in cli_scanmacho()
351 nsects = EC32(segment_cmd64.nsects, conv); in cli_scanmacho()
361 nsects = EC32(segment_cmd.nsects, conv); in cli_scanmacho()
410 if (EC32(section.align, conv) >= 32) { in cli_scanmacho()
543 fat_header.nfats = EC32(fat_header.nfats, conv); in cli_scanmacho_unibin()
558 fat_arch.offset = EC32(fat_arch.offset, conv); in cli_scanmacho_unibin()
[all …]
H A Delf.c48 #define EC32(v, conv) (conv ? cbswap32(v) : v) macro
66 …if (EC32(ph[i].p_vaddr, conv) <= vaddr && EC32(ph[i].p_vaddr, conv) + EC32(ph[i].p_memsz, conv) > … in cli_rawaddr32()
78 return vaddr - EC32(ph[i].p_vaddr, conv) + EC32(ph[i].p_offset, conv); in cli_rawaddr32()
165 file_hdr->hdr64.e_version = EC32(file_hdr->hdr64.e_version, conv); in cli_elf_fileheader()
179 file_hdr->hdr64.e_flags = EC32(file_hdr->hdr64.e_flags, conv); in cli_elf_fileheader()
485 elfinfo->sections[i].rva = EC32(section_hdr[i].sh_addr, conv); in cli_elf_sh32()
486 elfinfo->sections[i].raw = EC32(section_hdr[i].sh_offset, conv); in cli_elf_sh32()
487 elfinfo->sections[i].rsz = EC32(section_hdr[i].sh_size, conv); in cli_elf_sh32()
494 sh_type = EC32(section_hdr[i].sh_type, conv); in cli_elf_sh32()
495 sh_flags = EC32(section_hdr[i].sh_flags, conv) & ELF_SHF_MASK; in cli_elf_sh32()
[all …]
H A Dpe.c113 #define EC32(x) ((uint32_t)cli_readint32(&(x))) macro
379 res_rva = EC32(peinfo->dirs[2].VirtualAddress); in findres()
2342 thunk32.u.Ordinal = EC32(thunk32.u.Ordinal); in hash_impfns()
2482 image->Name = EC32(image->Name); in hash_imptbl()
4579 peinfo->e_lfanew = EC32(peinfo->e_lfanew);
4848 peinfo->hdr_size = EC32(opt64->SizeOfHeaders);
4956 salign = (peinfo->is_pe32plus) ? EC32(opt64->SectionAlignment) : EC32(opt32->SectionAlignment);
4957 falign = (peinfo->is_pe32plus) ? EC32(opt64->FileAlignment) : EC32(opt32->FileAlignment);
5143 section->uvsz = EC32(section_hdr->VirtualSize);
5582 sec_dir_size = EC32(peinfo->dirs[4].Size);
[all …]
H A Dsis.c47 #define EC32(x) cli_readint32(&(x)) macro
94 cli_dbgmsg("SIS: UIDS %x %x %x - %x\n", EC32(uid[0]), EC32(uid[1]), EC32(uid[2]), EC32(uid[3])); in cli_scansis()
223 char *name = getsistring(map, EC32(ptrs[j]), EC32(lens[j])); in spamsisnames()
225 cli_dbgmsg("\t%s (%s - @%x, len %d)\n", name, alangs[j], EC32(ptrs[j]), EC32(lens[j])); in spamsisnames()
287 sis.plangs = EC32(sis.plangs); in real_scansis()
288 sis.pfiles = EC32(sis.pfiles); in real_scansis()
289 sis.pdeps = EC32(sis.pdeps); in real_scansis()
290 sis.pnames = EC32(sis.pnames); in real_scansis()
291 sis.pcaps = EC32(sis.pcaps); in real_scansis()
350 …cli_dbgmsg("\tUID: %x v. %d.%d.%d\n\taka:\n", EC32(dep.uid), EC16(dep.verhi), EC16(dep.verlo), EC3… in real_scansis()
H A Dmsexpand.c52 #define EC32(x) le32_to_host(x) macro
112 if (EC32(hdr->magic1) != MAGIC1 || EC32(hdr->magic2) != MAGIC2 || EC16(hdr->magic3) != MAGIC3) { in cli_msexpand()
117 fsize = EC32(hdr->fsize); in cli_msexpand()
H A Drebuildpe.c48 #define EC32(x) le32_to_host(x) /* Convert little endian to host */ macro
159 fakepe->AddressOfEntryPoint = EC32(ep); in cli_rebuildpe_align()
160 fakepe->ImageBase = EC32(base); in cli_rebuildpe_align()
161 fakepe->SizeOfHeaders = EC32(rawbase); in cli_rebuildpe_align()
205 fakepe->SizeOfImage = EC32(datasize); in cli_rebuildpe_align()
H A Dmew.c59 #define EC32(x) le32_to_host(x) /* Convert little endian to host */ macro
96 p->p2 = EC32(CE32(((uint32_t)cli_readint32(old_edx + 1)))); in lzma_bswap_4861dc()
659 cli_writeint32(adr, EC32(CE32((uint32_t)cli_readint32(adr))) - loc_ecx - 1); in mew_lzma()
687 loc_edi = EC32(CE32(loc_edi)); /* bswap */ in lzma_upack_esi_00()
H A Dupack.c50 #define EC32(x) le32_to_host(x) /* Convert little endian to host */ macro
416 … cli_writeint32(adr, EC32(CE32((uint32_t)(cli_readint32(adr) & 0xffffff00))) - loc_ecx - 4); in unupack()
518 temp_edx = EC32(CE32(temp_edx)); in unupack399()
H A Dswf.c54 #define EC32(v) le32_to_host(v) macro
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dmacho.c46 #define EC32(v, conv) (conv ? cbswap32(v) : v) macro
248 switch (EC32(hdr.cpu_type, conv)) { in cli_scanmacho()
282 if (!matcher) switch (EC32(hdr.filetype, conv)) { in cli_scanmacho()
322 hdr.ncmds = EC32(hdr.ncmds, conv); in cli_scanmacho()
342 load_cmd.cmd = EC32(load_cmd.cmd, conv); in cli_scanmacho()
351 nsects = EC32(segment_cmd64.nsects, conv); in cli_scanmacho()
361 nsects = EC32(segment_cmd.nsects, conv); in cli_scanmacho()
460 ep = EC32(thread_state_ppc.srr0, conv); in cli_scanmacho()
543 fat_header.nfats = EC32(fat_header.nfats, conv); in cli_scanmacho_unibin()
558 fat_arch.offset = EC32(fat_arch.offset, conv); in cli_scanmacho_unibin()
[all …]
H A Delf.c48 #define EC32(v, conv) (conv ? cbswap32(v) : v) macro
66 …if (EC32(ph[i].p_vaddr, conv) <= vaddr && EC32(ph[i].p_vaddr, conv) + EC32(ph[i].p_memsz, conv) > … in cli_rawaddr32()
78 return vaddr - EC32(ph[i].p_vaddr, conv) + EC32(ph[i].p_offset, conv); in cli_rawaddr32()
165 file_hdr->hdr64.e_version = EC32(file_hdr->hdr64.e_version, conv); in cli_elf_fileheader()
179 file_hdr->hdr64.e_flags = EC32(file_hdr->hdr64.e_flags, conv); in cli_elf_fileheader()
485 elfinfo->sections[i].rva = EC32(section_hdr[i].sh_addr, conv); in cli_elf_sh32()
486 elfinfo->sections[i].raw = EC32(section_hdr[i].sh_offset, conv); in cli_elf_sh32()
487 elfinfo->sections[i].rsz = EC32(section_hdr[i].sh_size, conv); in cli_elf_sh32()
494 sh_type = EC32(section_hdr[i].sh_type, conv); in cli_elf_sh32()
495 sh_flags = EC32(section_hdr[i].sh_flags, conv) & ELF_SHF_MASK; in cli_elf_sh32()
[all …]
H A Dpe.c115 #define EC32(x) ((uint32_t)cli_readint32(&(x))) macro
381 res_rva = EC32(peinfo->dirs[2].VirtualAddress); in findres()
2344 thunk32.u.Ordinal = EC32(thunk32.u.Ordinal); in hash_impfns()
2484 image->Name = EC32(image->Name); in hash_imptbl()
4581 peinfo->e_lfanew = EC32(peinfo->e_lfanew);
4850 peinfo->hdr_size = EC32(opt64->SizeOfHeaders);
4958 salign = (peinfo->is_pe32plus) ? EC32(opt64->SectionAlignment) : EC32(opt32->SectionAlignment);
4959 falign = (peinfo->is_pe32plus) ? EC32(opt64->FileAlignment) : EC32(opt32->FileAlignment);
5145 section->uvsz = EC32(section_hdr->VirtualSize);
5584 sec_dir_size = EC32(peinfo->dirs[4].Size);
[all …]
H A Dsis.c47 #define EC32(x) cli_readint32(&(x)) macro
94 cli_dbgmsg("SIS: UIDS %x %x %x - %x\n", EC32(uid[0]), EC32(uid[1]), EC32(uid[2]), EC32(uid[3])); in cli_scansis()
231 char *name = getsistring(map, EC32(ptrs[j]), EC32(lens[j])); in spamsisnames()
233 cli_dbgmsg("\t%s (%s - @%x, len %d)\n", name, alangs[j], EC32(ptrs[j]), EC32(lens[j])); in spamsisnames()
295 sis.plangs = EC32(sis.plangs); in real_scansis()
296 sis.pfiles = EC32(sis.pfiles); in real_scansis()
297 sis.pdeps = EC32(sis.pdeps); in real_scansis()
298 sis.pnames = EC32(sis.pnames); in real_scansis()
299 sis.pcaps = EC32(sis.pcaps); in real_scansis()
358 …cli_dbgmsg("\tUID: %x v. %d.%d.%d\n\taka:\n", EC32(dep.uid), EC16(dep.verhi), EC16(dep.verlo), EC3… in real_scansis()
H A Dmsexpand.c52 #define EC32(x) le32_to_host(x) macro
112 if (EC32(hdr->magic1) != MAGIC1 || EC32(hdr->magic2) != MAGIC2 || EC16(hdr->magic3) != MAGIC3) { in cli_msexpand()
117 fsize = EC32(hdr->fsize); in cli_msexpand()
H A Drebuildpe.c48 #define EC32(x) le32_to_host(x) /* Convert little endian to host */ macro
159 fakepe->AddressOfEntryPoint = EC32(ep); in cli_rebuildpe_align()
160 fakepe->ImageBase = EC32(base); in cli_rebuildpe_align()
161 fakepe->SizeOfHeaders = EC32(rawbase); in cli_rebuildpe_align()
205 fakepe->SizeOfImage = EC32(datasize); in cli_rebuildpe_align()
H A Dmew.c59 #define EC32(x) le32_to_host(x) /* Convert little endian to host */ macro
96 p->p2 = EC32(CE32(((uint32_t)cli_readint32(old_edx + 1)))); in lzma_bswap_4861dc()
659 cli_writeint32(adr, EC32(CE32((uint32_t)cli_readint32(adr))) - loc_ecx - 1); in mew_lzma()
687 loc_edi = EC32(CE32(loc_edi)); /* bswap */ in lzma_upack_esi_00()
H A Dupack.c50 #define EC32(x) le32_to_host(x) /* Convert little endian to host */ macro
416 … cli_writeint32(adr, EC32(CE32((uint32_t)(cli_readint32(adr) & 0xffffff00))) - loc_ecx - 4); in unupack()
518 temp_edx = EC32(CE32(temp_edx)); in unupack399()
H A Dswf.c54 #define EC32(v) le32_to_host(v) macro
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebSockets/
H A DSystem.Net.WebSockets.sln7 {B0C83201-EC32-4E8D-9DE4-EEF41E052DA1} = {B0C83201-EC32-4E8D-9DE4-EEF41E052DA1}
10 …= "System.Net.WebSockets", "src\System.Net.WebSockets.csproj", "{B0C83201-EC32-4E8D-9DE4-EEF41E052…
33 {B0C83201-EC32-4E8D-9DE4-EEF41E052DA1}.Debug|Any CPU.ActiveCfg = netcoreapp-Debug|Any CPU
34 {B0C83201-EC32-4E8D-9DE4-EEF41E052DA1}.Debug|Any CPU.Build.0 = netcoreapp-Debug|Any CPU
35 {B0C83201-EC32-4E8D-9DE4-EEF41E052DA1}.Release|Any CPU.ActiveCfg = netcoreapp-Release|Any CPU
36 {B0C83201-EC32-4E8D-9DE4-EEF41E052DA1}.Release|Any CPU.Build.0 = netcoreapp-Release|Any CPU
47 {B0C83201-EC32-4E8D-9DE4-EEF41E052DA1} = {E107E9C1-E893-4E87-987E-04EF0DCEAEFD}
/dports/security/clamav/clamav-0.104.2/libclamav/nsis/
H A Dnulsft.c45 #define EC32(x) le32_to_host(x) macro
222 loops = EC32(size); in nsis_unpack_next()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/nsis/
H A Dnulsft.c45 #define EC32(x) le32_to_host(x) macro
222 loops = EC32(size); in nsis_unpack_next()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/make/data/charsetmapping/
H A DGB18030.map1362 8130EC32 054E
2622 8131EC32 0A3A
3882 8132EC32 0F26
5142 8133EC32 1412
6402 8134EC32 18FE
7662 8135EC32 1DEA
9012 8136EC32 2330
10472 8137EC32 28E4
11732 8138EC32 2DD0
13289 8139EC32 33E5
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/make/data/charsetmapping/
H A DGB18030.map1362 8130EC32 054E
2622 8131EC32 0A3A
3882 8132EC32 0F26
5142 8133EC32 1412
6402 8134EC32 18FE
7662 8135EC32 1DEA
9012 8136EC32 2330
10472 8137EC32 28E4
11732 8138EC32 2DD0
13289 8139EC32 33E5
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/nio/cs/mapping/
H A DGB18030.b2c1359 8130EC32 054E
2619 8131EC32 0A3A
3879 8132EC32 0F26
5139 8133EC32 1412
6399 8134EC32 18FE
7659 8135EC32 1DEA
9009 8136EC32 2330
10469 8137EC32 28E4
11729 8138EC32 2DD0
13286 8139EC32 33E5
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/make/data/charsetmapping/
H A DGB18030.map1362 8130EC32 054E
2622 8131EC32 0A3A
3882 8132EC32 0F26
5142 8133EC32 1412
6402 8134EC32 18FE
7662 8135EC32 1DEA
9012 8136EC32 2330
10472 8137EC32 28E4
11732 8138EC32 2DD0
13289 8139EC32 33E5
[all …]

12345678