HomeSort by: relevance | last modified time | path
    Searched refs:be_uint32_t (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/x68k/stand/aout2hux/
hux.h 38 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...]
aout68k.h 33 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...]
type_local.h 34 } be_uint32_t; typedef in typeref:union:be_uint32
37 #define SIZE_32 sizeof(be_uint32_t)
aout2hux.c 65 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)
112 put_uint32(be_uint32_t *be, u_int32_t v)
470 put_uint32((be_uint32_t *)r->locoff_l, (adr) - reladdr); \
549 be_uint32_t b1, b2;
735 be_uint32_t be32;
736 be_uint32_t be32x2[2];

Completed in 13 milliseconds