Home
last modified time | relevance | path

Searched refs:secttype (Results 1 – 9 of 9) sorted by relevance

/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/loaders/xbe/
H A Dxbe.cpp106 SegmentType secttype = SegmentType::None; in loadSections() local
111 secttype = SegmentType::Data; in loadSections()
113 secttype = SegmentType::Code; in loadSections()
116 secttype = SegmentType::Data; in loadSections()
119 secttype = SegmentType::Bss; in loadSections()
121 …sectname, sectionhdr[i].RawAddress, sectionhdr[i].VirtualAddress, sectionhdr[i].RawSize, secttype); in loadSections()
/dports/devel/rgbds/rgbds/include/asm/
H A Dsection.h47 void sect_NewSection(char const *name, uint32_t secttype, uint32_t org,
49 void sect_SetLoadSection(char const *name, uint32_t secttype, uint32_t org,
/dports/games/NBlood/NBlood-a1689a4/source/tekwar/src/
H A Dbstub.cpp1716 char *secttype; in ExtShowSectorData() local
1744 secttype="NORMAL"; in ExtShowSectorData()
1747 secttype="ACTIVATE SECTOR"; in ExtShowSectorData()
1750 secttype="RISING DOOR"; in ExtShowSectorData()
1753 secttype="DROP DOOR"; in ExtShowSectorData()
1756 secttype="HOR SPLIT DOOR"; in ExtShowSectorData()
1759 secttype="VER SPLIT DOOR"; in ExtShowSectorData()
1762 secttype="ROTATING"; in ExtShowSectorData()
1765 secttype="PLATFORM ELEVATOR"; in ExtShowSectorData()
1768 secttype="BOX ELEVATOR"; in ExtShowSectorData()
[all …]
/dports/devel/rgbds/rgbds/src/link/
H A Dscript.c164 enum SectionType secttype; member
304 token.attr.secttype = type; in nextToken()
478 type = attr.secttype; in script_NextSection()
/dports/graphics/bmeps/dktools-4.31.1/src/htmlbook/
H A Dhtmlbook.h220 int secttype; /**< Section type. */ member
H A Dhtmlbook.c1141 job->secttype = HB_SECTION_UNKNOWN; in hb_job_init()
1741 job->secttype = HB_SECTION_UNKNOWN; in hb_process_line()
1758 job->secttype = 1 + newst; in hb_process_line()
1788 switch(job->secttype) { in hb_process_line()
H A Dhtmlbook.ctr209 int secttype; /**< Section type. */
1534 job->secttype = HB_SECTION_UNKNOWN;
2134 job->secttype = HB_SECTION_UNKNOWN;
2151 job->secttype = 1 + newst;
2181 switch(job->secttype) {
/dports/games/jfsw/jfsw-c434002/jfbuild/tools/
H A Dwad2map.c56 } secttype; typedef
57 static secttype sect[MAXSECTS];
1171 dnumsectors = pwadlen[w]/sizeof(secttype); in main()
/dports/games/NBlood/NBlood-a1689a4/source/tools/src/
H A Dwad2map.cpp57 } secttype; typedef
58 static secttype sect[MAXSECTS];
1172 dnumsectors = pwadlen[w]/sizeof(secttype); in main()