Home
last modified time | relevance | path

Searched refs:r_sym (Results 1 – 7 of 7) sorted by relevance

/external/kernel-headers/original/asm-mips/
Dmodule.h18 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/
Di386_ld.c554 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/
Delf-x86-x86.c191 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()
Delf-x86-amd64.c195 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()
Delf-machine.h65 unsigned int r_sym);
Delf.c786 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/
Drelocs.py192 r_sym = f.uint32()