OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STT_GNU_IFUNC
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/MC/
MCELF.cpp
40
Type == ELF::STT_TLS || Type == ELF::
STT_GNU_IFUNC
);
51
Type == ELF::STT_TLS || Type == ELF::
STT_GNU_IFUNC
);
MCELFStreamer.cpp
135
// STT_NOTYPE < STT_OBJECT < STT_FUNC <
STT_GNU_IFUNC
< STT_TLS < anything else
140
ELF::
STT_GNU_IFUNC
, ELF::STT_TLS};
218
ELF::
STT_GNU_IFUNC
));
/external/llvm/lib/Object/
ELFYAML.cpp
290
ECase(
STT_GNU_IFUNC
)
/external/valgrind/main/coregrind/m_debuginfo/
readelf.c
224
Bool* is_ifunc /* is this a
STT_GNU_IFUNC
function ?*/
265
# ifdef
STT_GNU_IFUNC
266
|| ELFXX_ST_TYPE(sym->st_info) ==
STT_GNU_IFUNC
350
# ifdef
STT_GNU_IFUNC
353
&& ELFXX_ST_TYPE(sym->st_info) ==
STT_GNU_IFUNC
) {
[
all
...]
/external/llvm/include/llvm/Support/
ELF.h
[
all
...]
/external/llvm/tools/llvm-readobj/
ELFDumper.cpp
320
{ "GNU_IFunc", ELF::
STT_GNU_IFUNC
}
Completed in 475 milliseconds