/external/elfutils/0.153/libdwfl/ |
D | dwfl_module_addrsym.c | 64 GElf_Word addr_shndx = SHN_UNDEF; in dwfl_module_addrsym() 72 if (addr_shndx == SHN_UNDEF) in dwfl_module_addrsym() 97 GElf_Word closest_shndx = SHN_UNDEF; in dwfl_module_addrsym() 101 GElf_Sym sizeless_sym = { 0, 0, 0, 0, 0, SHN_UNDEF }; in dwfl_module_addrsym() 102 GElf_Word sizeless_shndx = SHN_UNDEF; in dwfl_module_addrsym() 116 && sym.st_shndx != SHN_UNDEF in dwfl_module_addrsym()
|
D | dwfl_module_getsym.c | 81 || (sym->st_shndx < SHN_LORESERVE && sym->st_shndx != SHN_UNDEF))) in dwfl_module_getsym() 96 case SHN_UNDEF: in dwfl_module_getsym() 105 size_t symshstrndx = SHN_UNDEF; in dwfl_module_getsym()
|
D | relocate.c | 74 if (*shstrndx == SHN_UNDEF in __libdwfl_relocate_value() 120 { NULL, NULL, NULL, NULL, SHN_UNDEF, SHN_UNDEF } 193 case SHN_UNDEF: in relocate_getsym() 257 if (shndx == SHN_UNDEF || shndx == SHN_COMMON in resolve_symbol() 284 size_t symshstrndx = SHN_UNDEF; in resolve_symbol() 361 if (shndx == SHN_UNDEF || shndx == SHN_COMMON) in relocate_section()
|
D | dwfl_module_build_id.c | 100 size_t shstrndx = SHN_UNDEF; in __libdwfl_find_build_id()
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
D | crazy_linker_elf_symbols.cpp | 70 if (sym->st_shndx != SHN_UNDEF && elf_addr >= sym->st_value && in LookupByAddress() 91 if (sym->st_shndx == SHN_UNDEF) in LookupNearestByAddress() 132 if (symbol->st_shndx == SHN_UNDEF) in LookupByName()
|
/external/elfutils/0.153/libelf/ |
D | elf_ndxscn.c | 66 return SHN_UNDEF;
|
/external/elfutils/0.153/src/ |
D | unstrip.c | 347 GElf_Word shndx = SHN_UNDEF; in symtab_count_leading_section_symbols() 363 shndx = SHN_UNDEF; in symtab_count_leading_section_symbols() 578 GElf_Word shndx = SHN_UNDEF; in add_new_section_symbols() 601 GElf_Word shndx = i < SHN_LORESERVE ? SHN_UNDEF : i; in add_new_section_symbols() 611 GElf_Word shndx = SHN_UNDEF; in add_new_section_symbols() 763 GElf_Word shndx = SHN_UNDEF; in collect_symbols() 783 if (scnmap != NULL && shndx != SHN_UNDEF && shndx < SHN_LORESERVE) in collect_symbols() 1398 size_t debuglink = SHN_UNDEF; in copy_elided_sections() 1441 ndx_section[secndx - 1] = SHN_UNDEF; in copy_elided_sections() 1500 if (sec->shdr.sh_link != SHN_UNDEF) in copy_elided_sections() [all …]
|
D | nm.c | 855 if (syms[cnt].sym.st_shndx == SHN_UNDEF) in show_symbols_sysv() 897 if (sym->st_shndx == SHN_UNDEF) in class_type_char() 998 if (syms[cnt].sym.st_shndx == SHN_UNDEF) in show_symbols_bsd() 1239 if ((hide_undefined && sym->st_shndx == SHN_UNDEF) in show_symbols() 1240 || (hide_defined && sym->st_shndx != SHN_UNDEF) in show_symbols() 1267 if (sym->st_shndx != SHN_UNDEF in show_symbols()
|
D | strip.c | 818 if (scnidx == SHN_UNDEF || scnidx >= shnum in handle_elf() 1027 shdr_info[cnt].shdr.sh_link = SHN_UNDEF; in handle_elf() 1028 shdr_info[cnt].shdr.sh_info = SHN_UNDEF; in handle_elf() 1083 shdr_info[cnt].shdr.sh_link = SHN_UNDEF; in handle_elf() 1084 shdr_info[cnt].shdr.sh_info = SHN_UNDEF; in handle_elf() 1225 if (sym->st_shndx == SHN_UNDEF in handle_elf() 1976 const Elf32_Half zero[3] = { 0, 0, SHN_UNDEF }; in handle_elf() 1996 const Elf64_Half zero[3] = { 0, 0, SHN_UNDEF }; in handle_elf()
|
D | arlib.c | 267 if (sym->st_shndx == SHN_UNDEF) in arlib_add_symbols()
|
D | ldgeneric.c | 600 if (shndx != SHN_UNDEF in check_definition() 632 else if (shndx != SHN_UNDEF in check_definition() 639 else if (shndx != SHN_UNDEF in check_definition() 705 && shndx != SHN_UNDEF) in check_definition() 1531 && sym->st_shndx != SHN_UNDEF in add_relocatable_file() 1553 newp->defined = newp->scndx != SHN_UNDEF; in add_relocatable_file() 1569 if (newp->scndx == SHN_UNDEF) in add_relocatable_file() 1613 if (shndx != SHN_UNDEF in add_relocatable_file() 3364 if (XELF_ST_BIND (sym->st_info) == STB_LOCAL || sym->st_shndx == SHN_UNDEF) in reduce_symbol_p() 5265 if (sym->st_shndx != SHN_UNDEF in ld_generic_create_outfile() [all …]
|
D | elfcmp.c | 369 && sym1->st_shndx != SHN_UNDEF) in main() 392 if (sym1->st_shndx == SHN_UNDEF in main()
|
/external/elfutils/0.153/libebl/ |
D | eblsectionname.c | 74 if (section == SHN_UNDEF)
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | elf_mem_image.cc | 150 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) { in GetSymAddr() 410 if (symbol->st_shndx == SHN_UNDEF) { in Update()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | elf_mem_image.cc | 150 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) { in GetSymAddr() 410 if (symbol->st_shndx == SHN_UNDEF) { in Update()
|
/external/elfutils/0.153/libasm/ |
D | disasm_cb.c | 104 if (sym->st_shndx == SHN_UNDEF) in read_symtab_exec()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | symbol-elf.c | 52 sym->st_shndx != SHN_UNDEF; in elf_sym__is_function() 59 sym->st_shndx != SHN_UNDEF; in elf_sym__is_object() 66 sym->st_shndx != SHN_UNDEF && in elf_sym__is_label()
|
/external/chromium_org/third_party/libvpx/include/ |
D | elf.h | 318 #define SHN_UNDEF 0 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 291 #define SHN_UNDEF 0 macro
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 606 if (Header->e_shnum == ELF::SHN_UNDEF && Header->e_shoff > 0) { in getNumSections() 615 if (Header->e_shnum == ELF::SHN_UNDEF) { in getStringTableIndex() 729 if (*ShndxTable != ELF::SHN_UNDEF) in ELFFile()
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ELFHeader.cpp | 281 ENUM_TO_CSTR(SHN_UNDEF); in sectionIndexToCString()
|
/external/qemu/include/hw/ |
D | elf_ops.h | 135 if (syms[i].st_shndx == SHN_UNDEF || in glue()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf-objfmt.c | 129 return elf_objfmt_symtab_append(objfmt_elf, sym, SHN_UNDEF, STB_GLOBAL, 0, in build_extern() 205 return elf_objfmt_symtab_append(objfmt_elf, sym, SHN_UNDEF, STB_GLOBAL, in build_global() 1214 elf_objfmt_symtab_append(objfmt_elf, sym, SHN_UNDEF, STB_WEAK, 0, in dir_weak()
|
D | elf.h | 164 SHN_UNDEF = 0, /* undefined symbol; requires other global */ enumerator
|
/external/libunwind/src/ |
D | elfxx.c | 131 && sym->st_shndx != SHN_UNDEF) in elf_w()
|