OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:per_encoding
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/gas/
dw2gencfi.h
110
unsigned char
per_encoding
;
member in struct:fde_entry
dw2gencfi.c
281
unsigned char
per_encoding
;
member in struct:cie_entry
329
fde->
per_encoding
= DW_EH_PE_omit;
832
fde->
per_encoding
= encoding;
872
fde->
per_encoding
= encoding;
[
all
...]
/toolchain/binutils/binutils-2.25/bfd/
elf-eh-frame.c
50
unsigned char
per_encoding
;
member in struct:cie
236
&& c1->
per_encoding
== c2->
per_encoding
270
h = iterative_hash_object (c->
per_encoding
, h);
671
cie->
per_encoding
= DW_EH_PE_omit;
701
REQUIRE (read_byte (&buf, end, &cie->
per_encoding
));
702
per_width = get_DW_EH_PE_width (cie->
per_encoding
,
705
if ((cie->
per_encoding
& 0x70) == DW_EH_PE_aligned)
743
&& (cie->
per_encoding
& 0x70) != DW_EH_PE_aligned)
774
= (cie->
per_encoding
& 0x70) == DW_EH_PE_pcrel
1470
unsigned int per_width,
per_encoding
;
local
[
all
...]
/toolchain/binutils/binutils-2.25/gold/
ehframe.cc
837
unsigned char
per_encoding
= *p;
local
840
if ((
per_encoding
& 0x60) == 0x60)
843
switch (
per_encoding
& 7)
861
if ((
per_encoding
& 0xf0) == elfcpp::DW_EH_PE_aligned)
[
all
...]
Completed in 179 milliseconds