Home
last modified time | relevance | path

Searched refs:XELF_R_SYM (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/src/
Di386_ld.c132 si = symindirect[XELF_R_SYM (rel->r_info)]; in elf_i386_relocate_section()
137 assert (symref[XELF_R_SYM (rel->r_info)] != NULL); in elf_i386_relocate_section()
138 si = symref[XELF_R_SYM (rel->r_info)]->outsymidx; in elf_i386_relocate_section()
145 xelf_getsymshndx (insymdata, inxndxdata, XELF_R_SYM (rel->r_info), in elf_i386_relocate_section()
554 Elf32_Word r_sym = XELF_R_SYM (rel->r_info); in elf_i386_count_relocations()
785 size_t idx = XELF_R_SYM (rel->r_info); in elf_i386_create_relocations()
1032 idx = XELF_R_SYM (rel->r_info); in elf_i386_create_relocations()
Dxelf.h133 # define XELF_R_SYM(info) ELF32_R_SYM (info) macro
265 # define XELF_R_SYM(info) ELF64_R_SYM (info) macro
393 # define XELF_R_SYM(info) GELF_R_SYM (info) macro