OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cie_augment
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/elftoolchain/dist/libdwarf/
dwarf_pro_frame.c
75
cie->
cie_augment
= (uint8_t *) strdup(augmenter);
76
if (cie->
cie_augment
== NULL) {
libdwarf_frame.c
137
assert(cie->
cie_augment
!= NULL && *cie->
cie_augment
== 'z');
144
aug_p = &cie->
cie_augment
[1];
225
cie->
cie_augment
= ds->ds_data + *off;
231
if (*cie->
cie_augment
!= 0 && *cie->
cie_augment
!= 'z') {
238
if (strstr((char *)cie->
cie_augment
, "eh") != NULL)
264
if (*cie->
cie_augment
== 'z') {
290
printf("\tcie_version=%u cie_offset=%ju cie_length=%ju
cie_augment
=%s"
293
(char *)cie->
cie_augment
, cie->cie_instlen, cie->cie_caf
[
all
...]
dwarf_frame.c
236
*augmenter = (char *) cie->
cie_augment
;
_libdwarf.h
268
uint8_t *
cie_augment
; /* CIE augmentation (UTF-8). */
member in struct:_Dwarf_Cie
Completed in 28 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026