Home
last modified time | relevance | path

Searched refs:STB_LOCAL (Results 1 – 25 of 33) sorted by relevance

12

/external/elfutils/tests/
Dasm-tst3.c128 if (asm_newsym (scn1, "two", 4, STT_OBJECT, STB_LOCAL) == NULL) in main()
277 [0] = GELF_ST_INFO (STB_LOCAL, STT_NOTYPE), in main()
278 [1] = GELF_ST_INFO (STB_LOCAL, STT_OBJECT), in main()
Dasm-tst8.c66 if (asm_newabssym (ctx, "tst8-out.s", 4, 0xfeedbeef, STT_FILE, STB_LOCAL) in main()
/external/llvm/lib/MC/
DMCELF.cpp23 assert(Binding == ELF::STB_LOCAL || Binding == ELF::STB_GLOBAL || in SetBinding()
31 assert(Binding == ELF::STB_LOCAL || Binding == ELF::STB_GLOBAL || in GetBinding()
DMCELFStreamer.cpp206 MCELF::SetBinding(SD, ELF::STB_LOCAL); in EmitSymbolAttribute()
293 MCELF::SetBinding(SD, ELF::STB_LOCAL); in EmitLocalCommonSymbol()
DELFObjectWriter.cpp624 if (MCELF::GetBinding(Data) == ELF::STB_LOCAL) in WriteSymbolTable()
632 if (MCELF::GetBinding(Data) == ELF::STB_LOCAL) in WriteSymbolTable()
904 if (!Local && MCELF::GetBinding(*it) == ELF::STB_LOCAL) { in ComputeSymbolTable()
/external/llvm/include/llvm/MC/
DMCELFSymbolFlags.h31 ELF_STB_Local = (ELF::STB_LOCAL << ELF_STB_Shift),
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp130 MCELF::SetBinding(SD, ELF::STB_LOCAL); in EmitMappingSymbol()
/external/elfutils/libasm/
Dasm_newsym.c61 if (binding != STB_LOCAL)
Dasm_end.c202 int ptr = sym->binding == STB_LOCAL ? ptr_local++ : ptr_nonlocal--; in binary_end()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf.c340 case STB_LOCAL: fprintf(f, "local\n"); break; in elf_symtab_entry_print()
383 entry->bind = STB_LOCAL; in elf_symtab_create()
411 while (after && (after->bind == STB_LOCAL)) { in elf_symtab_insert_local_sym()
453 if (entry->bind == STB_LOCAL) in elf_symtab_assign_indices()
Delf.h177 STB_LOCAL = 0, /* invisible outside defining file */ enumerator
Delf-objfmt.c333 elf_symtab_set_nonzero(entry, sect, 0, STB_LOCAL, in elf_objfmt_build_symtab()
377 elf_symtab_set_nonzero(entry, NULL, SHN_ABS, STB_LOCAL, STT_FILE, NULL, in elf_objfmt_create_common()
/external/grub/stage2/
Di386-elf.h138 #define STB_LOCAL 0 macro
/external/valgrind/main/VEX/unused/
Dlinker.c454 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/valgrind/main/VEX/switchback/
Dlinker.c548 if (ELF_ST_BIND(sym.st_info) == STB_LOCAL) {
694 if (ELF_ST_BIND(sym.st_info) == STB_LOCAL) {
1085 case STB_LOCAL : if (debug_linker>1) fprintf(stderr, "local " ); break;
1234 || ELF_ST_BIND(stab[j].st_info)==STB_LOCAL
1256 if (ELF_ST_BIND(stab[j].st_info)==STB_LOCAL) {
/external/linux-tools-perf/util/ui/browsers/
Dmap.c64 sym->binding == STB_LOCAL ? 'l' : 'w'); in map_browser__write()
/external/elfutils/src/
Dnm.c831 int local_p = GELF_ST_BIND (sym->st_info) == STB_LOCAL; in class_type_char()
1075 || (hide_local && GELF_ST_BIND (sym->st_info) == STB_LOCAL)) in show_symbols()
1089 && GELF_ST_BIND (sym->st_info) != STB_LOCAL in show_symbols()
Dunstrip.c595 .st_info = GELF_ST_INFO (STB_LOCAL, STT_SECTION), in add_new_section_symbols()
836 cmp = ((GELF_ST_BIND (s2->info.info) == STB_LOCAL) in compare_symbols_output()
837 - (GELF_ST_BIND (s1->info.info) == STB_LOCAL)); in compare_symbols_output()
1707 if (GELF_ST_BIND (sym.st_info) == STB_LOCAL) in copy_elided_sections()
Dldgeneric.c3366 if (XELF_ST_BIND (sym->st_info) == STB_LOCAL || sym->st_shndx == SHN_UNDEF) in reduce_symbol_p()
3712 sym->st_info = XELF_ST_INFO (symst->local ? STB_LOCAL : STB_GLOBAL, in fillin_special_symbol()
4717 sym->st_info = XELF_ST_INFO (STB_LOCAL, STT_SECTION); in ld_generic_create_outfile()
5360 || XELF_ST_BIND (sym->st_info) != STB_LOCAL)) in ld_generic_create_outfile()
5477 sym->st_info = XELF_ST_INFO (STB_LOCAL, in ld_generic_create_outfile()
5657 if (XELF_ST_BIND (locsym->st_info) != STB_LOCAL in ld_generic_create_outfile()
5666 if (unlikely (XELF_ST_BIND (globsym->st_info) == STB_LOCAL)) in ld_generic_create_outfile()
5729 if (XELF_ST_BIND (locsym->st_info) == STB_LOCAL) in ld_generic_create_outfile()
Dstrip.c1193 && GELF_ST_BIND (sym->st_info) != STB_LOCAL) in handle_elf()
1243 && GELF_ST_BIND (sym->st_info) != STB_LOCAL) in handle_elf()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp184 MCELF::SetBinding(SD, ELF::STB_LOCAL); in EmitMappingSymbol()
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp232 addSymbols(Symbols.Local, State, Syms, ELF::STB_LOCAL); in handleSymtabSectionHeader()
/external/elfutils/libdwfl/
Drelocate.c251 || GELF_ST_BIND (sym->st_info) == STB_LOCAL in resolve_symbol()
/external/qemu/
Delf.h205 #define STB_LOCAL 0 macro
/external/llvm/include/llvm/Support/
DELF.h1288 STB_LOCAL = 0, // Local symbol, not visible outside obj file containing def enumerator

12