OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STT_LOPROC
(Results
1 - 12
of
12
) sorted by null
/external/elfutils/0.153/libebl/
eblsymboltypename.c
89
if (symbol >=
STT_LOPROC
&& symbol <= STT_HIPROC)
90
snprintf (buf, len, "LOPROC+%d", symbol -
STT_LOPROC
);
/development/ndk/platforms/android-L/include/
elf.h
82
#define
STT_LOPROC
13
/bionic/libc/include/
elf.h
109
#define
STT_LOPROC
13
/external/llvm/include/llvm/MC/
MCELFSymbolFlags.h
45
ELF_STT_Loproc = (ELF::
STT_LOPROC
<< ELF_STT_Shift),
/bionic/libc/arch-arm/include/machine/
elf_machdep.h
125
#define STT_ARM_TFUNC
STT_LOPROC
/development/ndk/platforms/android-L/arch-arm/include/machine/
elf_machdep.h
125
#define STT_ARM_TFUNC
STT_LOPROC
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h
200
STT_LOPROC
= 13, /* reserved for processor specific semantics */
/external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.cpp
269
ENUM_TO_CSTR(
STT_LOPROC
);
/development/ndk/platforms/android-3/include/sys/
exec_elf.h
336
#define
STT_LOPROC
13 /* reserved range for processor */
/external/elfutils/0.153/libelf/
elf.h
470
#define
STT_LOPROC
13 /* Start of processor-specific */
[
all
...]
/art/runtime/
elf.h
[
all
...]
/external/llvm/include/llvm/Support/
ELF.h
[
all
...]
Completed in 2023 milliseconds