OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dwarf_Abbrev
(Results
1 - 15
of
15
) sorted by null
/external/elfutils/0.153/libdw/
dwarf_abbrev_hash.h
55
#define TYPE
Dwarf_Abbrev
*
dwarf_offabbrev.c
60
Dwarf_Abbrev
*abbrevp)
65
Dwarf_Abbrev
*abbrev = __libdw_getabbrev (dbg, NULL, offset, lengthp,
dwarf_abbrevhaschildren.c
62
Dwarf_Abbrev
*abbrev;
dwarf_getabbrevcode.c
62
Dwarf_Abbrev
*abbrev;
dwarf_getabbrevtag.c
62
Dwarf_Abbrev
*abbrev;
dwarf_getattrcnt.c
60
Dwarf_Abbrev
*abbrev;
dwarf_getabbrev.c
60
Dwarf_Abbrev
*
67
Dwarf_Abbrev
*result;
108
Dwarf_Abbrev
*abb = NULL;
113
abb = libdw_typed_alloc (dbg,
Dwarf_Abbrev
);
161
Dwarf_Abbrev
*
dwarf_haschildren.c
64
Dwarf_Abbrev
*abbrevp = die->abbrev;
dwarf_tag.c
58
Dwarf_Abbrev
*
62
Dwarf_Abbrev
*abb;
dwarf_getabbrevattr.c
62
Dwarf_Abbrev
*abbrev;
libdw.h
114
typedef struct
Dwarf_Abbrev
Dwarf_Abbrev
;
117
#define DWARF_END_ABBREV ((
Dwarf_Abbrev
*) -1l)
164
Dwarf_Abbrev
*abbrev;
516
extern
Dwarf_Abbrev
*dwarf_getabbrev (Dwarf_Die *die, Dwarf_Off offset,
521
Dwarf_Abbrev
*abbrevp)
525
extern unsigned int dwarf_getabbrevcode (
Dwarf_Abbrev
*abbrev);
528
extern unsigned int dwarf_getabbrevtag (
Dwarf_Abbrev
*abbrev);
531
extern int dwarf_abbrevhaschildren (
Dwarf_Abbrev
*abbrev);
534
extern int dwarf_getattrcnt (
Dwarf_Abbrev
*abbrev, size_t *attrcntp
[
all
...]
dwarf_child.c
76
Dwarf_Abbrev
*abbrevp = die->abbrev;
167
if (unlikely (die->abbrev == (
Dwarf_Abbrev
*) -1l))
libdwP.h
210
struct
Dwarf_Abbrev
408
extern
Dwarf_Abbrev
*__libdw_findabbrev (struct Dwarf_CU *cu,
413
extern
Dwarf_Abbrev
*__libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu,
415
Dwarf_Abbrev
*result)
/external/elfutils/elfutils/
libdw.h
114
typedef struct
Dwarf_Abbrev
Dwarf_Abbrev
;
117
#define DWARF_END_ABBREV ((
Dwarf_Abbrev
*) -1l)
164
Dwarf_Abbrev
*abbrev;
516
extern
Dwarf_Abbrev
*dwarf_getabbrev (Dwarf_Die *die, Dwarf_Off offset,
521
Dwarf_Abbrev
*abbrevp)
525
extern unsigned int dwarf_getabbrevcode (
Dwarf_Abbrev
*abbrev);
528
extern unsigned int dwarf_getabbrevtag (
Dwarf_Abbrev
*abbrev);
531
extern int dwarf_abbrevhaschildren (
Dwarf_Abbrev
*abbrev);
534
extern int dwarf_getattrcnt (
Dwarf_Abbrev
*abbrev, size_t *attrcntp
[
all
...]
/external/elfutils/0.153/src/
readelf.c
[
all
...]
Completed in 954 milliseconds