OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cie_offset
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/tests/
run-show-ciefde.sh
40
FDE[0]:
cie_offset
= 0, cie_index = 0, fde_offset = 24
43
FDE[@804842c]:
cie_offset
= 0, cie_index = 0, fde_offset = 24
44
FDE[@8048454]:
cie_offset
= 0, cie_index = 0, fde_offset = 24
75
FDE[0]:
cie_offset
= 0, cie_index = 0, fde_offset = 28
79
FDE[1]:
cie_offset
= 0, cie_index = 0, fde_offset = 76
83
FDE[2]:
cie_offset
= 100, cie_index = 1, fde_offset = 24
87
FDE[3]:
cie_offset
= 100, cie_index = 1, fde_offset = 52
91
FDE[4]:
cie_offset
= 100, cie_index = 1, fde_offset = 80
95
FDE[5]:
cie_offset
= 100, cie_index = 1, fde_offset = 120
99
FDE[6]:
cie_offset
= 100, cie_index = 1, fde_offset = 15
[
all
...]
/system/core/libcorkscrew/arch-x86/
backtrace-x86.c
559
uintptr_t
cie_offset
= 0;
local
584
if (!try_get_word(memory, fde + 4, &
cie_offset
)) {
587
if (
cie_offset
== 0) {
593
/* Positive
cie_offset
goes backward from current field. */
594
cie = fde + 4 -
cie_offset
;
602
if (!try_get_word(memory, cie + 4, &
cie_offset
)) {
605
if (
cie_offset
!= 0) {
[
all
...]
Completed in 26 milliseconds