OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Sword
(Results
1 - 6
of
6
) sorted by null
/external/elfutils/libelf/
gelf_xlate.h
57
FUNDAMENTAL (
SWORD
,
Sword
, LIBELFBITS);
abstract.h
172
TYPE_NAME (ElfW2(32, Ext##
Sword
), r_addend) \
199
TYPE_NAME (ElfW2(32, Ext##
Sword
), d_tag) \
/frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h
31
typedef int32_t
SWord
;
41
typedef int64_t
SWord
;
56
typedef llvm::ELF::Elf32_Sword
Sword
;
75
typedef llvm::ELF::Elf64_Sword
Sword
;
/ndk/sources/host-tools/ndk-depends/
ndk-depends.cc
381
typedef int32_t
Sword
;
419
typedef int32_t
Sword
;
461
typedef typename ELF::
Sword
Sword
;
478
// Read an ELF::
Sword
at a given position.
479
Sword
GetSwordAt(off_t pos) {
480
return static_cast<
Sword
>(GetWordAt(pos));
[
all
...]
/external/elfutils/libdwfl/
relocate.c
348
DO_TYPE (WORD, Word); DO_TYPE (
SWORD
,
Sword
); \
/external/elfutils/src/
readelf.c
[
all
...]
Completed in 232 milliseconds