/third_party/elfutils/backends/ |
H A D | riscv_symbol.c | 44 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 D | bpf_symbol.c | 44 int *addsub __attribute__ ((unused))) in bpf_reloc_simple_type()
|
H A D | m68k_symbol.c | 58 int *addsub __attribute__ ((unused))) in m68k_reloc_simple_type()
|
H A D | x86_64_symbol.c | 44 int *addsub __attribute__ ((unused))) in x86_64_reloc_simple_type()
|
H A D | csky_symbol.c | 44 int *addsub __attribute__ ((unused))) in csky_reloc_simple_type()
|
H A D | sh_symbol.c | 51 int *addsub __attribute__ ((unused))) in sh_reloc_simple_type()
|
H A D | i386_symbol.c | 53 int *addsub __attribute__ ((unused))) in i386_reloc_simple_type()
|
H A D | ia64_symbol.c | 119 int *addsub __attribute__ ((unused))) in ia64_reloc_simple_type()
|
H A D | ppc64_symbol.c | 46 int *addsub __attribute__ ((unused))) in ppc64_reloc_simple_type()
|
H A D | s390_symbol.c | 43 int *addsub __attribute__ ((unused))) in s390_reloc_simple_type()
|
H A D | sparc_symbol.c | 43 int *addsub __attribute__ ((unused))) in sparc_reloc_simple_type()
|
H A D | aarch64_symbol.c | 46 int *addsub __attribute__ ((unused))) in aarch64_reloc_simple_type()
|
H A D | arm_symbol.c | 115 int *addsub __attribute__ ((unused))) in arm_reloc_simple_type()
|
H A D | alpha_symbol.c | 65 int *addsub __attribute__ ((unused))) in alpha_reloc_simple_type()
|
H A D | ppc_symbol.c | 46 int *addsub __attribute__ ((unused))) in ppc_reloc_simple_type()
|
/third_party/elfutils/libebl/ |
H A D | eblrelocsimpletype.c | 37 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 D | libebl.h | 101 extern Elf_Type ebl_reloc_simple_type (Ebl *ebl, int reloc, int *addsub);
|
H A D | eblopenbackend.c | 163 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 D | relocate.c | 344 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 D | HexagonBlockRanges.h | 119 void addsub(const IndexRange &A, const IndexRange &B);
|
H A D | HexagonBlockRanges.cpp | 105 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 D | strip.c | 448 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 D | test-assembler-sve-aarch64.cc | 4333 AddSubFn addsub, 4395 (masm.*addsub)(zsrcdst, zsrcdst, zscratch);
|