Searched refs:bswap32_region (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/usr.bin/elf2ecoff/
H A Delf2ecoff.c93 static void bswap32_region(int32_t* , int);
182 bswap32_region((int32_t*)ph, sizeof(Elf32_Phdr) * ex.e_phnum);
187 bswap32_region((int32_t*)sh, sizeof(Elf32_Shdr) * ex.e_shnum);
345 bswap32_region((int32_t*)ep.a.cprmask, sizeof(ep.a.cprmask));
612 bswap32_region(&symhdrp->ilineMax,
707 bswap32_region(&es->es_strindex,
791 bswap32_region(int32_t* p, int len) function
/netbsd-current/usr.bin/elf2aout/
H A Delf2aout.c73 static void bswap32_region(int32_t* , int);
273 bswap32_region((int32_t*)ph, sizeof(Elf32_Phdr) * ex.e_phnum);
279 bswap32_region((int32_t*)sh, sizeof(Elf32_Shdr) * ex.e_shnum);
668 bswap32_region(int32_t* p, int len) function

Completed in 146 milliseconds