Home
last modified time | relevance | path

Searched refs:reloc_idx (Results 1 – 5 of 5) sorted by relevance

/linux/tools/objtool/include/objtool/
H A Delf.h189 unsigned int reloc_idx, unsigned long offset, in sec_changed()
194 unsigned int reloc_idx, in mark_sec_changed()
200 unsigned int reloc_idx, in sec_num_entries()
356 static inline unsigned int reloc_idx(struct reloc *reloc)
365 return rsec->data->d_buf + (reloc_idx(reloc) * rsec->sh.sh_entsize); in sec_offset_hash()
466 type = *(u32 *)(sec->data->d_buf + (reloc_idx(reloc) * 8) + 4);
522 reloc_idx(reloc) < sec_num_entries(rsec) - 1 ? reloc + 1 : NULL
203 static inline unsigned int reloc_idx(struct reloc *reloc) reloc_idx() function
/linux/tools/objtool/
H A Delf.c1047 unsigned int reloc_idx, unsigned long offset, in elf_init_reloc()
1052 if (reloc_idx >= sec_num_entries(rsec)) { in elf_init_reloc()
1053 ERROR("%s: bad reloc_idx %u for %s with %d relocs", in elf_init_reloc()
1054 __func__, reloc_idx, rsec->name, sec_num_entries(rsec)); in elf_init_reloc()
1058 reloc = &rsec->relocs[reloc_idx]; in elf_init_reloc()
1062 __func__, rsec->name, reloc_idx); in elf_init_reloc()
1083 unsigned int reloc_idx, in elf_init_reloc_text_sym()
1107 return elf_init_reloc(elf, sec->rsec, reloc_idx, offset, sym, addend, in elf_init_reloc_data_sym()
1113 unsigned int reloc_idx, in read_relocs()
1122 return elf_init_reloc(elf, sec->rsec, reloc_idx, offse in read_relocs()
1033 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...]
H A Dcheck.c2351 ERROR("bad .discard.annotate_insn entry: %d of type %d", reloc_idx(reloc), type); in read_annotate()
/linux/include/uapi/drm/
H A Detnaviv_drm.h140 __u32 reloc_idx; /* in, index of reloc_bo buffer */ member
/linux/tools/objtool/arch/loongarch/
H A Dspecial.c57 if (reloc_idx(reloc) + 1 == sec_num_entries(rsec)) in get_rodata_table_size_by_table_annotate()