OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:endianity
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c
13342
int
endianity
= attr->constant_value (0);
13344
switch (
endianity
)
13353
complaint (_("DW_AT_endianity has unrecognized value %d"),
endianity
);
13333
int
endianity
= attr->constant_value (0);
local
/src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c
11635
std::optional<ULONGEST>
endianity
= attr->unsigned_constant ();
11637
if (
endianity
.has_value ())
11639
switch (*
endianity
)
11652
pulongest (*
endianity
));
11628
std::optional<ULONGEST>
endianity
= attr->unsigned_constant ();
local
Completed in 92 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026