/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
H A D | input.c | 54 built_source_types(Elf *elf, char const *file) in built_source_types() 91 read_file(Elf *elf, char *file, char *label, read_cb_f *func, void *arg, in read_file() 134 read_archive(int fd, Elf *elf, char *file, char *label, read_cb_f *func, in read_archive() 192 Elf *elf; in read_ctf_common() local 255 count_archive(int fd, Elf *elf, char *file) in count_archive() 286 Elf *elf; in count_files() local 347 symit_new(Elf *elf, const char *file) in symit_new()
|
H A D | util.c | 68 findelfsecidx(Elf *elf, const char *file, const char *tofind) in findelfsecidx() 101 elf_ptrsz(Elf *elf) in elf_ptrsz()
|
H A D | output.c | 341 sort_iidescs(Elf *elf, const char *file, tdata_t *td, int fuzzymatch, in sort_iidescs() 721 make_ctf_data(tdata_t *td, Elf *elf, const char *file, size_t *lenp, int flags) in make_ctf_data() 739 Elf *elf = NULL; in write_ctf() local
|
H A D | ctfconvert.c | 96 Elf *elf; in file_read() local
|
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
H A D | dwarf_init.c | 36 dwarf_elf_init(Elf *elf, int mode, Dwarf_Handler errhand, Dwarf_Ptr errarg, in dwarf_elf_init() 76 dwarf_get_elf(Dwarf_Debug dbg, Elf **elf, Dwarf_Error *error) in dwarf_get_elf() 96 Elf *elf; in dwarf_init() local
|
H A D | libdwarf_elf_init.c | 135 _dwarf_elf_relocate(Dwarf_Debug dbg, Elf *elf, Dwarf_Elf_Data *ed, size_t shndx, in _dwarf_elf_relocate() 204 _dwarf_elf_init(Dwarf_Debug dbg, Elf *elf, Dwarf_Error *error) in _dwarf_elf_init()
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | drti.c | 121 Elf64_Ehdr *elf; in dtrace_dof_init() local 123 Elf32_Ehdr *elf; in dtrace_dof_init() local
|
/netbsd-src/sys/lib/libsa/ |
H A D | lookup_elf32.c | 49 Elf_Ehdr *elf; in ELFNAMEEND() local
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | checks.cc | 291 Elf *elf = Elf::elf_begin (target_path); in check_executable() local 306 collect::check_executable_arch (Elf *elf) in check_executable_arch()
|
H A D | Stabs.cc | 57 Elf *elf; member in StabReader 327 Elf *elf = Elf::elf_begin (fname, &elf_status); in openElf() local 587 Elf *elf = openElf (true); in check_Comm() local 640 Elf *elf = openElf (true); in check_AnalyzerInfo() local 792 Elf *elf = openElf (true); in check_Info() local 869 Elf *elf = openElf (true); in check_Loop() local 1502 Elf *elf = openElf (false); in get_elf_symbols() local 1691 Elf *elf = openElf (true); in check_Symtab() local 1717 Stabs::readSymSec (unsigned int sec, Elf *elf) in readSymSec() 1834 Elf *elf = openElf (false); in check_Relocs() local [all …]
|
H A D | CompCom.h | 42 Elf *elf; variable
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | checks.cc | 291 Elf *elf = Elf::elf_begin (target_path); in check_executable() local 301 collect::check_executable_arch (Elf *elf) in check_executable_arch()
|
H A D | Stabs.cc | 57 Elf *elf; member in StabReader 326 Elf *elf = Elf::elf_begin (fname, &elf_status); in openElf() local 586 Elf *elf = openElf (true); in check_Comm() local 639 Elf *elf = openElf (true); in check_AnalyzerInfo() local 791 Elf *elf = openElf (true); in check_Info() local 868 Elf *elf = openElf (true); in check_Loop() local 1501 Elf *elf = openElf (false); in get_elf_symbols() local 1690 Elf *elf = openElf (true); in check_Symtab() local 1716 Stabs::readSymSec (unsigned int sec, Elf *elf) in readSymSec() 1834 Elf *elf = openElf (false); in check_Relocs() local [all …]
|
H A D | CompCom.h | 42 Elf *elf; variable
|
H A D | Disasm.cc | 48 Data_window *elf; member 372 Elf *elf = stabs->openElf (true); in get_funcname_in_plt() local
|
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | GHSSecInfo.cpp | 22 GHSSecInfo::GHSSecInfo(StELFFile * elf) in GHSSecInfo()
|
H A D | ELFSourceFile.cpp | 46 StELFFile elf(stream); in isELFFile() local 480 …DataSource::ProgBitsSegment::ProgBitsSegment(ELFDataSource & source, StELFFile * elf, unsigned ind… in ProgBitsSegment() 513 ELFSourceFile::ELFDataSource::NoBitsSegment::NoBitsSegment(ELFDataSource & source, StELFFile * elf,… in NoBitsSegment()
|
H A D | ELFSourceFile.h | 195 ELFDataSource(StELFFile * elf) : DataSource(), m_elf(elf) {} in ELFDataSource()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elfxx-sparc.h | 26 struct bfd_elf_section_data elf; member 47 struct elf_link_hash_table elf; member
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elfxx-sparc.h | 26 struct bfd_elf_section_data elf; member 47 struct elf_link_hash_table elf; member
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-hppa.h | 170 #define md_elf_symbol_type(name, sym, elf) \ argument 180 #define md_elf_symbol_type_change(sym, elf, type) \ argument
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-hppa.h | 170 #define md_elf_symbol_type(name, sym, elf) \ argument 180 #define md_elf_symbol_type_change(sym, elf, type) \ argument
|
/netbsd-src/sys/ddb/ |
H A D | db_elf.c | 109 Elf_Ehdr *elf; in db_elf_sym_init() local 215 Elf_Ehdr *elf = STAB_TO_EHDR(stab); in db_elf_find_strtab() local
|
/netbsd-src/sys/arch/epoc32/stand/e32boot/exe/ |
H A D | netbsd.cpp | 44 Elf32_Ehdr elf; in New() member
|
/netbsd-src/external/bsd/file/dist/ |
H A D | configure.ac | 11 AC_ARG_ENABLE(elf, optenable
|