Home
last modified time | relevance | path

Searched refs:be_uint32_t (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/x68k/stand/aout2hux/
H A Daout68k.h33 be_uint32_t a_magic; /* encoded magic number */
34 be_uint32_t a_text; /* size of text section */
35 be_uint32_t a_data; /* size of data section */
36 be_uint32_t a_bss; /* size of bss */
37 be_uint32_t a_syms; /* size of symbol table */
38 be_uint32_t a_entry; /* entry point address */
39 be_uint32_t a_trsize; /* size of text relocation */
40 be_uint32_t a_drsize; /* size of data relocation */
102 be_uint32_t e_version;
104 be_uint32_t e_entry; /* entry address */
[all …]
H A Dhux.h38 be_uint32_t x_base; /* base address (normally 0) */
39 be_uint32_t x_entry; /* execution entry */
40 be_uint32_t x_text; /* size of text section */
41 be_uint32_t x_data; /* size of data section */
42 be_uint32_t x_bss; /* size of bss */
43 be_uint32_t x_rsize; /* size of relocation table */
44 be_uint32_t x_syms; /* size of symbol info */
45 be_uint32_t x_db_line; /* size of debugging info (line #) */
46 be_uint32_t x_db_syms; /* size of debugging info (symbol) */
47 be_uint32_t x_db_str; /* size of debugging info (string) */
[all …]
H A Dtype_local.h34 } be_uint32_t; typedef
37 #define SIZE_32 sizeof(be_uint32_t)
H A Daout2hux.c65 u_int32_t get_uint32(be_uint32_t *be);
67 void put_uint32(be_uint32_t *be, u_int32_t v);
97 get_uint32(be_uint32_t *be) in get_uint32()
112 put_uint32(be_uint32_t *be, u_int32_t v) in put_uint32()
470 put_uint32((be_uint32_t *)r->locoff_l, (adr) - reladdr); \
549 be_uint32_t b1, b2; in aout2hux()
735 be_uint32_t be32; in bist()
736 be_uint32_t be32x2[2]; in bist()