ReactOS 0.4.16-dev-336-gb667d82
|
#include <ntddk.h>
#include <reactos/rossym.h>
#include "rossympriv.h"
#include <ntimage.h>
#include <debug.h>
#include "dwarf.h"
#include "pe.h"
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
ulong | dwarfget1 (DwarfBuf *b) |
int | dwarfgetn (DwarfBuf *b, uchar *a, int n) |
uchar * | dwarfgetnref (DwarfBuf *b, ulong n) |
char * | dwarfgetstring (DwarfBuf *b) |
void | dwarfskip (DwarfBuf *b, int n) |
ulong | dwarfget2 (DwarfBuf *b) |
ulong | dwarfget4 (DwarfBuf *b) |
uvlong | dwarfget8 (DwarfBuf *b) |
ulong | dwarfgetaddr (DwarfBuf *b) |
ulong | dwarfget128 (DwarfBuf *b) |
long | dwarfget128s (DwarfBuf *b) |
Variables | |
int | n1 |
int | n2 |
int | n3 |
int | n4 |
int | n5 |
#define NDEBUG |
Definition at line 10 of file dwarfget.c.
Definition at line 197 of file dwarfget.c.
Definition at line 123 of file dwarfget.c.
Definition at line 27 of file dwarfget.c.
int n1 |
Definition at line 147 of file dwarfget.c.
Referenced by _Locale_strcmp(), _Locale_strcmp_auxA(), _WLocale_strcmp(), _WLocale_strcmp_aux(), compare_file2(), compareFiles(), demangle_datatype(), dwarfget128(), get_modified_type(), handle_method(), HUF_buildCTable_wksp(), LexcmpTest::lexcmp1(), LexcmpTest::lexcmp2(), MismatchTest::mismatch0(), MismatchTest::mismatch2(), mp_prime_miller_rabin(), name_compare(), ParseHostLine(), s_sum_conf_ptr_by_conf_ptr(), sort_linked_list(), sqrti(), symbol_demangle(), test_D3DXFrameFind(), test_Face(), test_LsaLookupNames2(), test_sequence(), test_timer_queue(), and warning().
int n2 |
Definition at line 147 of file dwarfget.c.
Referenced by _Locale_strcmp(), _Locale_strcmp_auxA(), _WLocale_strcmp(), _WLocale_strcmp_aux(), compare_file2(), compareFiles(), dwarfget128(), gl_viewclip_polygon(), handle_method(), HUF_buildCTable_wksp(), LexcmpTest::lexcmp1(), LexcmpTest::lexcmp2(), MismatchTest::mismatch0(), MismatchTest::mismatch2(), name_compare(), ParseHostLine(), SortFileInfoList(), symbol_demangle(), test_D3DXFrameFind(), test_Face(), test_LsaLookupNames2(), test_sequence(), and test_timer_queue().
int n3 |
Definition at line 147 of file dwarfget.c.
Referenced by dwarfget128(), handle_method(), MismatchTest::mismatch0(), symbol_demangle(), test_D3DXFrameFind(), and test_timer_queue().
int n4 |
Definition at line 147 of file dwarfget.c.
Referenced by dwarfget128(), handle_method(), symbol_demangle(), test_D3DXFrameFind(), and test_timer_queue().
int n5 |
Definition at line 147 of file dwarfget.c.
Referenced by dwarfget128(), test_D3DXFrameFind(), and test_timer_queue().