/external/elfutils/src/tests/ |
D | asm-tst3.c | 120 if (asm_newsym (scn1, "two", 4, STT_OBJECT, STB_LOCAL) == NULL) in main() 269 [0] = GELF_ST_INFO (STB_LOCAL, STT_NOTYPE), in main() 270 [1] = GELF_ST_INFO (STB_LOCAL, STT_OBJECT), in main()
|
D | dwflsyms.c | 60 case STB_LOCAL: in gelf_bind() 76 case STB_LOCAL: in gelf_bind_order()
|
D | asm-tst8.c | 58 if (asm_newabssym (ctx, "tst8-out.s", 4, 0xfeedbeef, STT_FILE, STB_LOCAL) in main()
|
/external/google-breakpad/src/common/linux/ |
D | elf_symbols_to_module_unittest.cc | 202 ELF32_ST_INFO(STB_LOCAL, STT_FUNC), in TEST_P() 206 ELF32_ST_INFO(STB_LOCAL, STT_FUNC), in TEST_P() 319 ELF64_ST_INFO(STB_LOCAL, STT_FUNC), in TEST_P() 323 ELF64_ST_INFO(STB_LOCAL, STT_FUNC), in TEST_P()
|
D | synth_elf_unittest.cc | 139 ELF32_ST_INFO(STB_LOCAL, STT_FUNC), in TEST_F() 142 ELF32_ST_INFO(STB_LOCAL, STT_FUNC), in TEST_F() 166 ELF32_ST_INFO(STB_LOCAL, STT_FUNC), // info in TEST_F() 173 ELF32_ST_INFO(STB_LOCAL, STT_FUNC), // info in TEST_F()
|
/external/llvm/lib/MC/ |
D | MCELF.cpp | 23 assert(Binding == ELF::STB_LOCAL || Binding == ELF::STB_GLOBAL || in SetBinding() 31 assert(Binding == ELF::STB_LOCAL || Binding == ELF::STB_GLOBAL || in GetBinding()
|
D | MCELFStreamer.cpp | 241 MCELF::SetBinding(SD, ELF::STB_LOCAL); in EmitSymbolAttribute() 328 MCELF::SetBinding(SD, ELF::STB_LOCAL); in EmitLocalCommonSymbol()
|
D | ELFObjectWriter.cpp | 619 Writer.writeSymbol(FileSymbolData[i], ELF::STT_FILE | ELF::STB_LOCAL, 0, 0, in WriteSymbolTable() 638 if (MCELF::GetBinding(Data) == ELF::STB_LOCAL) in WriteSymbolTable() 646 if (MCELF::GetBinding(Data) == ELF::STB_LOCAL) in WriteSymbolTable() 701 case ELF::STB_LOCAL: in shouldRelocateWithSymbol() 998 if (!Local && MCELF::GetBinding(SD) == ELF::STB_LOCAL) { in computeSymbolTable()
|
/external/llvm/include/llvm/MC/ |
D | MCELFSymbolFlags.h | 31 ELF_STB_Local = (ELF::STB_LOCAL << ELF_STB_Shift),
|
/external/elfutils/src/libasm/ |
D | asm_newsym.c | 64 if (binding != STB_LOCAL)
|
D | asm_end.c | 205 int ptr = sym->binding == STB_LOCAL ? ptr_local++ : ptr_nonlocal--; in binary_end()
|
/external/valgrind/VEX/unused/ |
D | linker.c | 454 if (ELF_ST_BIND(sym.st_info) == STB_LOCAL) { in do_Elf_Rel_relocations() 589 if (ELF_ST_BIND(sym.st_info) == STB_LOCAL) { in do_Elf_Rela_relocations() 924 case STB_LOCAL : if (debug_linker>1) fprintf(stderr, "local " ); break; in ocVerifyImage_ELF() 1069 || ELF_ST_BIND(stab[j].st_info)==STB_LOCAL in ocGetNames_ELF() 1091 if (ELF_ST_BIND(stab[j].st_info)==STB_LOCAL) { in ocGetNames_ELF()
|
/external/linux-tools-perf/src/tools/perf/ui/browsers/ |
D | map.c | 32 sym->binding == STB_LOCAL ? 'l' : 'w'); in map_browser__write()
|
/external/valgrind/VEX/switchback/ |
D | linker.c | 550 if (ELF_ST_BIND(sym.st_info) == STB_LOCAL) { 696 if (ELF_ST_BIND(sym.st_info) == STB_LOCAL) { 1087 case STB_LOCAL : if (debug_linker>1) fprintf(stderr, "local " ); break; 1236 || ELF_ST_BIND(stab[j].st_info)==STB_LOCAL 1258 if (ELF_ST_BIND(stab[j].st_info)==STB_LOCAL) {
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64ELFStreamer.cpp | 178 MCELF::SetBinding(SD, ELF::STB_LOCAL); in EmitMappingSymbol()
|
/external/elfutils/src/libdwfl/ |
D | dwfl_module_addrsym.c | 131 case STB_LOCAL: in __libdwfl_addrsym()
|
D | relocate.c | 242 || GELF_ST_BIND (sym->st_info) == STB_LOCAL in resolve_symbol()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 118 #define STB_LOCAL 0 macro
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ELFHeader.cpp | 243 ENUM_TO_CSTR(STB_LOCAL); in bindingToCString()
|
/external/elfutils/src/src/ |
D | nm.c | 882 int local_p = GELF_ST_BIND (sym->st_info) == STB_LOCAL; in class_type_char() 1240 || (hide_local && GELF_ST_BIND (sym->st_info) == STB_LOCAL)) in show_symbols() 1267 && GELF_ST_BIND (sym->st_info) != STB_LOCAL in show_symbols()
|
D | unstrip.c | 601 .st_info = GELF_ST_INFO (STB_LOCAL, STT_SECTION), in add_new_section_symbols() 842 cmp = ((GELF_ST_BIND (s2->info.info) == STB_LOCAL) in compare_symbols_output() 843 - (GELF_ST_BIND (s1->info.info) == STB_LOCAL)); in compare_symbols_output() 1714 if (GELF_ST_BIND (sym.st_info) == STB_LOCAL) in copy_elided_sections()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 276 if (MCELF::GetBinding(SD) != ELF::STB_LOCAL) in getMatchingLoType()
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 122 case ELF::STB_LOCAL: in dump()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 778 STB_LOCAL = 0, // Local symbol, not visible outside obj file containing def enumerator
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | symbol.c | 249 sym->binding == STB_LOCAL ? 'l' : 'w', in symbol__fprintf() 512 return isupper(type) ? STB_GLOBAL : STB_LOCAL; in kallsyms2elf_type()
|