HomeSort by: relevance | last modified time | path
    Searched defs:bswap32_region (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/elf2aout/
elf2aout.c 74 static void bswap32_region(int32_t* , int);
274 bswap32_region((int32_t*)ph, sizeof(Elf32_Phdr) * ex.e_phnum);
280 bswap32_region((int32_t*)sh, sizeof(Elf32_Shdr) * ex.e_shnum);
669 bswap32_region(int32_t* p, int len) function in typeref:typename:void
  /src/usr.bin/elf2ecoff/
elf2ecoff.c 96 static void bswap32_region(int32_t* , int);
185 bswap32_region((int32_t*)ph, sizeof(Elf32_Phdr) * ex.e_phnum);
190 bswap32_region((int32_t*)sh, sizeof(Elf32_Shdr) * ex.e_shnum);
348 bswap32_region((int32_t*)ep.a.cprmask, sizeof(ep.a.cprmask));
615 bswap32_region(&symhdrp->ilineMax,
710 bswap32_region(&es->es_strindex,
832 bswap32_region(int32_t* p, int len) function in typeref:typename:void

Completed in 14 milliseconds