Searched refs:htoxe32 (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/tools/
H A Delf2aout.c50 #define htoxe32(x) ((data == ELFDATA2MSB) ? htobe32(x) : htole32(x)) macro
203 a.a_magic = htoxe32(((uint32_t)mid << 16) | OMAGIC);
204 a.a_text = htoxe32(filesz);
205 a.a_bss = htoxe32(memsz - filesz);
206 a.a_entry = htoxe32(entry);
258 a.a_magic = htoxe32(((uint32_t)mid << 16) | OMAGIC);
259 a.a_text = htoxe32(filesz);
260 a.a_bss = htoxe32(memsz - filesz);
261 a.a_entry = htoxe32(entry);

Completed in 40 milliseconds