OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Dwarf
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/libdw/
libdw.h
80
/* Type for offset in
DWARF
file. */
83
/* Type for address in
DWARF
file. */
93
/*
DWARF
abbreviation record. */
163
/* One operation in a
DWARF
location expression.
236
/* Opaque type representing a CFI section found in a
DWARF
or ELF file. */
241
typedef struct
Dwarf
Dwarf
;
257
extern
Dwarf
*dwarf_begin (int fildes, Dwarf_Cmd cmd);
260
extern
Dwarf
*dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp);
262
/* Retrieve ELF descriptor used for
DWARF
access. *
[
all
...]
libdwP.h
37
#include <
dwarf
.h>
139
struct
Dwarf
144
/* dwz alternate
DWARF
file. */
145
Dwarf
*alt_dwarf;
273
Dwarf
*dbg;
288
Dwarf
*dbg;
323
4-bytes + 2-bytes + 4-bytes + 1-byte for 32-bit
dwarf
324
12-bytes + 2-bytes + 8-bytes + 1-byte for 64-bit
dwarf
402
functions access internals of the
Dwarf
structure. */
432
extern void *__libdw_allocate (
Dwarf
*dbg, size_t minsize, size_t align
[
all
...]
Completed in 184 milliseconds