Lines Matching refs:htole32

49 	htole32(EV_CURRENT),			    /* e_version */
50 htole32(SET_ME), /* e_entry */
51 htole32(offsetof(struct elfh, p)), /* e_phoff */
52 htole32(offsetof(struct elfh, sh)), /* e_shoff */
63 htole32(PT_LOAD), /* p_type */
64 htole32(sizeof(elfhdr)), /* p_offset */
65 htole32(SET_ME), /* p_vaddr */
66 htole32(SET_ME), /* p_paddr */
67 htole32(SET_ME), /* p_filesz */
68 htole32(SET_ME), /* p_memsz */
69 htole32(PF_R | PF_X), /* p_flags */
70 htole32(0x1000) /* p_align */
73 htole32(PT_LOAD), /* p_type */
74 htole32(SET_ME), /* p_offset */
75 htole32(SET_ME), /* p_vaddr */
76 htole32(SET_ME), /* p_paddr */
77 htole32(SET_ME), /* p_filesz */
78 htole32(SET_ME), /* p_memsz */
79 htole32(PF_R | PF_W), /* p_flags */
80 htole32(0x1000) /* p_align */
85 0, htole32(SHT_NULL), 0, 0, 0, 0, htole32(SHN_UNDEF), 0, 0, 0
88 htole32(1), /* sh_name */
89 htole32(SHT_STRTAB), /* sh_type */
92 htole32(offsetof(struct elfh, shstrtab)), /* sh_offset */
93 htole32(sizeof(elfhdr.shstrtab)), /* sh_size */
94 htole32(SHN_UNDEF), /* sh_link */
96 htole32(1), /* sh_addralign */
100 htole32(0xb), /* sh_name */
101 htole32(SHT_PROGBITS), /* sh_type */
102 htole32(SHF_EXECINSTR | SHF_ALLOC), /* sh_flags */
103 htole32(SET_ME), /* sh_addr */
104 htole32(SET_ME), /* sh_offset */
105 htole32(SET_ME), /* sh_size */
106 htole32(SHN_UNDEF), /* sh_link */
108 htole32(4), /* sh_addralign */
112 htole32(0x11), /* sh_name */
113 htole32(SHT_PROGBITS), /* sh_type */
114 htole32(SHF_ALLOC | SHF_WRITE), /* sh_flags */
115 htole32(SET_ME), /* sh_addr */
116 htole32(SET_ME), /* sh_offset */
117 htole32(SET_ME), /* sh_size */
118 htole32(SHN_UNDEF), /* sh_link */
120 htole32(4), /* sh_addralign */