Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/include/
H A Dbout.h170 struct relocation_info struct
172 int r_address; /* File address of item to be relocated. */
175 r_symbolnum:24, /* Index of symbol on which relocation is based,
180 r_pcrel:1, /* 1 => relocate PC-relative; else absolute
183 r_length:2, /* Number of bytes to relocate:
187 r_extern:1,
188 r_bsr:1, /* Something for the GNU NS32K assembler. */
189 r_disp:1, /* Something for the GNU NS32K assembler. */
190 r_callj:1, /* 1 if relocation target is an i960 'callj'. */
191 r_relaxable:1; /* 1 if enough info is left to relax the data. */
/netbsd/external/gpl3/binutils/dist/include/
H A Dbout.h170 struct relocation_info struct
172 int r_address; /* File address of item to be relocated. */
175 r_symbolnum:24, /* Index of symbol on which relocation is based,
180 r_pcrel:1, /* 1 => relocate PC-relative; else absolute
183 r_length:2, /* Number of bytes to relocate:
187 r_extern:1,
188 r_bsr:1, /* Something for the GNU NS32K assembler. */
189 r_disp:1, /* Something for the GNU NS32K assembler. */
190 r_callj:1, /* 1 if relocation target is an i960 'callj'. */
191 r_relaxable:1; /* 1 if enough info is left to relax the data. */
/netbsd/external/gpl3/binutils.old/dist/include/
H A Dbout.h170 struct relocation_info struct
172 int r_address; /* File address of item to be relocated. */
175 r_symbolnum:24, /* Index of symbol on which relocation is based,
180 r_pcrel:1, /* 1 => relocate PC-relative; else absolute
183 r_length:2, /* Number of bytes to relocate:
187 r_extern:1,
188 r_bsr:1, /* Something for the GNU NS32K assembler. */
189 r_disp:1, /* Something for the GNU NS32K assembler. */
190 r_callj:1, /* 1 if relocation target is an i960 'callj'. */
191 r_relaxable:1; /* 1 if enough info is left to relax the data. */
/netbsd/external/gpl3/gdb.old/dist/include/
H A Dbout.h170 struct relocation_info struct
172 int r_address; /* File address of item to be relocated. */
175 r_symbolnum:24, /* Index of symbol on which relocation is based,
180 r_pcrel:1, /* 1 => relocate PC-relative; else absolute
183 r_length:2, /* Number of bytes to relocate:
187 r_extern:1,
188 r_bsr:1, /* Something for the GNU NS32K assembler. */
189 r_disp:1, /* Something for the GNU NS32K assembler. */
190 r_callj:1, /* 1 if relocation target is an i960 'callj'. */
191 r_relaxable:1; /* 1 if enough info is left to relax the data. */
/netbsd/sys/arch/mips/include/
H A Dreloc.h72 #define relocation_info reloc_info_mips macro
/netbsd/sys/arch/powerpc/include/
H A Daout_machdep.h51 #define relocation_info relocation_info_ppc macro
/netbsd/sys/arch/hppa/include/
H A Daout_machdep.h55 #define relocation_info relocation_info_hppa macro
/netbsd/sys/arch/x86/include/
H A Daout_machdep.h47 #define relocation_info relocation_info_i386 macro
/netbsd/sys/arch/vax/include/
H A Daout_machdep.h47 #define relocation_info relocation_info_vax macro
/netbsd/sys/arch/m68k/include/
H A Daout_machdep.h56 #define relocation_info relocation_info_m68k macro
/netbsd/tools/m68k-elf2aout/machine/
H A Daout_machdep.h56 #define relocation_info relocation_info_m68k macro
/netbsd/tools/arm-elf2aout/machine/
H A Daout_machdep.h54 #define relocation_info relocation_info_arm6 macro
/netbsd/sys/arch/arm/include/
H A Daout_machdep.h54 #define relocation_info relocation_info_arm6 macro
/netbsd/sys/arch/sparc/include/
H A Daout_machdep.h59 #define relocation_info relocation_info_sparc macro
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h957 struct relocation_info { struct
963 struct scattered_relocation_info { argument