Home
last modified time | relevance | path

Searched refs:STB (Results 1 – 25 of 56) sorted by relevance

123

/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dsymtab.h214 elfcpp::STB
253 set_undef_binding(elfcpp::STB bind) in set_undef_binding()
923 elfcpp::STT type, elfcpp::STB binding,
938 elfcpp::STT, elfcpp::STB, elfcpp::STV,
946 elfcpp::STB binding, elfcpp::STV visibility,
954 elfcpp::STB binding, elfcpp::STV visibility,
960 elfcpp::STB binding, elfcpp::STV visibility,
1052 elfcpp::STB binding_ : 4;
1145 elfcpp::STB, elfcpp::STV, unsigned char nonvis,
1152 elfcpp::STB, elfcpp::STV, unsigned char nonvis,
[all …]
H A Dsymtab.cc55 elfcpp::STT type, elfcpp::STB binding, in init_fields()
138 elfcpp::STB binding, elfcpp::STV visibility, in init_base_output_data()
157 elfcpp::STB binding, elfcpp::STV visibility, in init_base_output_segment()
176 elfcpp::STT type, elfcpp::STB binding, in init_base_constant()
192 elfcpp::STT type, elfcpp::STB binding, in init_base_undefined()
236 elfcpp::STB binding, in init_output_data()
256 elfcpp::STB binding, in init_output_segment()
275 elfcpp::STT type, elfcpp::STB binding, in init_constant()
291 elfcpp::STB binding, elfcpp::STV visibility, in init_undefined()
1960 elfcpp::STB binding, in define_in_output_data()
[all …]
H A Dresolve.cc175 symbol_to_bits(elfcpp::STB binding, bool is_dynamic, in symbol_to_bits()
397 elfcpp::STB orig_tobinding = to->binding(); in resolve()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dsymtab.h214 elfcpp::STB
253 set_undef_binding(elfcpp::STB bind) in set_undef_binding()
923 elfcpp::STT type, elfcpp::STB binding,
938 elfcpp::STT, elfcpp::STB, elfcpp::STV,
946 elfcpp::STB binding, elfcpp::STV visibility,
954 elfcpp::STB binding, elfcpp::STV visibility,
960 elfcpp::STB binding, elfcpp::STV visibility,
1052 elfcpp::STB binding_ : 4;
1145 elfcpp::STB, elfcpp::STV, unsigned char nonvis,
1152 elfcpp::STB, elfcpp::STV, unsigned char nonvis,
[all …]
H A Dsymtab.cc55 elfcpp::STT type, elfcpp::STB binding, in init_fields()
138 elfcpp::STB binding, elfcpp::STV visibility, in init_base_output_data()
157 elfcpp::STB binding, elfcpp::STV visibility, in init_base_output_segment()
176 elfcpp::STT type, elfcpp::STB binding, in init_base_constant()
192 elfcpp::STT type, elfcpp::STB binding, in init_base_undefined()
236 elfcpp::STB binding, in init_output_data()
256 elfcpp::STB binding, in init_output_segment()
275 elfcpp::STT type, elfcpp::STB binding, in init_constant()
291 elfcpp::STB binding, elfcpp::STV visibility, in init_undefined()
1960 elfcpp::STB binding, in define_in_output_data()
[all …]
H A Dresolve.cc175 symbol_to_bits(elfcpp::STB binding, bool is_dynamic, in symbol_to_bits()
397 elfcpp::STB orig_tobinding = to->binding(); in resolve()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/synaptics/
H A Dberlin4ct-stb.dts13 model = "Marvell BG4CT STB board";
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dbcm7445-bcm97445svmb.dts6 model = "Broadcom STB (bcm7445), SVMB reference board";
H A Dsun8i-h2-plus-bananapi-m2-zero.dts253 "PWR-STB", "PWR-DRAM", "PWR-LED", "IR-RX", "", "", "", "",
H A Dbcm7445.dtsi7 model = "Broadcom STB (bcm7445)";
H A Dnuvoton-npcm730-kudo.dts588 // STB-T
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp58 StOpc = BPF::STB; in expandMEMCPY()
108 BuildMI(*BB, MI, dl, get(BPF::STB)) in expandMEMCPY()
H A DBPFMISimplifyPatchable.cpp112 Opcode == BPF::LDD || Opcode == BPF::STB || Opcode == BPF::STH || in checkADDrr()
130 if (Opcode == BPF::STB || Opcode == BPF::STH || Opcode == BPF::STW || in checkADDrr()
/netbsd-src/external/gpl3/binutils.old/dist/elfcpp/
H A Delfcpp.h541 enum STB
583 inline STB
586 return static_cast<STB>(info >> 4);
596 elf_st_info(STB bind, STT type)
1558 STB
1613 put_st_info(STB bind, STT type)
H A DChangeLog-0815359 * elfcpp.h (enum STB): Add STB_GNU_UNIQUE.
/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp.h542 enum STB
584 inline STB
587 return static_cast<STB>(info >> 4);
597 elf_st_info(STB bind, STT type)
1561 STB
1616 put_st_info(STB bind, STT type)
H A DChangeLog-0815359 * elfcpp.h (enum STB): Add STB_GNU_UNIQUE.
/netbsd-src/sys/arch/arm/broadcom/
H A Dfiles.bcm283549 # Broadcom STB PCIE host
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp218 StringTableBuilder &STB,
995 StringTableBuilder &STB, in initStrtabSectionHeader() argument
1011 if (raw_ostream *OS = CBA.getRawOS(STB.getSize())) in initStrtabSectionHeader()
1012 STB.write(*OS); in initStrtabSectionHeader()
1013 SHeader.sh_size = STB.getSize(); in initStrtabSectionHeader()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp63 case PPC::STB: in hasPCRelativeForm()
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dnios2r1.h443 #define MATCH_R1_STB MATCH_R1_OP (STB)
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dnios2r1.h443 #define MATCH_R1_STB MATCH_R1_OP (STB)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsync.md67 ;; For LEON3, STB has the effect of membar #StoreLoad.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsync.md67 ;; For LEON3, STB has the effect of membar #StoreLoad.
/netbsd-src/sys/arch/hppa/hppa/
H A Ddb_disasm.c530 #define STB 0x18, 0x00, 0, 0 /* STORE BYTE */ macro
1008 { STB, 0, "stb", stDasm },

123