| /third_party/elfutils/libelf/ |
| H A D | common.h | 95 libelf_acquire_all (Elf *elf) in libelf_acquire_all() argument 115 libelf_release_all (Elf *elf) in libelf_release_all() argument
|
| H A D | elf_getdata.c | 221 Elf *elf = scn->elf; in __libelf_set_rawdata_wrlock() local 442 Elf *elf = scn->elf; __libelf_set_data_list_rdlock() local 479 Elf *elf; __elf_getdata_rdlock() local [all...] |
| /third_party/elfutils/src/ |
| H A D | ranlib.c | 117 copy_content (Elf *elf, int newfd, off_t off, size_t n) in copy_content() argument 177 Elf *elf; in handle_file() local
|
| H A D | arlib.c | 207 arlib_add_symbols (Elf *elf, const char *arfname, const char *membername, in arlib_add_symbols() argument
|
| /third_party/elfutils/libdwfl/ |
| H A D | dwfl_module_getsym.c | 58 Elf *elf; in __libdwfl_getsym() local [all...] |
| H A D | dwfl_frame.c | 134 dwfl_attach_state (Dwfl *dwfl, Elf *elf, pid_t pid, in dwfl_attach_state() argument
|
| H A D | offline.c | 111 process_file(Dwfl *dwfl, const char *name, const char *file_name, int fd, Elf *elf, int (*predicate) (const char *module, const char *file)) process_file() argument 132 process_elf(Dwfl *dwfl, const char *name, const char *file_name, int fd, Elf *elf) process_elf() argument 285 Elf *elf; __libdwfl_report_offline() local [all...] |
| H A D | open.c | 52 decompress (int fd __attribute__ ((unused)), Elf **elf) in decompress() argument 133 Elf *elf = in libdw_open_elf() local [all...] |
| H A D | elf-from-memory.c | 361 Elf *elf = elf_memory ((char *) buffer, contents_size); in elf_from_remote_memory() local
|
| /third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
| H A D | native.cpp | 49 namespace elf { namespace 61 get_symbol_table(Elf *elf) { in get_symbol_table() argument 79 get_symbol_offsets(Elf *elf, Elf_Scn *symtab) { in get_symbol_offsets() argument 100 const auto elf = elf in get_symbol_offsets() local [all...] |
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| H A D | created_object_file.cpp | 43 auto elf = llvm::object::ObjectFile::createObjectFile(copy->getMemBufferRef()); in CopyOf() local
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
| H A D | dfx_symbols.cpp | 73 bool DfxSymbols::ParseSymbols(std::vector<DfxSymbol>& symbols, std::shared_ptr<DfxElf> elf, const std::string& filePath) in ParseSymbols() argument 90 bool DfxSymbols::AddSymbolsByPlt(std::vector<DfxSymbol>& symbols, std::shared_ptr<DfxElf> elf, in AddSymbolsByPlt() argument 102 bool DfxSymbols::GetFuncNameAndOffsetByPc(uint64_t relPc, std::shared_ptr<DfxElf> elf, in GetFuncNameAndOffsetByPc() argument [all...] |
| H A D | dfx_accessors.cpp | 140 auto elf = ctx->map->GetElf(getpid()); in FindUnwindTable() local 241 auto elf = ctx->map->GetElf(ctx->pid); in FindUnwindTable() local [all...] |
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
| H A D | dfx_map.h | 65 std::shared_ptr<DfxElf> elf = nullptr; member in OHOS::HiviewDFX::DfxMap
|
| /third_party/elfutils/tests/ |
| H A D | dwarfcfi.c | 143 Elf *elf = elf_begin (fd, ELF_C_READ, NULL); in main() local
|
| H A D | elfcopy.c | 40 setshstrndx (Elf *elf, size_t ndx) in setshstrndx() argument [all...] |
| H A D | dwflsyms.c | 87 elf_section_name (Elf *elf, GElf_Word shndx) in elf_section_name() argument 98 addr_in_section (Elf *elf, GElf_Word shndx, GElf_Addr addr) in addr_in_section() argument 123 Elf *elf; in list_syms() local [all...] |
| H A D | addsections.c | 40 setshstrndx (Elf *elf, size_t ndx) in setshstrndx() argument 85 Elf *elf = elf_begin (fd, use_mmap ? ELF_C_RDWR_MMAP : ELF_C_RDWR, NULL); in add_sections() local [all...] |
| H A D | fillfile.c | 66 create_strtab (Elf *elf) in create_strtab() argument 130 add_data_section (Elf *elf, Elf_Scn *strtab, const char *sname) in add_data_section() argument 212 Elf *elf = elf_begin (fd, use_mmap ? ELF_C_WRITE_MMAP : ELF_C_WRITE, NULL); in check_elf() local [all...] |
| H A D | elfstrtab.c | 55 check_orig_strings (Elf *elf, int ndx, const char *msg) in check_orig_strings() argument 86 check_strings (Elf *elf, int ndx, const char *msg) in check_strings() argument 145 Elf *elf = elf_begin (fd, use_mmap ? ELF_C_WRITE_MMAP : ELF_C_WRITE, NULL); check_elf() local [all...] |
| /third_party/elfutils/libdw/ |
| H A D | dwarf_begin_elf.c | 392 global_read (Dwarf *result, Elf *elf, size_t shstrndx) in global_read() argument 414 scngrp_read (Dwarf *result, Elf *elf, size_t shstrndx, Elf_Scn *scngrp) in scngrp_read() argument 485 dwarf_begin_elf(Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp) dwarf_begin_elf() argument [all...] |
| /third_party/elfutils/libdwelf/ |
| H A D | dwelf_elf_gnu_build_id.c | 64 find_elf_build_id (Dwfl_Module *mod, int e_type, Elf *elf, in find_elf_build_id() argument 129 __libdwfl_find_elf_build_id (Dwfl_Module *mod, Elf *elf, in __libdwfl_find_elf_build_id() argument 147 dwelf_elf_gnu_build_id(Elf *elf, const void **build_idp) dwelf_elf_gnu_build_id() argument [all...] |
| /third_party/elfutils/backends/ |
| H A D | ppc_symbol.c | 98 find_dyn_got (Elf *elf, GElf_Addr *addr) in find_dyn_got() argument 139 ppc_check_special_symbol (Elf *elf, const GElf_Sym *sym, in ppc_check_special_symbol() argument 184 ppc_bss_plt_p (Elf *elf) in ppc_bss_plt_p() argument [all...] |
| H A D | common-reloc.c | 110 EBLHOOK(reloc_valid_use) (Elf *elf, int reloc) in reloc_valid_use() argument
|
| /third_party/elfutils/debuginfod/ |
| H A D | debuginfod-find.c | 159 Elf* elf = NULL; in main() local
|