Home
last modified time | relevance | path

Searched refs:STT_FILE (Results 1 – 23 of 23) sorted by relevance

/dragonfly/lib/libc/gen/
H A Dnlist.c382 nl->n_type = ELF_ST_TYPE(s->st_info) == STT_FILE ? in elf_sym_to_nlist()
/dragonfly/sys/sys/
H A Delf_common.h475 #define STT_FILE 4 /* Symbol gives a file name */ macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h679 #define STT_FILE 4 /* Symbol gives a file name */ macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h712 #define STT_FILE 4 /* Symbol gives a file name */ macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h916 #define STT_FILE 4 /* Symbol gives a file name */ macro
/dragonfly/contrib/binutils-2.34/binutils/
H A Dnm.c346 case STT_FILE: return "FILE"; in get_elf_symbol_type()
H A Dreadelf.c11127 case STT_FILE: return "FILE"; in get_symbol_type()
18773 case STT_FILE: in get_symbol_for_build_attribute()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dnm.c352 case STT_FILE: return "FILE"; in get_elf_symbol_type()
H A Dreadelf.c10251 case STT_FILE: return "FILE"; in get_symbol_type()
/dragonfly/contrib/binutils-2.27/gold/
H A Dobject.cc2286 && sym.get_st_type() != elfcpp::STT_FILE in do_count_local_symbols()
2788 if (sym.get_st_type() == elfcpp::STT_FILE) in get_symbol_location_info()
/dragonfly/contrib/binutils-2.34/gold/
H A Dobject.cc2409 && sym.get_st_type() != elfcpp::STT_FILE in do_count_local_symbols()
2915 if (sym.get_st_type() == elfcpp::STT_FILE) in get_symbol_location_info()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h556 STT_FILE = 4,
/dragonfly/contrib/binutils-2.34/bfd/
H A Delfcode.h1316 case STT_FILE: in elf_slurp_symbol_table()
H A Delflink.c10310 fsym.st_info = ELF_ST_INFO (STB_LOCAL, STT_FILE); in elf_link_output_extsym()
10593 if (ELF_ST_TYPE (isym->st_info) == STT_FILE) in elf_link_input_bfd()
10613 osym.st_info = ELF_ST_INFO (STB_LOCAL, STT_FILE); in elf_link_input_bfd()
H A Delf.c8291 sym.st_info = ELF_ST_INFO (STB_LOCAL, STT_FILE); in swap_out_syms()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delfcode.h1296 case STT_FILE: in elf_slurp_symbol_table()
H A Delflink.c9688 fsym.st_info = ELF_ST_INFO (STB_LOCAL, STT_FILE); in elf_link_output_extsym()
9972 if (ELF_ST_TYPE (isym->st_info) == STT_FILE) in elf_link_input_bfd()
9992 osym.st_info = ELF_ST_INFO (STB_LOCAL, STT_FILE); in elf_link_input_bfd()
H A Delf.c7675 sym.st_info = ELF_ST_INFO (STB_LOCAL, STT_FILE); in swap_out_syms()
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h553 STT_FILE = 4,
/dragonfly/contrib/gdb-7/bfd/
H A Delfcode.h1295 case STT_FILE: in elf_slurp_symbol_table()
H A Delflink.c9435 if (ELF_ST_TYPE (isym->st_info) == STT_FILE) in elf_link_input_bfd()
9451 osym.st_info = ELF_ST_INFO (STB_LOCAL, STT_FILE); in elf_link_input_bfd()
11044 elfsym.st_info = ELF_ST_INFO (STB_LOCAL, STT_FILE); in bfd_elf_final_link()
H A Delf.c6883 sym.st_info = ELF_ST_INFO (STB_LOCAL, STT_FILE); in swap_out_syms()
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h1253 _ELF_DEFINE_STT(STT_FILE, 4, "source file") \