SYMBOL INDEX (822 symbols across 147 files) FILE: installer/coreinit.h type iovec (line 46) | struct iovec type OSContext (line 53) | typedef struct OSContext FILE: installer/elf_abi.h type Elf32_Addr (line 43) | typedef unsigned int Elf32_Addr; type Elf32_Off (line 44) | typedef unsigned int Elf32_Off; type Elf32_Sword (line 45) | typedef signed int Elf32_Sword; type Elf32_Word (line 46) | typedef unsigned int Elf32_Word; type Elf32_Half (line 47) | typedef unsigned short Elf32_Half; type Elf32_Ehdr (line 106) | typedef struct elfhdr{ type Elf32_Shdr (line 227) | typedef struct { type Elf32_Sym (line 337) | typedef struct elf32_sym { type Elf32_Rel (line 386) | typedef struct type Elf32_Rela (line 393) | typedef struct type Elf32_Phdr (line 406) | typedef struct { type Elf32_Dyn (line 440) | typedef struct FILE: installer/kexploit.c function run_kexploit (line 12) | void run_kexploit(private_data_t *private_data) type thread_data_container_t (line 166) | typedef struct function thread_callback (line 180) | static void thread_callback(int argc, void *argv) function run_kexploit (line 201) | void run_kexploit(private_data_t *private_data) function wait (line 523) | void wait(unsigned int coreinit_handle, unsigned int t) function doBrowserShutdown (line 534) | void doBrowserShutdown(unsigned int coreinit_handle) function drawString (line 564) | void drawString(unsigned int coreinit_handle, int x, int y, char * string) function fillScreen (line 572) | void fillScreen(unsigned int coreinit_handle, char r,char g,char b,char a) function flipBuffers (line 581) | void flipBuffers(unsigned int coreinit_handle) function printOSScreenMsg (line 600) | void printOSScreenMsg(unsigned int coreinit_handle, char *buf,unsigned i... function setupOSScreen (line 611) | void setupOSScreen(unsigned int coreinit_handle) function exitOSScreen (line 639) | void exitOSScreen(unsigned int coreinit_handle) function callSysExit (line 653) | void callSysExit(unsigned int coreinit_handle, void *sysFunc) function memcmp (line 686) | int memcmp(void *ptr1, void *ptr2, uint32_t length) function kern_read (line 729) | uint32_t __attribute__ ((noinline)) kern_read(const void *addr) function kern_write (line 756) | void __attribute__ ((noinline)) kern_write(void *addr, uint32_t value) FILE: installer/launcher.c function __main (line 106) | void __main(void) function ExitFailure (line 240) | void ExitFailure(private_data_t *private_data, const char *failure) function SetupKernelSyscall (line 296) | static void SetupKernelSyscall(unsigned int address) function KernelCopyData (line 313) | static void KernelCopyData(unsigned int addr, unsigned int src, unsigned... function thread_callback (line 362) | static void thread_callback(int argc, void *argv) function strcmp (line 373) | static int strcmp(const char *s1, const char *s2) function get_section (line 390) | static unsigned int get_section(private_data_t *private_data, unsigned c... function InstallMain (line 426) | static void InstallMain(private_data_t *private_data) function InstallPatches (line 475) | static void InstallPatches(private_data_t *private_data) FILE: installer/logger.c function log_init (line 13) | void log_init(void) function log_print (line 35) | void log_print(const char *str) function log_printf (line 55) | void log_printf(const char *format, ...) FILE: installer/socket.h type in_addr (line 5) | struct in_addr type sockaddr (line 10) | struct sockaddr FILE: installer/structs.h type file_struct_t (line 4) | typedef struct { type private_data_t (line 11) | typedef struct { FILE: installer/types.h type _Bool (line 15) | typedef _Bool bool; FILE: sd_loader/src/elf_abi.h type Elf32_Addr (line 43) | typedef unsigned int Elf32_Addr; type Elf32_Off (line 44) | typedef unsigned int Elf32_Off; type Elf32_Sword (line 45) | typedef signed int Elf32_Sword; type Elf32_Word (line 46) | typedef unsigned int Elf32_Word; type Elf32_Half (line 47) | typedef unsigned short Elf32_Half; type Elf32_Ehdr (line 106) | typedef struct elfhdr{ type Elf32_Shdr (line 227) | typedef struct { type Elf32_Sym (line 337) | typedef struct elf32_sym { type Elf32_Rel (line 386) | typedef struct type Elf32_Rela (line 393) | typedef struct type Elf32_Phdr (line 406) | typedef struct { type Elf32_Dyn (line 440) | typedef struct FILE: sd_loader/src/entry.c type private_data_t (line 14) | typedef struct _private_data_t function LoadFileToMem (line 42) | static int LoadFileToMem(private_data_t *private_data, const char *filep... function load_elf_image (line 130) | static unsigned int load_elf_image (private_data_t *private_data, unsign... function loadFunctionPointers (line 194) | static void loadFunctionPointers(private_data_t * private_data) function _start (line 238) | int _start(int argc, char **argv) FILE: server/src/Program.cs class Program (line 12) | class Program method Main (line 84) | static void Main(string[] args) method Log (line 125) | static void Log(StreamWriter log, String str) method Handle (line 132) | static void Handle(object client_obj) FILE: server/src/System/IO/EndianBinaryReader.cs class EndianBinaryReader (line 7) | sealed class EndianBinaryReader : IDisposable method EndianBinaryReader (line 23) | public EndianBinaryReader(Stream baseStream) method EndianBinaryReader (line 27) | public EndianBinaryReader(Stream baseStream, Endianness endianness) method FillBuffer (line 46) | private void FillBuffer(int bytes, int stride) method ArrayReverse2 (line 69) | private static void ArrayReverse2(byte[] array, int arrayLength) method ArrayReverse4 (line 82) | private static void ArrayReverse4(byte[] array, int arrayLength) method ArrayReverse8 (line 98) | private static void ArrayReverse8(byte[] array, int arrayLength) method ReadByte (line 120) | public byte ReadByte() method ReadBytes (line 127) | public byte[] ReadBytes(int count) method ReadSByte (line 137) | public sbyte ReadSByte() method ReadSBytes (line 147) | public sbyte[] ReadSBytes(int count) method ReadChar (line 165) | public char ReadChar(Encoding encoding) method ReadChars (line 176) | public char[] ReadChars(Encoding encoding, int count) method GetEncodingSize (line 187) | private static int GetEncodingSize(Encoding encoding) method ReadStringNT (line 197) | public string ReadStringNT(Encoding encoding) method ReadString (line 211) | public string ReadString(Encoding encoding, int count) method ReadDouble (line 216) | public double ReadDouble() method ReadDoubles (line 223) | public double[] ReadDoubles(int count) method ReadSingle (line 238) | public Single ReadSingle() method ReadSingles (line 245) | public Single[] ReadSingles(int count) method ReadInt32 (line 260) | public Int32 ReadInt32() method ReadInt32s (line 267) | public Int32[] ReadInt32s(int count) method ReadInt64 (line 282) | public Int64 ReadInt64() method ReadInt64s (line 289) | public Int64[] ReadInt64s(int count) method ReadInt16 (line 304) | public Int16 ReadInt16() method ReadInt16s (line 311) | public Int16[] ReadInt16s(int count) method ReadUInt16 (line 326) | public UInt16 ReadUInt16() method ReadUInt16s (line 333) | public UInt16[] ReadUInt16s(int count) method ReadUInt32 (line 348) | public UInt32 ReadUInt32() method ReadUInt32s (line 355) | public UInt32[] ReadUInt32s(int count) method ReadUInt64 (line 370) | public UInt64 ReadUInt64() method ReadUInt64s (line 377) | public UInt64[] ReadUInt64s(int count) method GetParser (line 392) | private List> GetParser(Type type) method RunParser (line 532) | private void RunParser(List> parser, BinaryWriter... method ReadStructure (line 570) | public object ReadStructure(Type type) method ReadStructures (line 588) | public Array ReadStructures(Type type, int count) method Close (line 612) | public void Close() method Dispose (line 617) | public void Dispose() method Dispose (line 623) | private void Dispose(bool disposing) type Endianness (line 639) | enum Endianness FILE: server/src/System/IO/EndianBinaryWriter.cs class EndianBinaryWriter (line 7) | sealed class EndianBinaryWriter : IDisposable method EndianBinaryWriter (line 23) | public EndianBinaryWriter(Stream baseStream) method EndianBinaryWriter (line 27) | public EndianBinaryWriter(Stream baseStream, Endianness endianness) method WriteBuffer (line 41) | private void WriteBuffer(int bytes, int stride) method ArrayReverse2 (line 57) | private static void ArrayReverse2(byte[] array, int arrayLength) method ArrayReverse4 (line 70) | private static void ArrayReverse4(byte[] array, int arrayLength) method ArrayReverse8 (line 86) | private static void ArrayReverse8(byte[] array, int arrayLength) method CreateBuffer (line 108) | private void CreateBuffer(int size) method Write (line 114) | public void Write(byte value) method Write (line 121) | public void Write(byte[] value, int offset, int count) method Write (line 128) | public void Write(sbyte value) method Write (line 138) | public void Write(sbyte[] value, int offset, int count) method Write (line 153) | public void Write(char value, Encoding encoding) method Write (line 165) | public void Write(char[] value, int offset, int count, Encoding encoding) method GetEncodingSize (line 177) | private static int GetEncodingSize(Encoding encoding) method Write (line 187) | public void Write(string value,Encoding encoding, bool nullTerminated) method Write (line 194) | public void Write(double value) method Write (line 203) | public void Write(double[] value, int offset, int count) method Write (line 216) | public void Write(Single value) method Write (line 225) | public void Write(Single[] value, int offset, int count) method Write (line 238) | public void Write(Int32 value) method Write (line 247) | public void Write(Int32[] value, int offset, int count) method Write (line 260) | public void Write(Int64 value) method Write (line 269) | public void Write(Int64[] value, int offset, int count) method Write (line 282) | public void Write(Int16 value) method Write (line 291) | public void Write(Int16[] value, int offset, int count) method Write (line 304) | public void Write(UInt16 value) method Write (line 313) | public void Write(UInt16[] value, int offset, int count) method Write (line 326) | public void Write(UInt32 value) method Write (line 335) | public void Write(UInt32[] value, int offset, int count) method Write (line 348) | public void Write(UInt64 value) method Write (line 357) | public void Write(UInt64[] value, int offset, int count) method WritePadding (line 370) | public void WritePadding(int multiple, byte padding) method WritePadding (line 382) | public void WritePadding(int multiple, byte padding, long from, int of... method GetParser (line 395) | private List> GetParser(Type type) method RunParser (line 535) | private void RunParser(List> parser, BinaryReader... method Write (line 573) | public void Write(object structure) method Write (line 593) | public void Write(Array structures) method Close (line 617) | public void Close() method Dispose (line 622) | public void Dispose() method Dispose (line 628) | private void Dispose(bool disposing) FILE: src/Application.h function class (line 24) | class Application : public CThread FILE: src/common/common.h type game_paths_t (line 93) | typedef struct _game_paths_t FILE: src/common/kernel_defs.h type CosAppXmlInfo (line 12) | typedef struct type ReducedCosAppXmlInfo (line 74) | typedef struct type bat_t (line 101) | typedef struct _bat_t type bat_table_t (line 107) | typedef struct _bat_table_t FILE: src/common/loader_defs.h type loader_globals_t (line 11) | typedef struct _loader_globals_t type loader_globals_550_t (line 23) | typedef struct _loader_globals_550_t FILE: src/common/os_defs.h type OsSpecifics (line 8) | typedef struct _OsSpecifics FILE: src/entry.cpp function __entry_menu (line 21) | int __entry_menu(int argc, char **argv) FILE: src/fs/CFile.hpp class CFile (line 11) | class CFile type eOpenTypes (line 14) | enum eOpenTypes method isOpen (line 30) | bool isOpen() const { method u64 (line 46) | u64 tell() { return pos; } method u64 (line 47) | u64 size() { return filesize; } method rewind (line 48) | void rewind() { this->seek(0, SEEK_SET); } FILE: src/fs/DirList.cpp type dirent (line 80) | struct dirent function SortCallback (line 178) | static bool SortCallback(const DirEntry & f1, const DirEntry & f2) function u64 (line 204) | u64 DirList::GetFilesize(int index) const FILE: src/fs/DirList.h type DirEntry (line 34) | typedef struct function class (line 40) | class DirList FILE: src/fs/fs_utils.c function MountFS (line 9) | int MountFS(void *pClient, void *pCmd, char **mount_path) function UmountFS (line 42) | int UmountFS(void *pClient, void *pCmd, const char *mountPath) function LoadFileToMem (line 50) | int LoadFileToMem(const char *filepath, u8 **inbuffer, u32 *size) function CheckFile (line 103) | int CheckFile(const char * filepath) function CreateSubfolder (line 128) | int CreateSubfolder(const char * fullpath) FILE: src/fs/sd_fat_devoptab.c type sd_fat_private_t (line 40) | typedef struct _sd_fat_private_t { type sd_fat_file_state_t (line 47) | typedef struct _sd_fat_file_state_t { type sd_fat_dir_entry_t (line 60) | typedef struct _sd_fat_dir_entry_t { function sd_fat_private_t (line 65) | static sd_fat_private_t *sd_fat_get_device_data(const char *path) function sd_fat_open_r (line 113) | static int sd_fat_open_r (struct _reent *r, void *fileStruct, const char... function sd_fat_close_r (line 187) | static int sd_fat_close_r (struct _reent *r, void *fd) function off_t (line 209) | static off_t sd_fat_seek_r (struct _reent *r, void* fd, off_t pos, int dir) function sd_fat_write_r (line 247) | static ssize_t sd_fat_write_r (struct _reent *r, void *fd, const char *p... function sd_fat_read_r (line 305) | static ssize_t sd_fat_read_r (struct _reent *r, void* fd, char *ptr, siz... function sd_fat_fstat_r (line 364) | static int sd_fat_fstat_r (struct _reent *r, void* fd, struct stat *st) function sd_fat_ftruncate_r (line 402) | static int sd_fat_ftruncate_r (struct _reent *r, void* fd, off_t len) function sd_fat_fsync_r (line 424) | static int sd_fat_fsync_r (struct _reent *r, void* fd) function sd_fat_stat_r (line 446) | static int sd_fat_stat_r (struct _reent *r, const char *path, struct sta... function sd_fat_link_r (line 497) | static int sd_fat_link_r (struct _reent *r, const char *existing, const ... function sd_fat_unlink_r (line 503) | static int sd_fat_unlink_r (struct _reent *r, const char *name) function sd_fat_chdir_r (line 535) | static int sd_fat_chdir_r (struct _reent *r, const char *name) function sd_fat_rename_r (line 566) | static int sd_fat_rename_r (struct _reent *r, const char *oldName, const... function sd_fat_mkdir_r (line 606) | static int sd_fat_mkdir_r (struct _reent *r, const char *path, int mode) function sd_fat_statvfs_r (line 637) | static int sd_fat_statvfs_r (struct _reent *r, const char *path, struct ... function DIR_ITER (line 701) | static DIR_ITER *sd_fat_diropen_r (struct _reent *r, DIR_ITER *dirState,... function sd_fat_dirclose_r (line 740) | static int sd_fat_dirclose_r (struct _reent *r, DIR_ITER *dirState) function sd_fat_dirreset_r (line 762) | static int sd_fat_dirreset_r (struct _reent *r, DIR_ITER *dirState) function sd_fat_dirnext_r (line 784) | static int sd_fat_dirnext_r (struct _reent *r, DIR_ITER *dirState, char ... function sd_fat_add_device (line 860) | static int sd_fat_add_device (const char *name, const char *mount_path, ... function deleteDevTabsNames (line 945) | void deleteDevTabsNames(){ function sd_fat_remove_device (line 961) | static int sd_fat_remove_device (const char *path, void **pClient, void ... function mount_sd_fat (line 1005) | int mount_sd_fat(const char *path) function unmount_sd_fat (line 1036) | int unmount_sd_fat(const char *path) function mount_fake (line 1055) | int mount_fake(){ function unmount_fake (line 1059) | int unmount_fake(){ FILE: src/game/GameLauncher.cpp function GameLauncher (line 39) | GameLauncher * GameLauncher::loadGameToMemoryAsync(const discHeader *hdr) FILE: src/game/GameLauncher.h type eLoadResults (line 19) | enum eLoadResults FILE: src/game/GameList.cpp function discHeader (line 23) | discHeader * GameList::getDiscHeader(const std::string & gameID) const FILE: src/game/GameList.h type discHeader (line 7) | typedef struct _discHeader function class (line 14) | class GameList FILE: src/game/memory_area_table.c type memory_values_t (line 23) | typedef struct _memory_values_t function s_mem_area (line 334) | s_mem_area * memoryGetAreaTable(void) function memoryAddArea (line 339) | static inline void memoryAddArea(int start, int end, int cur_index) function memoryInitAreaTable (line 355) | void memoryInitAreaTable() FILE: src/game/memory_area_table.h type s_mem_area (line 25) | typedef struct _s_mem_area FILE: src/game/rpx_rpl_table.c function rpxRplTableInit (line 10) | void rpxRplTableInit(void) function s_rpx_rpl (line 18) | s_rpx_rpl * rpxRplTableAddEntry(const char *name, int offset, int size, ... function s_rpx_rpl (line 45) | s_rpx_rpl* rpxRplTableGet(void) function s_mem_area (line 50) | s_mem_area *rpxRplTableGetNextFreeMemArea(u32 * mem_area_addr_start, u32... function rpxRplCopyDataToMem (line 91) | int rpxRplCopyDataToMem(s_rpx_rpl *rpx_rpl_struct, u32 fileOffset, const... function rpxRplCopyDataFromMem (line 145) | int rpxRplCopyDataFromMem(s_rpx_rpl *rpx_rpl_struct, u32 fileOffset, u8 ... FILE: src/game/rpx_rpl_table.h type s_rpx_rpl (line 13) | typedef struct _s_rpx_rpl FILE: src/gui/FreeTypeGX.cpp function wchar_t (line 74) | wchar_t* FreeTypeGX::charToWideChar(const char* strChar) function ftgxCharData (line 187) | ftgxCharData * FreeTypeGX::cacheGlyphData(wchar_t charCode, int16_t pixe... FILE: src/gui/FreeTypeGX.h type ftgxCharData (line 46) | typedef struct ftgxCharData_ type ftgxDataOffset (line 64) | typedef struct ftgxDataOffset_ type ftgxCharData (line 72) | typedef struct ftgxCharData_ ftgxCharData; type ftgxDataOffset (line 73) | typedef struct ftgxDataOffset_ ftgxDataOffset; function class (line 111) | class FreeTypeGX FILE: src/gui/GameBgImage.h function class (line 7) | class GameBgImage : public GuiImageAsync FILE: src/gui/GameIcon.h function class (line 7) | class GameIcon : public GuiImageAsync FILE: src/gui/GridBackground.h function class (line 7) | class GridBackground : public GuiImage FILE: src/gui/GuiButton.h function class (line 28) | class GuiButton : public GuiElement FILE: src/gui/GuiCheckBox.h function class (line 25) | class GuiCheckBox : public GuiToggle FILE: src/gui/GuiConfigurationScreen.h function class (line 23) | class GuiConfigurationScreen : public GuiFrame FILE: src/gui/GuiController.h function class (line 23) | class GuiController function virtual (line 55) | virtual ~GuiController() {} type PadData (line 59) | typedef struct FILE: src/gui/GuiDragListener.h function class (line 25) | class GuiDragListener : public GuiElement FILE: src/gui/GuiElement.cpp function f32 (line 68) | f32 GuiElement::getLeft() function f32 (line 103) | f32 GuiElement::getTop() FILE: src/gui/GuiElement.h function class (line 75) | class GuiElement : public AsyncDeleter::Element function virtual (line 291) | virtual s32 getStateChan() { return stateChan; } function virtual (line 293) | virtual void resetState() function virtual (line 301) | virtual void setAlpha(f32 a) { alpha = a; } function virtual (line 305) | virtual f32 getAlpha() function virtual (line 321) | virtual void setScale(float s) function virtual (line 329) | virtual void setScaleX(float s) { scaleX = s; } function virtual (line 332) | virtual void setScaleY(float s) { scaleY = s; } function virtual (line 335) | virtual void setScaleZ(float s) { scaleZ = s; } function virtual (line 338) | virtual float getScale() function virtual (line 349) | virtual float getScaleX() function virtual (line 360) | virtual float getScaleY() function virtual (line 371) | virtual float getScaleZ() function virtual (line 382) | virtual bool isRumbleActive() { return rumble; } function virtual (line 385) | virtual void setRumble(bool r) { rumble = r; } function virtual (line 397) | virtual void setEffectGrow() { setEffectOnOver(EFFECT_SCALE, 4, 110); } function virtual (line 409) | virtual bool isInside(f32 x, f32 y) function virtual (line 419) | virtual void setPosition(f32 x, f32 y) function virtual (line 428) | virtual void setPosition(f32 x, f32 y, f32 z) function virtual (line 436) | virtual s32 getSelected() { return -1; } function virtual (line 440) | virtual void setAlignment(s32 a) { alignment = a; } function virtual (line 444) | virtual void setAngle(f32 a) { angle = a; } function virtual (line 446) | virtual f32 getAngle() const { f32 r_angle = angle; if(parentElement) r_... function virtual (line 451) | virtual void draw(CVideo * v) { } function virtual (line 453) | virtual void process() { } type POINT (line 459) | typedef struct _POINT { function POINT (line 478) | POINT PtrToScreen(POINT p) function POINT (line 485) | POINT PtrToControl(POINT p) FILE: src/gui/GuiFrame.cpp function GuiElement (line 99) | GuiElement* GuiFrame::getGuiElementAt(u32 index) const function u32 (line 106) | u32 GuiFrame::getSize() function s32 (line 151) | s32 GuiFrame::getSelected() FILE: src/gui/GuiFrame.h function class (line 25) | class GuiFrame : public GuiElement FILE: src/gui/GuiGameBrowser.h function class (line 23) | class GuiGameBrowser : public GuiFrame FILE: src/gui/GuiGameCarousel.h function OnLaunchClick (line 50) | void OnLaunchClick(GuiButton *button, const GuiController *controller, G... FILE: src/gui/GuiIconCarousel.h function draw (line 37) | void draw(CVideo *pVideo) function OnLaunchClick (line 55) | void OnLaunchClick(GuiButton *button, const GuiController *controller, G... FILE: src/gui/GuiImage.cpp function GX2Color (line 117) | GX2Color GuiImage::getPixel(s32 x, s32 y) FILE: src/gui/GuiImage.h function class (line 25) | class GuiImage : public GuiElement FILE: src/gui/GuiImageAsync.h function class (line 26) | class GuiImageAsync : public GuiImage FILE: src/gui/GuiImageData.h function class (line 25) | class GuiImageData : public AsyncDeleter::Element FILE: src/gui/GuiParticleImage.cpp function f32 (line 23) | static inline f32 getRandZeroToOneF32() function f32 (line 28) | static inline f32 getRandMinusOneToOneF32() FILE: src/gui/GuiParticleImage.h type Particle (line 33) | typedef struct FILE: src/gui/GuiSelectBox.cpp function f32 (line 248) | f32 GuiSelectBox::getTopValueHeight() { function f32 (line 252) | f32 GuiSelectBox::getTopValueWidth() { function f32 (line 256) | f32 GuiSelectBox::getHeight(){ function f32 (line 260) | f32 GuiSelectBox::getWidth(){ FILE: src/gui/GuiSelectBox.h type SelectBoxValueButton (line 92) | typedef struct FILE: src/gui/GuiSound.h function class (line 24) | class GuiSound : public AsyncDeleter::Element FILE: src/gui/GuiSwitch.h function class (line 25) | class GuiSwitch : public GuiToggle FILE: src/gui/GuiText.cpp function s32 (line 297) | s32 GuiText::getTextWidth(s32 ind) function wchar_t (line 305) | const wchar_t * GuiText::getDynText(s32 ind) FILE: src/gui/GuiText.h function class (line 25) | class GuiText : public GuiElement FILE: src/gui/GuiToggle.h function setValue (line 32) | void setValue(bool checked){ function setChecked (line 39) | void setChecked(){ function setUnchecked (line 43) | void setUnchecked(){ function getValue (line 46) | bool getValue(){ FILE: src/gui/GuiTrigger.cpp function s32 (line 110) | s32 GuiTrigger::clicked(const GuiController *controller) const FILE: src/gui/GuiTrigger.h function class (line 24) | class GuiTrigger FILE: src/gui/Scrollbar.h function s32 (line 37) | s32 GetSelectedItem() { return SelItem; } function s32 (line 38) | s32 GetSelectedIndex() { return SelInd; } FILE: src/gui/VPadController.h function class (line 23) | class VPadController : public GuiController function virtual (line 34) | virtual ~VPadController() {} function update (line 36) | bool update(s32 width, s32 height) FILE: src/gui/WPadController.h function class (line 23) | class WPadController : public GuiController function virtual (line 34) | virtual ~WPadController() {} function u32 (line 36) | u32 remapWiiMoteButtons(u32 buttons) function u32 (line 81) | u32 remapClassicButtons(u32 buttons) function update (line 133) | bool update(s32 width, s32 height) FILE: src/gui/sigslot.h function namespace (line 94) | namespace sigslot { function class (line 122) | class multi_threaded_global function virtual (line 141) | virtual ~multi_threaded_global() function virtual (line 146) | virtual void lock() function virtual (line 151) | virtual void unlock() function class (line 164) | class multi_threaded_local function class (line 199) | class multi_threaded_global function virtual (line 212) | virtual ~multi_threaded_global() function virtual (line 217) | virtual void lock() function virtual (line 222) | virtual void unlock() function class (line 235) | class multi_threaded_local function class (line 270) | class multi_threaded_global function virtual (line 283) | virtual ~multi_threaded_global() function virtual (line 288) | virtual void lock() function virtual (line 293) | virtual void unlock() function class (line 299) | class multi_threaded_local function virtual (line 312) | virtual ~multi_threaded_local() function virtual (line 316) | virtual void lock() function virtual (line 321) | virtual void unlock() function m_mutex (line 336) | m_mutex(mtx) type typename (line 478) | typedef typename sender_set::const_iterator const_iterator; function mt_policy (line 486) | has_slots(const has_slots& hs) function signal_connect (line 501) | void signal_connect(_signal_base* sender) function signal_disconnect (line 507) | void signal_disconnect(_signal_base* sender) function virtual (line 513) | virtual ~has_slots() function disconnect_all (line 518) | void disconnect_all() type typename (line 542) | typedef typename connections_list::const_iterator const_iterator; type typename (line 543) | typedef typename connections_list::iterator iterator; function s (line 550) | _signal_base0(const _signal_base0& s) function disconnect_all (line 571) | void disconnect_all() function disconnect (line 588) | void disconnect(has_slots* pclass) function connected (line 608) | bool connected() function slot_disconnect (line 613) | void slot_disconnect(has_slots* pslot) function slot_duplicate (line 635) | void slot_duplicate(const has_slots* oldtarget, has_slots* oldtarget, has_slots* pclass) function connected (line 744) | bool connected() function slot_disconnect (line 749) | void slot_disconnect(has_slots* pslot) type typename (line 782) | typedef typename connections_list::const_iterator const_iterator; type typename (line 783) | typedef typename connections_list::iterator iterator; function slot_duplicate (line 806) | void slot_duplicate(const has_slots* oldtarget, has_slots* pclass) function connected (line 865) | bool connected() function slot_disconnect (line 870) | void slot_disconnect(has_slots* pslot) type typename (line 903) | typedef typename connections_list::const_iterator const_iterator; type typename (line 904) | typedef typename connections_list::iterator iterator; function slot_duplicate (line 926) | void slot_duplicate(const has_slots* oldtarget, has_slots* pclass) function connected (line 985) | bool connected() function slot_disconnect (line 990) | void slot_disconnect(has_slots* pslot) type typename (line 1022) | typedef typename connections_list::const_iterator const_iterator; type typename (line 1023) | typedef typename connections_list::iterator iterator; function slot_duplicate (line 1046) | void slot_duplicate(const has_slots* oldtarget, has_slots* pclass) function connected (line 1105) | bool connected() function slot_disconnect (line 1110) | void slot_disconnect(has_slots* pslot) type typename (line 1143) | typedef typename connections_list::const_iterator const_iterator; type typename (line 1144) | typedef typename connections_list::iterator iterator; function slot_duplicate (line 1168) | void slot_duplicate(const has_slots* oldtarget, has_slots* pclass) function connected (line 1227) | bool connected() function slot_disconnect (line 1232) | void slot_disconnect(has_slots* pslot) type typename (line 1265) | typedef typename connections_list::const_iterator const_iterator; type typename (line 1266) | typedef typename connections_list::iterator iterator; function slot_duplicate (line 1290) | void slot_duplicate(const has_slots* oldtarget, has_slots* pclass) function connected (line 1349) | bool connected() function slot_disconnect (line 1354) | void slot_disconnect(has_slots* pslot) type typename (line 1387) | typedef typename connections_list::const_iterator const_iterator; type typename (line 1388) | typedef typename connections_list::iterator iterator; function slot_duplicate (line 1412) | void slot_duplicate(const has_slots* oldtarget, has_slots* pclass) function connected (line 1471) | bool connected() function slot_disconnect (line 1476) | void slot_disconnect(has_slots* pslot) type typename (line 1510) | typedef typename connections_list::const_iterator const_iterator; type typename (line 1511) | typedef typename connections_list::iterator iterator; function slot_duplicate (line 1535) | void slot_duplicate(const has_slots* oldtarget, has_slots* pclass) function connected (line 1594) | bool connected() function slot_disconnect (line 1599) | void slot_disconnect(has_slots* pslot) function virtual (line 1642) | virtual ~_connection0() function virtual (line 1647) | virtual _connection_base0* clone() function virtual (line 1652) | virtual _connection_base0* duplicate(has_slots* pn... function virtual (line 1657) | virtual void emit() function virtual (line 1662) | virtual has_slots* getdest() const function virtual (line 1688) | virtual ~_connection1() function virtual (line 1703) | virtual void emit(arg1_type a1) function virtual (line 1708) | virtual has_slots* getdest() const function virtual (line 1735) | virtual ~_connection2() function virtual (line 1751) | virtual void emit(arg1_type a1, arg2_type a2) function virtual (line 1756) | virtual has_slots* getdest() const function virtual (line 1783) | virtual ~_connection3() function virtual (line 1799) | virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3) function virtual (line 1804) | virtual has_slots* getdest() const function virtual (line 1833) | virtual ~_connection4() function virtual (line 1848) | virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3, function virtual (line 1854) | virtual has_slots* getdest() const function virtual (line 1884) | virtual ~_connection5() function virtual (line 1903) | virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, function virtual (line 1909) | virtual has_slots* getdest() const function virtual (line 1939) | virtual ~_connection6() function virtual (line 1958) | virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, function virtual (line 1964) | virtual has_slots* getdest() const function virtual (line 1994) | virtual ~_connection7() function virtual (line 2013) | virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, function virtual (line 2019) | virtual has_slots* getdest() const function virtual (line 2051) | virtual ~_connection8() function virtual (line 2070) | virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, function virtual (line 2076) | virtual has_slots* getdest() const type typename (line 2091) | typedef typename _signal_base0::connections_list::const_itera... function emit (line 2118) | void emit() function emit (line 2184) | void emit(arg1_type a1) type typename (line 2223) | typedef typename _signal_base2::connect... function emit (line 2251) | void emit(arg1_type a1, arg2_type a2) function emit (line 2319) | void emit(arg1_type a1, arg2_type a2, arg3_type a3) function emit (line 2388) | void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4) function emit (line 2460) | void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, type typename (line 2504) | typedef typename _signal_base6 FILE: src/menu/SettingsCategoryMenu.h function OnBackButtonClick (line 35) | void OnBackButtonClick(GuiButton *button, const GuiController *controlle... type CategorySetting (line 73) | typedef struct FILE: src/menu/SettingsMenu.h function OnQuitButtonClick (line 58) | void OnQuitButtonClick(GuiButton *button, const GuiController *controlle... type GuiSettingsCategory (line 82) | typedef struct FILE: src/network/FileDownloader.h function class (line 23) | class FileDownloader FILE: src/network/GameImageDownloader.h function startDownloading (line 24) | void startDownloading() type ImageLink (line 39) | struct ImageLink FILE: src/patcher/aoc_patcher.cpp function DECL (line 5) | DECL(int, ACPGetAddOnUniqueId, unsigned int * id_buffer, int buffer_size) function DECL (line 18) | DECL(int, AOC_OpenTitle, char * path, void * target, void * buffer, unsi... FILE: src/patcher/cpp_to_c_util.cpp function replacement_FileReplacer_t (line 8) | replacement_FileReplacer_t replacement_FileReplacer_initWithFile(char * ... function replacement_FileReplacer_destroy (line 12) | void replacement_FileReplacer_destroy(replacement_FileReplacer_t untyped... function replacement_FileReplacer_isFileExisting (line 17) | int replacement_FileReplacer_isFileExisting(replacement_FileReplacer_t u... FILE: src/patcher/extra_log_patcher.cpp function DECL (line 6) | DECL(int, OSDynLoad_GetModuleName, unsigned int *handle, char *name_buff... function DECL (line 19) | DECL(int, OSDynLoad_IsModuleLoaded, char* rpl, unsigned int *handle, int... function fs_log_byte_for_client (line 37) | static void fs_log_byte_for_client(void *pClient, char byte) { function DECL (line 44) | DECL(int, FSCloseFile_log, void *pClient, void *pCmd, int fd, int error) { function DECL (line 48) | DECL(int, FSCloseDir_log, void *pClient, void *pCmd, int fd, int error) { function DECL (line 52) | DECL(int, FSFlushFile_log, void *pClient, void *pCmd, int fd, int error) { function DECL (line 56) | DECL(int, FSGetErrorCodeForViewer_log, void *pClient, void *pCmd) { function DECL (line 60) | DECL(int, FSGetLastError_log, void *pClient) { function DECL (line 64) | DECL(int, FSGetPosFile_log, void *pClient, void *pCmd, int fd, int *pos,... function DECL (line 68) | DECL(int, FSGetStatFile_log, void *pClient, void *pCmd, int fd, void *bu... function DECL (line 72) | DECL(int, FSIsEof_log, void *pClient, void *pCmd, int fd, int error) { function DECL (line 77) | DECL(int, FSReadFileWithPos_log, void *pClient, void *pCmd, void *buffer... function DECL (line 81) | DECL(int, FSSetPosFile_log, void *pClient, void *pCmd, int fd, int pos, ... function DECL (line 85) | DECL(void, FSSetStateChangeNotification_log, void *pClient, int r4) { function DECL (line 89) | DECL(int, FSTruncateFile_log, void *pClient, void *pCmd, int fd, int err... function DECL (line 93) | DECL(int, FSWriteFile_log, void *pClient, void *pCmd, const void *source... function DECL (line 97) | DECL(int, FSWriteFileWithPos_log, void *pClient, void *pCmd, const void ... function DECL (line 102) | DECL(int, FSGetVolumeState_log, void *pClient) { FILE: src/patcher/fs_logger.c function fs_logger_connect (line 14) | int fs_logger_connect(int *socket) { function fs_logger_disconnect (line 20) | void fs_logger_disconnect(int socket) { function fs_log_string (line 85) | void fs_log_string(int sock, const char* str, unsigned char flag_byte) { function fs_log_byte (line 90) | void fs_log_byte(int sock, unsigned char flag_byte) { FILE: src/patcher/fs_patcher.cpp function DECL (line 23) | DECL(int, FSInit, void) function DECL (line 91) | DECL(int, FSShutdown, void) { function DECL (line 100) | DECL(int, FSAddClientEx, void *pClient, int unk_param, int errHandling) function DECL (line 119) | DECL(int, FSDelClient, void *pClient) { function DECL (line 136) | DECL(int, FSGetStat, void *pClient, void *pCmd, const char *path, FSStat... function DECL (line 157) | DECL(int, FSGetStatAsync, void *pClient, void *pCmd, const char *path, v... function DECL (line 178) | DECL(int, FSOpenFile, void *pClient, void *pCmd, const char *path, const... function DECL (line 201) | DECL(int, FSOpenFileAsync, void *pClient, void *pCmd, const char *path, ... function DECL (line 222) | DECL(int, FSOpenDir, void *pClient, void* pCmd, const char *path, int *h... function DECL (line 243) | DECL(int, FSOpenDirAsync, void *pClient, void* pCmd, const char *path, i... function DECL (line 264) | DECL(int, FSChangeDir, void *pClient, void *pCmd, const char *path, int ... function DECL (line 285) | DECL(int, FSChangeDirAsync, void *pClient, void *pCmd, const char *path,... FILE: src/patcher/fs_sd_patcher.cpp function DECL (line 8) | DECL(int, FSMakeDir, void *pClient, void *pCmd, const char *path, int er... function DECL (line 32) | DECL(int, FSMakeDirAsync, void *pClient, void *pCmd, const char *path, i... function DECL (line 56) | DECL(int, FSRename, void *pClient, void *pCmd, const char *oldPath, cons... function DECL (line 88) | DECL(int, FSRenameAsync, void *pClient, void *pCmd, const char *oldPath,... function DECL (line 120) | DECL(int, FSRemove, void *pClient, void *pCmd, const char *path, int err... function DECL (line 144) | DECL(int, FSRemoveAsync, void *pClient, void *pCmd, const char *path, in... function DECL (line 167) | DECL(int, FSFlushQuota, void *pClient, void *pCmd, const char* path, int... function DECL (line 192) | DECL(int, FSFlushQuotaAsync, void *pClient, void *pCmd, const char *path... function DECL (line 218) | DECL(int, FSGetFreeSpaceSize, void *pClient, void *pCmd, const char *pat... function DECL (line 243) | DECL(int, FSGetFreeSpaceSizeAsync, void *pClient, void *pCmd, const char... function DECL (line 269) | DECL(int, FSRollbackQuota, void *pClient, void *pCmd, const char *path, ... function DECL (line 293) | DECL(int, FSRollbackQuotaAsync, void *pClient, void *pCmd, const char *p... FILE: src/patcher/hid_controller_function_patcher.cpp function DECL (line 10) | DECL(void, GX2CopyColorBufferToScanBuffer, const GX2ColorBuffer *colorBu... function DECL (line 20) | DECL(void, __PPCExit, void){ function DECL (line 35) | DECL(int, VPADRead, int chan, VPADData *buffer, u32 buffer_size, s32 *er... FILE: src/patcher/patcher_util.cpp function client_num_alloc (line 6) | int client_num_alloc(void *pClient) { function client_num (line 22) | int client_num(void *pClient) { function client_num_free (line 30) | void client_num_free(int client) { function getPathType (line 34) | int getPathType(const char *path) { function compute_new_path (line 65) | void compute_new_path(char* new_path, const char* path, int len, int pat... function GetCurClient (line 167) | int GetCurClient(void *pClient) { function getNewPathLen (line 177) | int getNewPathLen(int pathType){ FILE: src/patcher/patcher_util.h type bss_t (line 21) | struct bss_t { FILE: src/patcher/pygecko.c type pygecko_bss_t (line 9) | struct pygecko_bss_t { function recvwait (line 19) | static int recvwait(struct pygecko_bss_t *bss, int sock, void *buffer, i... function recvbyte (line 33) | static int recvbyte(struct pygecko_bss_t *bss, int sock) { function checkbyte (line 42) | static int checkbyte(struct pygecko_bss_t *bss, int sock) { function sendwait (line 52) | static int sendwait(struct pygecko_bss_t *bss, int sock, const void *buf... function sendbyte (line 66) | static int sendbyte(struct pygecko_bss_t *bss, int sock, unsigned char b... function rungecko (line 73) | static int rungecko(struct pygecko_bss_t *bss, int clientfd) { function pygecko_main (line 338) | static int pygecko_main(int argc, void *argv) { function start_pygecko (line 382) | void start_pygecko(void) FILE: src/patcher/rplrpx_patcher.cpp function LoadRPLToMemory (line 13) | static int LoadRPLToMemory(s_rpx_rpl *rpl_entry) function CheckAndLoadRPL (line 140) | static int CheckAndLoadRPL(const char *rpl) { function DECL (line 170) | DECL(int, OSDynLoad_Acquire, char* rpl, unsigned int *handle, int r5 __a... function DECL (line 202) | DECL(int, LiBounceOneChunk, const char * filename, int fileType, int pro... function DECL (line 215) | DECL(int, LiWaitOneChunk, unsigned int * iRemainingBytes, const char *fi... FILE: src/resources/Resources.cpp function u8 (line 60) | const u8 * Resources::GetFile(const char * filename) function u32 (line 73) | u32 Resources::GetFileSize(const char * filename) function GuiImageData (line 85) | GuiImageData * Resources::GetImageData(const char * filename) function GuiSound (line 138) | GuiSound * Resources::GetSound(const char * filename) FILE: src/resources/Resources.h function class (line 11) | class Resources FILE: src/resources/filelist.h type RecourceFile (line 14) | typedef struct _RecourceFile FILE: src/settings/CSettings.h function class (line 26) | class CSettings FILE: src/settings/CSettingsGame.cpp function GameSettings (line 318) | GameSettings * CSettingsGame::GetGameSettingsBySettingGameValue(std::str... FILE: src/settings/CSettingsGame.h function class (line 29) | class CSettingsGame FILE: src/settings/SettingsDefs.h type SettingTypes (line 20) | enum SettingTypes type ValueString (line 30) | typedef struct type SettingType (line 36) | typedef struct FILE: src/settings/SettingsEnums.h type eGameViewModes (line 4) | enum eGameViewModes type eGameSaveModes (line 11) | enum eGameSaveModes type eOnOff (line 18) | enum eOnOff FILE: src/settings/SettingsGameDefs.h type GameSettings (line 19) | typedef struct FILE: src/sounds/BufferCircle.hpp class BufferCircle (line 32) | class BufferCircle method s32 (line 42) | s32 Size() { return SoundBuffer.size(); } method u8 (line 54) | u8 * GetBuffer() { return GetBuffer(which); } method u8 (line 56) | u8 * GetBuffer(s32 pos) { if(!Valid(pos)) return NULL; else return Sou... method u32 (line 58) | u32 GetBufferSize() { return GetBufferSize(which); } method u32 (line 60) | u32 GetBufferSize(s32 pos) { if(!Valid(pos)) return 0; else return Buf... method IsBufferReady (line 62) | bool IsBufferReady() { return IsBufferReady(which); } method IsBufferReady (line 64) | bool IsBufferReady(s32 pos) { if(!Valid(pos)) return false; else retur... method u16 (line 70) | u16 Which() { return which; } method u16 (line 73) | inline u16 Next() { return (which+1 >= Size()) ? 0 : which+1; } method u16 (line 74) | inline u16 Prev() { if(Size() == 0) return 0; else return ((s32)which-... method Valid (line 77) | bool Valid(s32 pos) { return !(pos < 0 || pos >= Size()); } FILE: src/sounds/Mp3Decoder.cpp function s32 (line 109) | s32 Mp3Decoder::Rewind() function s16 (line 127) | static inline s16 FixedToShort(mad_fixed_t Fixed) function s32 (line 139) | s32 Mp3Decoder::Read(u8 * buffer, s32 buffer_size, s32 pos) FILE: src/sounds/Mp3Decoder.hpp class Mp3Decoder (line 30) | class Mp3Decoder : public SoundDecoder type mad_stream (line 40) | struct mad_stream type mad_frame (line 41) | struct mad_frame type mad_synth (line 42) | struct mad_synth FILE: src/sounds/OggDecoder.cpp function ogg_read (line 31) | static int ogg_read(void * punt, int bytes, int blocks, int *f) function ogg_seek (line 36) | static int ogg_seek(int *f, ogg_int64_t offset, int mode) function ogg_close (line 41) | static int ogg_close(int *f) function ogg_tell (line 47) | static long ogg_tell(int *f) function s32 (line 113) | s32 OggDecoder::Rewind() function s32 (line 125) | s32 OggDecoder::Read(u8 * buffer, s32 buffer_size, s32 pos) FILE: src/sounds/OggDecoder.hpp class OggDecoder (line 31) | class OggDecoder : public SoundDecoder FILE: src/sounds/SoundDecoder.cpp function s32 (line 81) | s32 SoundDecoder::Rewind() function s32 (line 90) | s32 SoundDecoder::Read(u8 * buffer, s32 buffer_size, s32 pos) FILE: src/sounds/SoundDecoder.hpp class SoundDecoder (line 33) | class SoundDecoder method Lock (line 40) | virtual void Lock() { mutex.lock(); } method Unlock (line 41) | virtual void Unlock() { mutex.unlock(); } method s32 (line 43) | virtual s32 Tell() { return CurPos; } method s32 (line 44) | virtual s32 Seek(s32 pos) { CurPos = pos; return file_fd->seek(CurPos,... method u16 (line 46) | virtual u16 GetFormat() { return Format; } method u16 (line 47) | virtual u16 GetSampleRate() { return SampleRate; } method IsBufferReady (line 49) | virtual bool IsBufferReady() { return SoundBuffer.IsBufferReady(); } method u8 (line 50) | virtual u8 * GetBuffer() { return SoundBuffer.GetBuffer(); } method u32 (line 51) | virtual u32 GetBufferSize() { return SoundBuffer.GetBufferSize(); } method LoadNext (line 52) | virtual void LoadNext() { SoundBuffer.LoadNext(); } method IsEOF (line 53) | virtual bool IsEOF() { return EndOfFile; } method SetLoop (line 54) | virtual void SetLoop(bool l) { Loop = l; EndOfFile = false; } method u8 (line 55) | virtual u8 GetSoundType() { return SoundType; } method ClearBuffer (line 56) | virtual void ClearBuffer() { SoundBuffer.ClearBuffer(); whichLoad = 0; } method IsStereo (line 57) | virtual bool IsStereo() { return (GetFormat() & CHANNELS_STEREO) != 0; } method Is16Bit (line 58) | virtual bool Is16Bit() { return ((GetFormat() & 0xFF) == FORMAT_PCM_16... method IsDecoding (line 59) | virtual bool IsDecoding() { return Decoding; } type SoundFormats (line 63) | enum SoundFormats type SoundChannels (line 68) | enum SoundChannels type SoundType (line 74) | enum SoundType FILE: src/sounds/SoundHandler.cpp function CheckMP3Signature (line 115) | static inline bool CheckMP3Signature(const u8 * buffer) function SoundDecoder (line 149) | SoundDecoder * SoundHandler::GetSoundDecoder(const char * filepath) function SoundDecoder (line 185) | SoundDecoder * SoundHandler::GetSoundDecoder(const u8 * sound, s32 length) FILE: src/sounds/SoundHandler.hpp class SoundHandler (line 37) | class SoundHandler : public CThread method SoundHandler (line 40) | static SoundHandler * instance() { method DestroyInstance (line 46) | static void DestroyInstance() { delete handlerInstance; handlerInstanc... method SoundDecoder (line 52) | SoundDecoder * getDecoder(s32 i) { return ((i < 0 || i >= MAX_DECODERS... method Voice (line 53) | Voice * getVoice(s32 i) { return ((i < 0 || i >= MAX_DECODERS) ? NULL ... method ThreadSignal (line 55) | void ThreadSignal() { resumeThread(); } method IsDecoding (line 56) | bool IsDecoding() { return Decoding; } FILE: src/sounds/Voice.h function class (line 23) | class Voice FILE: src/sounds/WavDecoder.cpp function s32 (line 127) | s32 WavDecoder::Read(u8 * buffer, s32 buffer_size, s32 pos) FILE: src/sounds/WavDecoder.hpp class WavDecoder (line 56) | class WavDecoder : public SoundDecoder FILE: src/system/AsyncDeleter.h function class (line 24) | class AsyncDeleter : public CThread FILE: src/system/CMutex.h function class (line 23) | class CMutex function class (line 56) | class CMutexLock FILE: src/system/CThread.h function class (line 26) | class CThread function virtual (line 50) | virtual ~CThread() { shutdownThread(); } function virtual (line 58) | virtual void* getThread() const { return pThread; } function virtual (line 60) | virtual void executeThread(void) function virtual (line 66) | virtual void suspendThread(void) { if(isThreadSuspended()) return; if(pT... function virtual (line 68) | virtual void resumeThread(void) { if(!isThreadSuspended()) return; if(pT... function virtual (line 70) | virtual void setThreadPriority(s32 prio) { if(pThread) OSSetThreadPriori... function virtual (line 72) | virtual bool isThreadSuspended(void) const { if(pThread) return OSIsThre... function virtual (line 74) | virtual bool isThreadTerminated(void) const { if(pThread) return OSIsThr... function virtual (line 76) | virtual bool isThreadRunning(void) const { return !isThreadSuspended() &... function virtual (line 78) | virtual void shutdownThread(void) type eCThreadAttributes (line 98) | enum eCThreadAttributes FILE: src/system/exception_handler.c type frame_rec (line 23) | typedef struct _framerec { function exception_cb (line 55) | static unsigned char exception_cb(void * c, unsigned char exception_type) { function dsi_exception_cb (line 129) | static unsigned char dsi_exception_cb(OSContext * context) { function isi_exception_cb (line 132) | static unsigned char isi_exception_cb(OSContext * context) { function program_exception_cb (line 135) | static unsigned char program_exception_cb(OSContext * context) { function setup_os_exceptions (line 139) | void setup_os_exceptions(void) { FILE: src/system/memory.c function memoryInitialize (line 53) | void memoryInitialize(void) function memoryRelease (line 68) | void memoryRelease(void) function __wrap_free (line 97) | void __wrap_free(void *p) function __wrap_malloc_usable_size (line 113) | size_t __wrap_malloc_usable_size(void *p) type _reent (line 152) | struct _reent type _reent (line 157) | struct _reent type _reent (line 162) | struct _reent function __wrap__free_r (line 167) | void __wrap__free_r(struct _reent *r, void *p) function __wrap__malloc_usable_size_r (line 172) | size_t __wrap__malloc_usable_size_r(struct _reent *r, void *p) type _reent (line 177) | struct _reent function MEM2_free (line 190) | void MEM2_free(void *ptr) function MEM1_free (line 202) | void MEM1_free(void *ptr) function MEMBucket_free (line 214) | void MEMBucket_free(void *ptr) FILE: src/utils/Directory.cpp function Directory (line 82) | Directory * Directory::getFolder(std::string foldername){ function Directory (line 93) | Directory * Directory::getParent(){ FILE: src/utils/Directory.h function class (line 4) | class Directory FILE: src/utils/FileReplacer.cpp type dirent (line 104) | struct dirent FILE: src/utils/FileReplacer.h function class (line 11) | class FileReplacer FILE: src/utils/StringTools.cpp function wchar_t (line 58) | const wchar_t * wfmt(const char * format, ...) function strprintf (line 95) | int strprintf(std::string &str, const char * format, ...) function strfmt (line 115) | std::string strfmt(const char * format, ...) function char2wchar_t (line 134) | bool char2wchar_t(const char * strChar, wchar_t * dest) function strtokcmp (line 149) | int strtokcmp(const char * string, const char * compare, const char * se... function strextcmp (line 172) | int strextcmp(const char * string, const char * extension, char seperator) function stringSplit (line 185) | std::vector stringSplit(const std::string & inValue, const ... FILE: src/utils/StringTools.h function RemoveDoubleSlashs (line 59) | inline void RemoveDoubleSlashs(std::string &str) FILE: src/utils/function_patcher.cpp function PatchInvidualMethodHooks (line 40) | void PatchInvidualMethodHooks(hooks_magic_t method_hooks[],s32 hook_info... function RestoreInvidualInstructions (line 148) | void RestoreInvidualInstructions(hooks_magic_t method_hooks[],s32 hook_i... function s32 (line 192) | s32 isDynamicFunction(u32 physicalAddress){ function u32 (line 199) | u32 GetAddressOfFunction(const char * functionName,u32 library){ function PatchSDK (line 357) | void PatchSDK(void) FILE: src/utils/function_patcher.h type hooks_magic_t (line 54) | typedef struct { FILE: src/utils/logger.c type sockaddr_in (line 12) | struct sockaddr_in function log_init (line 16) | void log_init() function log_print (line 31) | void log_print(const char *str) function log_printf (line 57) | void log_printf(const char *format, ...) FILE: src/utils/strings.c function m_memcmp (line 28) | int m_memcmp(const void * ptr1, const void * ptr2, unsigned int num) function m_strnlen (line 46) | int m_strnlen(const char* str, unsigned int max_len) { function m_strlen (line 54) | int m_strlen(const char* str) { function m_strlcpy (line 62) | int m_strlcpy(char *s1, const char *s2, unsigned int max_size) function m_strncpy (line 77) | int m_strncpy(char *dst, const char *src, unsigned int max_size) function m_strncasecmp (line 83) | int m_strncasecmp(const char *s1, const char *s2, unsigned int max_len) { function m_strncmp (line 113) | int m_strncmp(const char *s1, const char *s2, unsigned int max_len) { function m_strtoll (line 161) | long long m_strtoll(const char *str, char **end, int base) FILE: src/utils/strings.h function m_toupper (line 4) | static inline int m_toupper(int c) { FILE: src/utils/utils.c function m_DCFlushRange (line 3) | void m_DCFlushRange(unsigned int startAddr, unsigned int size) function m_DCInvalidateRange (line 17) | void m_DCInvalidateRange(unsigned int startAddr, unsigned int size) FILE: src/utils/xml.c function LoadXmlParameters (line 52) | int LoadXmlParameters(ReducedCosAppXmlInfo * xmlInfo, const char *rpx_na... function GetId6FromMeta (line 245) | int GetId6FromMeta(const char *path, char *id6) FILE: src/video/CVideo.h function class (line 23) | class CVideo FILE: src/video/CursorDrawer.h function class (line 28) | class CursorDrawer FILE: src/video/shaders/ColorShader.h function class (line 24) | class ColorShader : public Shader FILE: src/video/shaders/FXAAShader.h function class (line 24) | class FXAAShader : public Shader FILE: src/video/shaders/FetchShader.h function class (line 22) | class FetchShader : public Shader FILE: src/video/shaders/PixelShader.h function class (line 22) | class PixelShader : public Shader FILE: src/video/shaders/Shader.h function class (line 25) | class Shader FILE: src/video/shaders/Shader3D.h function class (line 24) | class Shader3D : public Shader FILE: src/video/shaders/ShaderFractalColor.h function class (line 24) | class ShaderFractalColor : public Shader FILE: src/video/shaders/Texture2DShader.h function class (line 24) | class Texture2DShader : public Shader FILE: src/video/shaders/VertexShader.h function class (line 23) | class VertexShader : public Shader function virtual (line 38) | virtual ~VertexShader() { function setProgram (line 80) | void setProgram(const u32 * program, const u32 & programSize, const u32 ... function addUniformVar (line 97) | void addUniformVar(const GX2UniformVar & var) function addAttribVar (line 122) | void addAttribVar(const GX2AttribVar & var) function setAttributeBuffer (line 147) | static inline void setAttributeBuffer(u32 bufferIdx, u32 bufferSize, u32... function GX2VertexShader (line 151) | GX2VertexShader *getVertexShader() const { function setShader (line 155) | void setShader(void) const { function setUniformReg (line 169) | static void setUniformReg(u32 location, u32 size, const void * reg) { FILE: udp_debug_reader/source/Input.c function CheckInput (line 31) | char CheckInput() function kbhit (line 66) | int kbhit(void) function getch (line 94) | int getch() FILE: udp_debug_reader/source/main.c function main (line 31) | int main(int argc, char *argv[]) FILE: udp_debug_reader/source/network.c type sockaddr_in (line 32) | struct sockaddr_in function Bind (line 34) | int Bind() function CloseSocket (line 51) | void CloseSocket() function NetInit (line 60) | int NetInit() function NetRead (line 87) | int NetRead(void *buffer, unsigned int buf_len) FILE: udp_debug_reader/source/winsock/winsock.h type u_char (line 27) | typedef unsigned char u_char; type u_short (line 28) | typedef unsigned short u_short; type u_int (line 29) | typedef unsigned int u_int; type u_long (line 30) | typedef unsigned long u_long; type u_int (line 33) | typedef u_int SOCKET; type fd_set (line 50) | typedef struct fd_set { type timeval (line 89) | struct timeval { type hostent (line 100) | struct hostent { type linger (line 108) | struct linger { type netent (line 135) | struct netent { type servent (line 141) | struct servent { type protoent (line 147) | struct protoent { type in_addr (line 193) | struct in_addr { type sockaddr_in (line 224) | struct sockaddr_in { type WSADATA (line 232) | typedef struct WSAData { type WSADATA (line 241) | typedef WSADATA *LPWSADATA; type ip_mreq (line 278) | struct ip_mreq { type sockaddr (line 318) | struct sockaddr { type sockproto (line 324) | struct sockproto { type sockaddr (line 434) | struct sockaddr type sockaddr (line 435) | struct sockaddr type sockaddr (line 437) | struct sockaddr type sockaddr (line 439) | struct sockaddr type sockaddr (line 440) | struct sockaddr type in_addr (line 443) | struct in_addr type sockaddr (line 446) | struct sockaddr type sockaddr (line 448) | struct sockaddr type hostent (line 452) | struct hostent type hostent (line 453) | struct hostent type servent (line 454) | struct servent type servent (line 455) | struct servent type protoent (line 456) | struct protoent type protoent (line 457) | struct protoent type timeval (line 479) | struct timeval type SOCKADDR (line 490) | typedef struct sockaddr SOCKADDR; type sockaddr (line 491) | struct sockaddr type sockaddr (line 492) | struct sockaddr type SOCKADDR_IN (line 493) | typedef struct sockaddr_in SOCKADDR_IN; type sockaddr_in (line 494) | struct sockaddr_in type sockaddr_in (line 495) | struct sockaddr_in type LINGER (line 496) | typedef struct linger LINGER; type linger (line 497) | struct linger type linger (line 498) | struct linger type IN_ADDR (line 499) | typedef struct in_addr IN_ADDR; type in_addr (line 500) | struct in_addr type in_addr (line 501) | struct in_addr type FD_SET (line 502) | typedef struct fd_set FD_SET; type fd_set (line 503) | struct fd_set type fd_set (line 504) | struct fd_set type HOSTENT (line 505) | typedef struct hostent HOSTENT; type hostent (line 506) | struct hostent type hostent (line 507) | struct hostent type SERVENT (line 508) | typedef struct servent SERVENT; type servent (line 509) | struct servent type servent (line 510) | struct servent type PROTOENT (line 511) | typedef struct protoent PROTOENT; type protoent (line 512) | struct protoent type protoent (line 513) | struct protoent type TIMEVAL (line 514) | typedef struct timeval TIMEVAL; type timeval (line 515) | struct timeval type timeval (line 516) | struct timeval FILE: www/loadiine_gx2/wiiu_browserhax_common.php function genu32_unicode (line 73) | function genu32_unicode($value)//This would need updated to support big-... function genu32_unicode_jswrap (line 79) | function genu32_unicode_jswrap($value) function ropchain_appendu32 (line 84) | function ropchain_appendu32($val) function generate_ropchain (line 97) | function generate_ropchain() function wiiuhaxx_generatepayload (line 113) | function wiiuhaxx_generatepayload() function ropgen_pop_r24_to_r31 (line 135) | function ropgen_pop_r24_to_r31($inputregs) function ropgen_setr3_popr20_to_r31 (line 146) | function ropgen_setr3_popr20_to_r31($inputregs)//r3 = r29, then pop r20.... function ropgen_callfunc (line 154) | function ropgen_callfunc($funcaddr, $r3, $r4, $r5, $r6, $r28) function ropgen_callgadget_singleparam (line 179) | function ropgen_callgadget_singleparam($funcaddr, $r3) function ropgen_setr3 (line 186) | function ropgen_setr3($r3) function ropgen_write_r3r4_tomem (line 205) | function ropgen_write_r3r4_tomem($outaddr)//r3 is written to $outaddr, t... function ropgen_writeword_tomem (line 224) | function ropgen_writeword_tomem($value, $addr) function ropgen_OSFatal (line 231) | function ropgen_OSFatal($stringaddr) function ropgen_Exit (line 238) | function ropgen_Exit() function ropgen_OSGetCoreId (line 245) | function ropgen_OSGetCoreId() function ropgen_os_snprintf (line 252) | function ropgen_os_snprintf($outstr_addr, $outstrsize, $formatstr_addr, ... function ropgen_OSScreenFlipBuffersEx (line 259) | function ropgen_OSScreenFlipBuffersEx($screenid) function ropgen_OSScreenClearBufferEx (line 266) | function ropgen_OSScreenClearBufferEx($screenid, $color)//Don't use any ... function ropgen_colorfill (line 273) | function ropgen_colorfill($screenid, $r, $g, $b, $a) function ropgen_OSCodegenCopy (line 279) | function ropgen_OSCodegenCopy($dstaddr, $srcaddr, $size)//This can't be ... function ropgen_OSGetCodegenVirtAddrRange (line 286) | function ropgen_OSGetCodegenVirtAddrRange($outaddr0, $outaddr1) function ropgen_OSSwitchSecCodeGenMode (line 293) | function ropgen_OSSwitchSecCodeGenMode($flag)//flag0 == RW- permissions,... function ropgen_memcpy (line 300) | function ropgen_memcpy($dst, $src, $size) function ropgen_DCFlushRange (line 307) | function ropgen_DCFlushRange($addr, $size) function ropgen_ICInvalidateRange (line 314) | function ropgen_ICInvalidateRange($addr, $size) function ropgen_copycodebin_to_codegen (line 321) | function ropgen_copycodebin_to_codegen($codegen_addr, $codebin_addr, $co... function ropgen_display_u32 (line 339) | function ropgen_display_u32($skip_printval_initialization)//This prints ... function ropgen_switchto_core1 (line 376) | function ropgen_switchto_core1() function generateropchain_type1 (line 399) | function generateropchain_type1()