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

/freebsd-12-stable/usr.bin/elf2aout/
H A Delf2aout.c46 #define xe32toh(x) ((data == ELFDATA2MSB) ? be32toh(x) : le32toh(x)) macro
134 type = xe32toh(p[i].p_type);
/freebsd-12-stable/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c89 #define xe32toh(x) ((data == ELFDATA2MSB) ? be32toh(x) : le32toh(x)) macro
260 switch (xe32toh(shdrp[i].sh_type)) {
267 strtabshdr = &shdrp[xe32toh(shdrp[i].sh_link)];
401 const char *symname = strtabp + xe32toh(sp->st_name);

Completed in 49 milliseconds