Home
last modified time | relevance | path

Searched defs:reloc_idx (Results 1 – 4 of 4) sorted by relevance

/linux/tools/objtool/
H A Delf.c1033 elf_init_reloc(struct elf * elf,struct section * rsec,unsigned int reloc_idx,unsigned long offset,struct symbol * sym,s64 addend,unsigned int type) elf_init_reloc() argument
1069 elf_init_reloc_text_sym(struct elf * elf,struct section * sec,unsigned long offset,unsigned int reloc_idx,struct section * insn_sec,unsigned long insn_off) elf_init_reloc_text_sym() argument
1099 elf_init_reloc_data_sym(struct elf * elf,struct section * sec,unsigned long offset,unsigned int reloc_idx,struct symbol * sym,s64 addend) elf_init_reloc_data_sym() argument
[all...]
/linux/include/uapi/drm/
H A Detnaviv_drm.h140 __u32 reloc_idx; /* in, index of reloc_bo buffer */ member
H A Dmsm_drm.h254 __u32 reloc_idx; /* in, index of reloc_bo buffer */ member
/linux/tools/objtool/include/objtool/
H A Delf.h203 static inline unsigned int reloc_idx(struct reloc *reloc) reloc_idx() function