OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:code_to_array_index
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
aarch64-reloc-property.h
188
unsigned int idx =
code_to_array_index
(code);
197
unsigned int idx =
code_to_array_index
(code);
220
code_to_array_index
(unsigned int code) const
function in class:gold::AArch64_reloc_property_table
aarch64-reloc-property.cc
109
int tidx =
code_to_array_index
(elfcpp::R_AARCH64_##rname); \
133
int tidx =
code_to_array_index
(code);
Completed in 42 milliseconds