Searched refs:r_sym (Results 1 – 7 of 7) sorted by relevance
/external/kernel-headers/original/asm-mips/ |
D | module.h | 18 Elf64_Word r_sym; /* Symbol index. */ member 27 Elf64_Word r_sym; /* Symbol index. */ member 60 #define ELF_MIPS_R_SYM(rel) (rel.r_sym)
|
/external/elfutils/src/ |
D | i386_ld.c | 554 Elf32_Word r_sym = XELF_R_SYM (rel->r_info); in elf_i386_count_relocations() local 558 if (r_sym >= scninfo->fileinfo->nlocalsymbols in elf_i386_count_relocations() 559 && unlikely (scninfo->fileinfo->symref[r_sym] == NULL)) in elf_i386_count_relocations() 565 if (! scninfo->fileinfo->symref[r_sym]->defined in elf_i386_count_relocations() 566 || scninfo->fileinfo->symref[r_sym]->in_dso in elf_i386_count_relocations() 587 if (linked_from_dso_p (scninfo, r_sym)) in elf_i386_count_relocations() 600 sym = scninfo->fileinfo->symref[r_sym]; in elf_i386_count_relocations() 628 if (! scninfo->fileinfo->symref[r_sym]->defined in elf_i386_count_relocations() 631 sym = scninfo->fileinfo->symref[r_sym]; in elf_i386_count_relocations() 662 if (!scninfo->fileinfo->symref[r_sym]->defined in elf_i386_count_relocations() [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf-x86-x86.c | 191 unsigned int r_type, unsigned int r_sym) in elf_x86_x86_write_reloc() argument 194 YASM_WRITE_32_L(bufp, ELF32_R_INFO((unsigned long)r_sym, (unsigned char)r_type)); in elf_x86_x86_write_reloc()
|
D | elf-x86-amd64.c | 195 unsigned int r_type, unsigned int r_sym) in elf_x86_amd64_write_reloc() argument 199 YASM_WRITE_64C_L(bufp, r_sym, r_type); in elf_x86_amd64_write_reloc()
|
D | elf-machine.h | 65 unsigned int r_sym);
|
D | elf.c | 786 unsigned int r_type=0, r_sym; in elf_secthead_write_relocs_to_file() local 791 r_sym = esym->symindex; in elf_secthead_write_relocs_to_file() 793 r_sym = STN_UNDEF; in elf_secthead_write_relocs_to_file() 803 elf_march->write_reloc(bufp, reloc, r_type, r_sym); in elf_secthead_write_relocs_to_file()
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 192 r_sym = f.uint32()
|