Home
last modified time | relevance | path

Searched refs:addsub (Results 1 - 23 of 23) sorted by relevance

/third_party/elfutils/backends/
H A Driscv_symbol.c44 int *addsub) in riscv_reloc_simple_type()
58 *addsub = 1; in riscv_reloc_simple_type()
61 *addsub = -1; in riscv_reloc_simple_type()
64 *addsub = 1; in riscv_reloc_simple_type()
67 *addsub = -1; in riscv_reloc_simple_type()
70 *addsub = 1; in riscv_reloc_simple_type()
73 *addsub = -1; in riscv_reloc_simple_type()
43 riscv_reloc_simple_type(Ebl *ebl __attribute__ ((unused)), int type, int *addsub) riscv_reloc_simple_type() argument
H A Dbpf_symbol.c44 int *addsub __attribute__ ((unused))) in bpf_reloc_simple_type()
H A Dm68k_symbol.c58 int *addsub __attribute__ ((unused))) in m68k_reloc_simple_type()
H A Dx86_64_symbol.c44 int *addsub __attribute__ ((unused))) in x86_64_reloc_simple_type()
H A Dcsky_symbol.c44 int *addsub __attribute__ ((unused))) in csky_reloc_simple_type()
H A Dsh_symbol.c51 int *addsub __attribute__ ((unused))) in sh_reloc_simple_type()
H A Di386_symbol.c53 int *addsub __attribute__ ((unused))) in i386_reloc_simple_type()
H A Dia64_symbol.c119 int *addsub __attribute__ ((unused))) in ia64_reloc_simple_type()
H A Dppc64_symbol.c46 int *addsub __attribute__ ((unused))) in ppc64_reloc_simple_type()
H A Ds390_symbol.c43 int *addsub __attribute__ ((unused))) in s390_reloc_simple_type()
H A Dsparc_symbol.c43 int *addsub __attribute__ ((unused))) in sparc_reloc_simple_type()
H A Daarch64_symbol.c46 int *addsub __attribute__ ((unused))) in aarch64_reloc_simple_type()
H A Darm_symbol.c115 int *addsub __attribute__ ((unused))) in arm_reloc_simple_type()
H A Dalpha_symbol.c65 int *addsub __attribute__ ((unused))) in alpha_reloc_simple_type()
H A Dppc_symbol.c46 int *addsub __attribute__ ((unused))) in ppc_reloc_simple_type()
/third_party/elfutils/libebl/
H A Deblrelocsimpletype.c37 ebl_reloc_simple_type (Ebl *ebl, int reloc, int *addsub) in ebl_reloc_simple_type() argument
39 return ebl != NULL ? ebl->reloc_simple_type (ebl, reloc, addsub) : ELF_T_NUM; in ebl_reloc_simple_type()
H A Dlibebl.h101 extern Elf_Type ebl_reloc_simple_type (Ebl *ebl, int reloc, int *addsub);
H A Deblopenbackend.c163 static Elf_Type default_reloc_simple_type (Ebl *ebl, int ignore, int *addsub);
414 int *addsub __attribute__ ((unused))) in default_reloc_simple_type()
/third_party/elfutils/libdwfl/
H A Drelocate.c344 int addsub = 0; in relocate() local
345 Elf_Type type = ebl_reloc_simple_type (mod->ebl, rtype, &addsub); in relocate()
390 if (addsub != 0 && addend == NULL) \ in relocate()
429 if (addsub != 0) in relocate()
441 if (addsub != 0) \ in relocate()
442 tmpbuf.Name += value * addsub; \ in relocate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h119 void addsub(const IndexRange &A, const IndexRange &B);
H A DHexagonBlockRanges.cpp105 void HexagonBlockRanges::RangeList::addsub(const IndexRange &A, in addsub() function in HexagonBlockRanges::RangeList
148 T.addsub(Rg, Range); in subtract()
/third_party/elfutils/src/
H A Dstrip.c448 bool is_rela, GElf_Sym *sym, int addsub, Elf_Type type) in relocate()
514 if (addsub != 0) in relocate()
541 if (addsub < 0) \ in relocate()
682 int addsub = 0; in remove_debug_relocations() local
683 Elf_Type type = ebl_reloc_simple_type (ebl, rtype, &addsub); in remove_debug_relocations()
705 sym, addsub, type)) in remove_debug_relocations()
446 relocate(Elf *elf, GElf_Addr offset, const GElf_Sxword addend, Elf_Data *tdata, unsigned int ei_data, const char *fname, bool is_rela, GElf_Sym *sym, int addsub, Elf_Type type) relocate() argument
/third_party/vixl/test/aarch64/
H A Dtest-assembler-sve-aarch64.cc4333 AddSubFn addsub,
4395 (masm.*addsub)(zsrcdst, zsrcdst, zscratch);

Completed in 29 milliseconds