Line 1... |
Line 1... |
/* SPU ELF support for BFD.
|
/* SPU ELF support for BFD.
|
|
|
Copyright 2006, 2007 Free Software Foundation, Inc.
|
Copyright 2006, 2007, 2009 Free Software Foundation, Inc.
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
Line 40... |
Line 40... |
RELOC_NUMBER (R_SPU_ADDR16I, 12)
|
RELOC_NUMBER (R_SPU_ADDR16I, 12)
|
RELOC_NUMBER (R_SPU_REL32, 13)
|
RELOC_NUMBER (R_SPU_REL32, 13)
|
RELOC_NUMBER (R_SPU_ADDR16X, 14)
|
RELOC_NUMBER (R_SPU_ADDR16X, 14)
|
RELOC_NUMBER (R_SPU_PPU32, 15)
|
RELOC_NUMBER (R_SPU_PPU32, 15)
|
RELOC_NUMBER (R_SPU_PPU64, 16)
|
RELOC_NUMBER (R_SPU_PPU64, 16)
|
|
RELOC_NUMBER (R_SPU_ADD_PIC, 17)
|
END_RELOC_NUMBERS (R_SPU_max)
|
END_RELOC_NUMBERS (R_SPU_max)
|
|
|
/* Program header extensions */
|
/* Program header extensions */
|
|
|
/* Mark a PT_LOAD segment as containing an overlay which should not
|
/* Mark a PT_LOAD segment as containing an overlay which should not
|