#include <stdint.h>#include <elf_stuff.h>#include "sections.h"

Go to the source code of this file.
Defines | |
| #define | __STDC_LIMIT_MACROS |
| #define | SHF_IA_64_SHORT SHF_MIPS_GPREL |
| #define | INST_BYTES 16 |
Functions/Subroutines | |
| SECTION_IDX | Corresponding_Short_Section (SECTION_IDX sec) |
| BOOL | SEC_is_gprel (SECTION_IDX sec) |
| BOOL | SEC_is_merge (SECTION_IDX sec) |
| BOOL | SEC_is_exec (SECTION_IDX sec) |
| BOOL | SEC_is_nobits (SECTION_IDX sec) |
| BOOL | SEC_is_tls (SECTION_IDX sec) |
Variables | |
| SECTION | Sections [_SEC_INDEX_MAX] |
| #define __STDC_LIMIT_MACROS |
Definition at line 35 of file sections.cxx.
| #define INST_BYTES 16 |
Definition at line 44 of file sections.cxx.
| #define SHF_IA_64_SHORT SHF_MIPS_GPREL |
Definition at line 42 of file sections.cxx.
Referenced by elfNN_ia64_fake_sections(), elfNN_ia64_section_flags(), and SEC_is_gprel().
| SECTION_IDX Corresponding_Short_Section | ( | SECTION_IDX | sec | ) |
| BOOL SEC_is_exec | ( | SECTION_IDX | sec | ) |
| BOOL SEC_is_gprel | ( | SECTION_IDX | sec | ) |
| BOOL SEC_is_merge | ( | SECTION_IDX | sec | ) |
Definition at line 200 of file sections.cxx.
Referenced by EMT_End_File(), Get_Section_ST(), and Process_Initos_And_Literals().
| BOOL SEC_is_nobits | ( | SECTION_IDX | sec | ) |
| BOOL SEC_is_tls | ( | SECTION_IDX | sec | ) |
Definition at line 46 of file sections.cxx.
1.5.6