
Go to the source code of this file.
Defines | |
| #define | IS_64BIT(dbg) ((dbg)->de_flags & DW_DLC_SIZE_64 ? 1 : 0) |
| #define | ISA_IA64(dbg) ((dbg)->de_flags & DW_DLC_ISA_IA64 ? 1 : 0) |
| #define | sizeof_sbyte(dbg) sizeof(Dwarf_Sbyte) |
| #define | sizeof_ubyte(dbg) sizeof(Dwarf_Ubyte) |
| #define | sizeof_uhalf(dbg) sizeof(Dwarf_Half) |
| #define | PADDING(n, k) ( (k)-1 - ((n)-1)%(k) ) |
| #define | R_MIPS_64 0 |
| #define | R_MIPS_32 0 |
| #define | R_MIPS_SCN_DISP 0 |
| #define | DWARF_PRO_R_IA64_DIR32LSB 0 |
| #define | DWARF_PRO_R_IA64_DIR64LSB 0 |
| #define | DWARF_PRO_R_IA64_SEGREL64LSB 0 |
| #define | DWARF_PRO_R_IA64_SEGREL32LSB 0 |
| #define | Get_REL64_isa(dbg) (R_MIPS_64) |
| #define | Get_REL32_isa(dbg) (R_MIPS_32) |
| #define | Get_REL_SEGREL_isa(dbg) (R_MIPS_SCN_DISP) |
| #define DWARF_PRO_R_IA64_DIR32LSB 0 |
Definition at line 98 of file pro_util.h.
| #define DWARF_PRO_R_IA64_DIR64LSB 0 |
Definition at line 99 of file pro_util.h.
| #define DWARF_PRO_R_IA64_SEGREL32LSB 0 |
Definition at line 101 of file pro_util.h.
| #define DWARF_PRO_R_IA64_SEGREL64LSB 0 |
Definition at line 100 of file pro_util.h.
| #define Get_REL32_isa | ( | dbg | ) | (R_MIPS_32) |
| #define Get_REL64_isa | ( | dbg | ) | (R_MIPS_64) |
| #define Get_REL_SEGREL_isa | ( | dbg | ) | (R_MIPS_SCN_DISP) |
| #define IS_64BIT | ( | dbg | ) | ((dbg)->de_flags & DW_DLC_SIZE_64 ? 1 : 0) |
| #define ISA_IA64 | ( | dbg | ) | ((dbg)->de_flags & DW_DLC_ISA_IA64 ? 1 : 0) |
Definition at line 44 of file pro_util.h.
Definition at line 56 of file pro_util.h.
Referenced by _dwarf_pro_generate_debugframe(), and _dwf_pro_generate_ehframe().
| #define R_MIPS_32 0 |
Definition at line 76 of file pro_util.h.
Referenced by _bfd_mips_elf_check_relocs(), _bfd_mips_elf_finish_dynamic_symbol(), _bfd_mips_elf_relocate_section(), bfd_elf32_bfd_reloc_type_lookup(), mips32_64bit_reloc(), and mips_elf_calculate_relocation().
| #define R_MIPS_64 0 |
Definition at line 73 of file pro_util.h.
Referenced by _bfd_mips_elf_check_relocs(), _bfd_mips_elf_eh_frame_address_size(), _bfd_mips_elf_finish_dynamic_symbol(), _bfd_mips_elf_relocate_section(), mips_elf_calculate_relocation(), and mips_elf_create_dynamic_relocation().
| #define R_MIPS_SCN_DISP 0 |
| #define sizeof_sbyte | ( | dbg | ) | sizeof(Dwarf_Sbyte) |
Definition at line 47 of file pro_util.h.
| #define sizeof_ubyte | ( | dbg | ) | sizeof(Dwarf_Ubyte) |
| #define sizeof_uhalf | ( | dbg | ) | sizeof(Dwarf_Half) |
1.5.6