Searched refs:LIBELF_COPY_U32 (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/bsd/elftoolchain/dist/libelf/
H A Dgelf_shdr.c129 LIBELF_COPY_U32(sh32, s, sh_flags);
130 LIBELF_COPY_U32(sh32, s, sh_addr);
131 LIBELF_COPY_U32(sh32, s, sh_offset);
132 LIBELF_COPY_U32(sh32, s, sh_size);
135 LIBELF_COPY_U32(sh32, s, sh_addralign);
136 LIBELF_COPY_U32(sh32, s, sh_entsize);
H A Dgelf_phdr.c168 LIBELF_COPY_U32(ph32, s, p_offset);
169 LIBELF_COPY_U32(ph32, s, p_vaddr);
170 LIBELF_COPY_U32(ph32, s, p_paddr);
171 LIBELF_COPY_U32(ph32, s, p_filesz);
172 LIBELF_COPY_U32(ph32, s, p_memsz);
173 LIBELF_COPY_U32(ph32, s, p_align);
H A Dgelf_ehdr.c164 LIBELF_COPY_U32(eh32, s, e_entry);
165 LIBELF_COPY_U32(eh32, s, e_phoff);
166 LIBELF_COPY_U32(eh32, s, e_shoff);
H A Dgelf_cap.c148 LIBELF_COPY_U32(cap32, gc, c_tag);
149 LIBELF_COPY_U32(cap32, gc, c_un.c_val);
H A Dgelf_sym.c159 LIBELF_COPY_U32(sym32, gs, st_value);
160 LIBELF_COPY_U32(sym32, gs, st_size);
H A Dgelf_move.c156 LIBELF_COPY_U32(move32, gm, m_info);
157 LIBELF_COPY_U32(move32, gm, m_poffset);
H A Dgelf_rela.c155 LIBELF_COPY_U32(rela32, dr, r_offset);
H A Dgelf_rel.c153 LIBELF_COPY_U32(rel32, dr, r_offset);
H A Dgelf_dyn.c152 LIBELF_COPY_U32(dyn32, ds, d_un.d_val);
H A D_libelf.h173 * - LIBELF_COPY_U32 :: copy an unsigned 32 bit field.
177 #define LIBELF_COPY_U32(DST, SRC, NAME) do { \ macro

Completed in 134 milliseconds