#include "defs.h"#include "symtab.h"

Go to the source code of this file.
Definition at line 89 of file sections.h.
Referenced by Get_Section_ST().
Definition at line 92 of file sections.h.
Referenced by Get_Section_Elf_Entsize().
Definition at line 90 of file sections.h.
Referenced by Get_Section_Elf_Flags(), SEC_is_exec(), SEC_is_gprel(), and SEC_is_merge().
Definition at line 88 of file sections.h.
Definition at line 93 of file sections.h.
Referenced by Allocate_Object_To_Section(), and Assign_ST_To_Named_Section().
Definition at line 94 of file sections.h.
Referenced by Get_Section_ST(), and Get_Section_ST_With_Given_Name().
Definition at line 95 of file sections.h.
Definition at line 91 of file sections.h.
Referenced by Get_Section_Elf_Type(), and SEC_is_nobits().
| typedef UINT16 SECTION_IDX |
Definition at line 50 of file sections.h.
| enum _sec_kind |
Definition at line 52 of file sections.h.
| SECTION_IDX Corresponding_Short_Section | ( | SECTION_IDX | sec | ) |
Definition at line 144 of file sections.cxx.
References _SEC_BSS, and _SEC_DATA.
Referenced by Shorten_Section().
| INT Get_Section_Elf_Entsize | ( | SECTION_IDX | s | ) | [inline] |
Definition at line 105 of file sections.h.
References SEC_entsize.
| INT Get_Section_Elf_Flags | ( | SECTION_IDX | s | ) | [inline] |
Definition at line 97 of file sections.h.
References SEC_flags.
| INT Get_Section_Elf_Type | ( | SECTION_IDX | s | ) | [inline] |
Definition at line 101 of file sections.h.
References SEC_type.
| BOOL SEC_is_exec | ( | SECTION_IDX | sec | ) |
Definition at line 168 of file sections.cxx.
References SEC_flags, and SHF_EXECINSTR.
Referenced by Get_Section_ST().
| BOOL SEC_is_gprel | ( | SECTION_IDX | sec | ) |
Definition at line 156 of file sections.cxx.
References SEC_flags, and SHF_IA_64_SHORT.
Referenced by Get_Section_ST().
| BOOL SEC_is_merge | ( | SECTION_IDX | sec | ) |
Definition at line 162 of file sections.cxx.
References SEC_flags, and SHF_MIPS_MERGE.
Referenced by Get_Section_ST().
| BOOL SEC_is_nobits | ( | SECTION_IDX | sec | ) |
Definition at line 174 of file sections.cxx.
References SEC_type, and SHT_NOBITS.
Referenced by Get_Section_ST().
Definition at line 42 of file sections.cxx.
1.7.1