Searched refs:r_sym (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-machine.h65 unsigned int r_sym);
H A Delf-x86-amd64.c195 unsigned int r_type, unsigned int r_sym)
198 /*YASM_WRITE_64_L(bufp, ELF64_R_INFO(r_sym, r_type));*/
199 YASM_WRITE_64C_L(bufp, r_sym, r_type);
194 elf_x86_amd64_write_reloc(unsigned char *bufp, elf_reloc_entry *reloc, unsigned int r_type, unsigned int r_sym) argument
H A Delf-x86-x86.c191 unsigned int r_type, unsigned int r_sym)
194 YASM_WRITE_32_L(bufp, ELF32_R_INFO((unsigned long)r_sym, (unsigned char)r_type));
190 elf_x86_x86_write_reloc(unsigned char *bufp, elf_reloc_entry *reloc, unsigned int r_type, unsigned int r_sym) argument
H A Delf.c786 unsigned int r_type=0, r_sym; local
791 r_sym = esym->symindex;
793 r_sym = STN_UNDEF;
803 elf_march->write_reloc(bufp, reloc, r_type, r_sym);
/external/elfutils/0.153/src/
H A Di386_ld.c554 Elf32_Word r_sym = XELF_R_SYM (rel->r_info); local
558 if (r_sym >= scninfo->fileinfo->nlocalsymbols
559 && unlikely (scninfo->fileinfo->symref[r_sym] == NULL))
565 if (! scninfo->fileinfo->symref[r_sym]->defined
566 || scninfo->fileinfo->symref[r_sym]->in_dso
587 if (linked_from_dso_p (scninfo, r_sym))
600 sym = scninfo->fileinfo->symref[r_sym];
628 if (! scninfo->fileinfo->symref[r_sym]->defined
631 sym = scninfo->fileinfo->symref[r_sym];
662 if (!scninfo->fileinfo->symref[r_sym]
[all...]
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py192 r_sym = f.uint32()

Completed in 109 milliseconds