OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BE32
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/src/lib/
system.h
42
# define
BE32
(n) bswap_32 (n)
45
# define
BE32
(n) (n)
/external/llvm/tools/yaml2obj/
yaml2elf.cpp
528
typedef ELFType<support::big, 4, false>
BE32
;
538
return ELFState<
BE32
>::writeELF(Out, Doc);
Completed in 127 milliseconds