Home
last modified time | relevance | path

Searched defs:relocation_info (Results 1 – 2 of 2) sorted by relevance

/csrg-svn/sys/hp300/include/
H A Dreloc.h11 struct relocation_info { struct
12 int r_address; /* offset in text or data segment */
13 unsigned int r_symbolnum : 24, /* ordinal number of add symbol */
14 r_pcrel : 1, /* 1 if value should be pc-relative */
15 r_length : 2, /* log base 2 of value's width */
16 r_extern : 1, /* 1 if need to add symbol to value */
/csrg-svn/usr.bin/ld/
H A Dld.c164 #define relocation_info reloc_info_sparc macro