Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3772 → Rev 3970

/branches/dynload/uspace/lib/rtld/arch/mips32/include/elf_dyn.h
39,6 → 39,7
* mips32 program header types
*/
#define DT_MIPS_BASE_ADDRESS 0x70000006
#define DT_MIPS_LOCAL_GOTNO 0x7000000a
#define DT_MIPS_SYMTABNO 0x70000011
#define DT_MIPS_GOTSYM 0x70000013
 
/branches/dynload/uspace/lib/rtld/arch/mips32/include/dynamic.h
39,6 → 39,8
 
typedef struct {
/** Number of local entries in GOT. */
uint32_t lgotno;
/** Index of first GOT-mapped dynamic symbol. */
uint32_t gotsym;
/** Number of entries in dynamic symbol table. */
uint32_t sym_no;