OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elf_r_sym
(Results
1 - 13
of
13
) sorted by null
/bionic/tools/relocation_packer/src/
elf_traits.h
41
static inline Word
elf_r_sym
(Word info) { return ELF32_R_SYM(info); }
function in struct:ELF32_traits
65
static inline Word
elf_r_sym
(Xword info) { return ELF64_R_SYM(info); }
function in struct:ELF64_traits
/toolchain/binutils/binutils-2.25/gold/
target-reloc.h
73
unsigned int r_sym = elfcpp::
elf_r_sym
<size>(r_info);
299
unsigned int r_sym = elfcpp::
elf_r_sym
<size>(r_info);
570
const unsigned int r_sym = elfcpp::
elf_r_sym
<size>(r_info);
664
const unsigned int r_sym = elfcpp::
elf_r_sym
<size>(r_info);
i386.cc
[
all
...]
x86_64.cc
[
all
...]
gc.h
229
unsigned int r_sym = elfcpp::
elf_r_sym
<size>(r_info);
reloc.cc
633
const unsigned int r_sym = elfcpp::
elf_r_sym
<size>(r_info);
[
all
...]
sparc.cc
[
all
...]
tilegx.cc
[
all
...]
powerpc.cc
[
all
...]
arm.cc
[
all
...]
aarch64.cc
[
all
...]
mips.cc
[
all
...]
/toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h
613
elf_r_sym
(typename Elf_types<size>::Elf_WXword);
617
elf_r_sym
<32>(Elf_Word v)
function in namespace:elfcpp
624
elf_r_sym
<64>(Elf_Xword v)
function in namespace:elfcpp
[
all
...]
Completed in 246 milliseconds