Home
last modified time | relevance | path

Searched refs:rbase (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Darchive.c680 bfd_byte *raw_armap, *rbase; in do_slurp_bsd_armap() local
716 rbase = raw_armap + BSD_SYMDEF_COUNT_SIZE; in do_slurp_bsd_armap()
717 stringbase = ((char *) rbase in do_slurp_bsd_armap()
727 counter++, set++, rbase += BSD_SYMDEF_SIZE) in do_slurp_bsd_armap()
729 set->name = H_GET_32 (abfd, rbase) + stringbase; in do_slurp_bsd_armap()
730 set->file_offset = H_GET_32 (abfd, rbase + BSD_SYMDEF_OFFSET_SIZE); in do_slurp_bsd_armap()
917 bfd_byte *raw_armap, *rbase; in bfd_slurp_bsd_armap_f2() local
983 rbase = (bfd_byte *) stringbase + stringsize; in bfd_slurp_bsd_armap_f2()
991 counter++, set++, rbase += BSD_SYMDEF_SIZE) in bfd_slurp_bsd_armap_f2()
993 set->name = H_GET_32 (abfd, rbase) + stringbase; in bfd_slurp_bsd_armap_f2()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Darchive.c727 bfd_byte *raw_armap, *rbase; in do_slurp_bsd_armap() local
763 rbase = raw_armap + BSD_SYMDEF_COUNT_SIZE; in do_slurp_bsd_armap()
764 stringbase = ((char *) rbase in do_slurp_bsd_armap()
774 counter++, set++, rbase += BSD_SYMDEF_SIZE) in do_slurp_bsd_armap()
776 set->name = H_GET_32 (abfd, rbase) + stringbase; in do_slurp_bsd_armap()
777 set->file_offset = H_GET_32 (abfd, rbase + BSD_SYMDEF_OFFSET_SIZE); in do_slurp_bsd_armap()
968 bfd_byte *raw_armap, *rbase; in bfd_slurp_bsd_armap_f2() local
1034 rbase = (bfd_byte *) stringbase + stringsize; in bfd_slurp_bsd_armap_f2()
1042 counter++, set++, rbase += BSD_SYMDEF_SIZE) in bfd_slurp_bsd_armap_f2()
1044 set->name = H_GET_32 (abfd, rbase) + stringbase; in bfd_slurp_bsd_armap_f2()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dcrx.h133 rbase, rbase_dispu4, enumerator
/openbsd-src/sys/dev/pci/
H A Dif_qwx_pci.c230 uint64_t rbase; member
242 uint64_t rbase; member
254 uint64_t rbase; member
2478 c->rbase = htole64(paddr);
2504 c->rbase = htole64(paddr); in qwx_mhi_init_event_rings()
2725 c->rbase = htole64(paddr); in qwx_mhi_submit_xfer()
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-i370.texi71 for r12, sp, r.sp, dsa r.dsa for r13, lr or r.lr for r14, rbase or r.base
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-i370.texi71 for r12, sp, r.sp, dsa r.dsa for r13, lr or r.lr for r14, rbase or r.base
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcrx-opc.c437 {NAME, 1, OPC2, SHIFT+4, CSTBIT_INS, {{OP,20}, {rbase,16}}}, \
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp10195 const auto *rbase = rhs->castAs<FunctionType>(); in mergeFunctionTypes() local
10197 const auto *rproto = dyn_cast<FunctionProtoType>(rbase); in mergeFunctionTypes()
10204 QualType RHS = rbase->getReturnType(); in mergeFunctionTypes()
10212 retType = mergeTypes(lbase->getReturnType(), rbase->getReturnType(), false, in mergeFunctionTypes()
10221 CanQualType RRetType = getCanonicalType(rbase->getReturnType()); in mergeFunctionTypes()
10237 FunctionType::ExtInfo rbaseInfo = rbase->getExtInfo(); in mergeFunctionTypes()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-2004514 (get_operandtype): Bug fix in 'rbase' operand type parsing.