Searched refs:_start (Results 1 - 25 of 45) sorted by relevance

12

/haiku-fatelf/src/system/boot/platform/routerboard_mipsel/
H A Dstart.c33 void _start(void);
91 _start(void) function
93 #warning IMPLEMENT _start
/haiku-fatelf/src/system/glue/
H A Dstart_dyn.c20 int _start(int argc, char **argv, char **env);
31 _start(int argc, char **argv, char **environment) function
/haiku-fatelf/src/system/boot/platform/u-boot/arch/ppc/
H A Dshell.S20 SYMBOL(_start):
26 SYMBOL_END(_start)
/haiku-fatelf/src/system/boot/platform/raspberrypi_arm/
H A Dentry.S17 ldr r12, =_start
31 b _start
H A Dstart.cpp123 _start(void) function
/haiku-fatelf/src/apps/debugger/model/
H A DSourceCode.h37 SourceLocation& _start,
H A DFileSourceCode.h42 SourceLocation& _start,
H A DFileSourceCode.cpp103 SourceLocation& _start, SourceLocation& _end) const
118 _start = fSourceLocations[index];
102 GetStatementLocationRange(const SourceLocation& location, SourceLocation& _start, SourceLocation& _end) const argument
H A DDisassembledCode.cpp97 SourceLocation& _start, SourceLocation& _end) const
103 _start = line->statement->StartSourceLocation();
104 _end = SourceLocation(_start.Line() + 1);
96 GetStatementLocationRange(const SourceLocation& location, SourceLocation& _start, SourceLocation& _end) const argument
H A DDisassembledCode.h34 SourceLocation& _start,
/haiku-fatelf/src/system/boot/platform/u-boot/arch/arm/
H A Dshell.S20 SYMBOL(_start):
24 SYMBOL_END(_start)
/haiku-fatelf/src/system/boot/platform/amiga_m68k/
H A Dstart.cpp32 extern "C" void _start(void);
124 _start(void) function
H A Dshell.S220 jmp _start
329 jmp _start
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Dstart.cpp32 extern "C" void _start(void);
129 _start(void) function
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dstart.cpp41 extern "C" void _start(void);
178 _start(void) function
/haiku-fatelf/src/system/boot/platform/cfe/
H A Dstart.cpp26 extern "C" uint32 _start(uint64 handle, uint64 entry, uint32 _unused,
100 _start(uint64 handle, uint64 entry, uint32 _unused, uint32 signature) function
/haiku-fatelf/src/system/boot/platform/openfirmware/
H A Dstart.cpp26 extern "C" void _start(uint32 _unused1, uint32 _unused2,
134 _start(uint32 _unused1, uint32 _unused3, void *openFirmwareEntry) function
/haiku-fatelf/src/system/libroot/os/
H A Dimage.cpp135 next_argument(char **_start, bool separate) argument
137 char *line = *_start;
158 *_start = &line[i];
165 *_start = &line[i + 1];
/haiku-fatelf/src/bin/bfs_tools/lib/
H A Dbfs.h216 inline void block_run::SetTo(int32 _group,uint16 _start,uint16 _length) argument
219 start = _start;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DJournal.cpp175 * \a _start points to the entry in the log, and will be bumped to the next
180 Journal::_ReplayRunArray(int32 *_start) argument
182 PRINT(("ReplayRunArray(start = %ld)\n", *_start));
185 off_t blockNumber = *_start % fLogSize;
222 *_start += count;
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.h72 partition_data* child, off_t* _start);
76 bool ep_validate_create_child(partition_data* partition, off_t* _start,
/haiku-fatelf/src/tests/system/kernel/util/
H A DVectorTest.cpp451 Iterator Find(const Value &value, const Iterator &_start) argument
453 Iterator start(_start);
459 _start.fMyIterator);
464 CHK(fMyVector.Find(value, _start.fMyIterator) == fMyVector.End());
492 ConstIterator Find(const Value &value, const ConstIterator &_start) const
494 ConstIterator start(_start);
500 _start.fMyIterator);
505 CHK(fMyVector.Find(value, _start.fMyIterator) == fMyVector.End());
/haiku-fatelf/src/system/boot/platform/pxe_ia32/
H A Dpxe_stage2.S101 call _start
/haiku-fatelf/src/system/boot/platform/u-boot/
H A Dstart.cpp56 extern "C" void _start(void);
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A Dbfs.h339 block_run::SetTo(int32 _group,uint16 _start,uint16 _length) argument
342 start = HOST_ENDIAN_TO_BFS_INT16(_start);

Completed in 111 milliseconds

12