Home
last modified time | relevance | path

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

/tools/objtool/arch/powerpc/
A Ddecode.c17 unsigned long arch_dest_reloc_offset(int addend) in arch_dest_reloc_offset() argument
19 return addend; in arch_dest_reloc_offset()
/tools/objtool/include/objtool/
A Darch.h86 unsigned long arch_dest_reloc_offset(int addend);
A Delf.h131 s64 addend);
256 static inline void set_reloc_addend(struct elf *elf, struct reloc *reloc, s64 addend) in set_reloc_addend() argument
258 __set_reloc_field(reloc, r_addend, addend); in set_reloc_addend()
/tools/testing/selftests/net/tcp_ao/
A Dicmps-discard.c249 static inline uint32_t csum_add(uint32_t csum, uint32_t addend) in csum_add() argument
253 res += addend; in csum_add()
254 return res + (res < addend); in csum_add()
/tools/objtool/arch/loongarch/
A Ddecode.c20 unsigned long arch_dest_reloc_offset(int addend) in arch_dest_reloc_offset() argument
22 return addend; in arch_dest_reloc_offset()
/tools/objtool/
A Delf.c885 s64 addend, unsigned int type) in elf_init_reloc() argument
909 set_reloc_addend(elf, reloc, addend); in elf_init_reloc()
925 int addend = insn_off; in elf_init_reloc_text_sym() local
946 return elf_init_reloc(elf, sec->rsec, reloc_idx, offset, sym, addend, in elf_init_reloc_text_sym()
954 s64 addend) in elf_init_reloc_data_sym() argument
961 return elf_init_reloc(elf, sec->rsec, reloc_idx, offset, sym, addend, in elf_init_reloc_data_sym()
/tools/objtool/arch/x86/
A Ddecode.c71 unsigned long arch_dest_reloc_offset(int addend) in arch_dest_reloc_offset() argument
73 return addend + 4; in arch_dest_reloc_offset()

Completed in 14 milliseconds