Lines Matching refs:bswap32s
52 bswap32s(&ehdr->e_version); /* Object file version */ in bswap_ehdr()
56 bswap32s(&ehdr->e_flags); /* Processor-specific flags */ in bswap_ehdr()
70 bswap32s(&phdr->p_type); /* Segment type */ in bswap_phdr()
71 bswap32s(&phdr->p_flags); /* Segment flags */ in bswap_phdr()
86 bswap32s(&shdr->sh_name); in bswap_shdr()
87 bswap32s(&shdr->sh_type); in bswap_shdr()
92 bswap32s(&shdr->sh_link); in bswap_shdr()
93 bswap32s(&shdr->sh_info); in bswap_shdr()
101 bswap32s(&sym->st_name); in bswap_sym()
109 bswap32s(&en->n_namesz); in bswap_note()
110 bswap32s(&en->n_descsz); in bswap_note()
111 bswap32s(&en->n_type); in bswap_note()