HomeSort by relevance Sort by last modified time
    Searched refs:SHN_UNDEF (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/elfutils/libelf/
elf_ndxscn.c 66 return SHN_UNDEF;
  /external/elfutils/libdwfl/
dwfl_module_addrsym.c 64 GElf_Word addr_shndx = SHN_UNDEF;
72 if (addr_shndx == SHN_UNDEF)
97 GElf_Word closest_shndx = SHN_UNDEF;
101 GElf_Sym sizeless_sym = { 0, 0, 0, 0, 0, SHN_UNDEF };
102 GElf_Word sizeless_shndx = SHN_UNDEF;
114 && sym.st_shndx != SHN_UNDEF
dwfl_module_getsym.c 83 case SHN_UNDEF:
92 size_t symshstrndx = SHN_UNDEF;
relocate.c 72 if (*shstrndx == SHN_UNDEF
116 { NULL, NULL, NULL, NULL, SHN_UNDEF, SHN_UNDEF }
189 case SHN_UNDEF:
250 if (shndx == SHN_UNDEF || shndx == SHN_COMMON
271 size_t symshstrndx = SHN_UNDEF;
335 if (shndx == SHN_UNDEF || shndx == SHN_COMMON)
  /external/elfutils/libebl/
eblsectionname.c 74 if (section == SHN_UNDEF)
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSymbol.hxx 202 case SHN_UNDEF:
235 case SHN_UNDEF:
265 case SHN_UNDEF:
297 case SHN_UNDEF:
  /system/core/libcorkscrew/
symbol_table.c 136 if (dynsyms[i].st_shndx != SHN_UNDEF) {
147 if (syms[i].st_shndx != SHN_UNDEF
169 if (dynsyms[i].st_shndx != SHN_UNDEF) {
184 if (syms[i].st_shndx != SHN_UNDEF
  /external/elfutils/tests/
update3.c 137 shdr->sh_link = SHN_UNDEF;
138 shdr->sh_info = SHN_UNDEF;
update4.c 287 shdr->sh_link = SHN_UNDEF;
288 shdr->sh_info = SHN_UNDEF;
  /frameworks/compile/mclinker/lib/LD/
ELFReaderIf.cpp 51 if (pShndx == llvm::ELF::SHN_UNDEF)
110 if (pShndx == llvm::ELF::SHN_UNDEF)
ELFReader.cpp 107 // If the section should not be included, set the st_shndx SHN_UNDEF
111 st_shndx != llvm::ELF::SHN_UNDEF) {
113 st_shndx = llvm::ELF::SHN_UNDEF;
370 if (shnum == llvm::ELF::SHN_UNDEF || shstrtab == llvm::ELF::SHN_XINDEX) {
385 if (shnum == llvm::ELF::SHN_UNDEF)
668 // If the section should not be included, set the st_shndx SHN_UNDEF
672 st_shndx != llvm::ELF::SHN_UNDEF) {
674 st_shndx = llvm::ELF::SHN_UNDEF;
926 if (shnum == llvm::ELF::SHN_UNDEF || shstrtab == llvm::ELF::SHN_XINDEX) {
941 if (shnum == llvm::ELF::SHN_UNDEF)
    [all...]
  /external/elfutils/libasm/
disasm_cb.c 104 if (sym->st_shndx == SHN_UNDEF)
  /external/qemu/elff/
elff_elf.h 186 * SHN_UNDEF value.
248 #define SHN_UNDEF 0
elf_file.cc 362 assert(str_sec_index != SHN_UNDEF);
363 if (str_sec_index == SHN_UNDEF) {
  /ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h 186 * SHN_UNDEF value.
248 #define SHN_UNDEF 0
elf_file.cc 362 assert(str_sec_index != SHN_UNDEF);
363 if (str_sec_index == SHN_UNDEF) {
  /external/elfutils/src/
unstrip.c 348 GElf_Word shndx = SHN_UNDEF;
364 shndx = SHN_UNDEF;
576 GElf_Word shndx = SHN_UNDEF;
599 GElf_Word shndx = i < SHN_LORESERVE ? SHN_UNDEF : i;
609 GElf_Word shndx = SHN_UNDEF;
762 GElf_Word shndx = SHN_UNDEF;
782 if (scnmap != NULL && shndx != SHN_UNDEF && shndx < SHN_LORESERVE)
    [all...]
nm.c 837 if (sym->st_shndx == SHN_UNDEF)
890 if (syms[cnt].sym.st_shndx == SHN_UNDEF)
1073 if ((hide_undefined && sym->st_shndx == SHN_UNDEF)
1074 || (hide_defined && sym->st_shndx != SHN_UNDEF)
1088 if (sym->st_shndx != SHN_UNDEF
    [all...]
arlib.c 266 if (sym->st_shndx == SHN_UNDEF)
  /external/grub/stage2/
i386-elf.h 83 #define SHN_UNDEF 0
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
elf_mem_image.cc 150 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) {
410 if (symbol->st_shndx == SHN_UNDEF) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
elf_mem_image.cc 150 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) {
410 if (symbol->st_shndx == SHN_UNDEF) {
  /development/ndk/platforms/android-3/include/linux/
elf.h 257 #define SHN_UNDEF 0
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
elf.h 257 #define SHN_UNDEF 0
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
elf.h 257 #define SHN_UNDEF 0

Completed in 759 milliseconds

1 2 3 4 5 6