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

1 2 3 4 5 6 7 8 9

  /external/elfutils/libelf/
elf_ndxscn.c 44 return SHN_UNDEF;
  /external/google-breakpad/src/common/linux/
elf_symbols_to_module_unittest.cc 122 // Doesn't really matter, just can't be SHN_UNDEF.
123 SHN_UNDEF + 1);
147 .D16(SHN_UNDEF + 1);
176 .D16(SHN_UNDEF + 1);
199 // Doesn't really matter, just can't be SHN_UNDEF.
200 SHN_UNDEF + 1);
203 // Doesn't really matter, just can't be SHN_UNDEF.
204 SHN_UNDEF + 2);
207 // Doesn't really matter, just can't be SHN_UNDEF.
208 SHN_UNDEF + 3)
    [all...]
dump_symbols_unittest.cc 105 SHN_UNDEF + 1);
145 SHN_UNDEF + 1);
elf_symbols_to_module.cc 158 iterator->shndx != SHN_UNDEF) {
  /external/elfutils/libdwfl/
dwfl_module_addrsym.c 73 if (state->addr_shndx == SHN_UNDEF)
84 if (state->addr_shndx == SHN_UNDEF || state->addr_symelf != symelf)
209 && sym.st_shndx != SHN_UNDEF
251 .addr_shndx = SHN_UNDEF,
255 .closest_shndx = SHN_UNDEF,
258 .sizeless_sym = { 0, 0, 0, 0, 0, SHN_UNDEF },
260 .sizeless_shndx = SHN_UNDEF,
relocate.c 57 if (*shstrndx == SHN_UNDEF
103 { NULL, NULL, NULL, NULL, SHN_UNDEF, SHN_UNDEF }
185 case SHN_UNDEF:
225 if (symtab->symshstrndx == SHN_UNDEF
275 if (shndx == SHN_UNDEF || shndx == SHN_COMMON
303 size_t symshstrndx = SHN_UNDEF;
361 if (shndx == SHN_UNDEF || shndx == SHN_COMMON)
dwfl_module_getsym.c 110 || (sym->st_shndx < SHN_LORESERVE && sym->st_shndx != SHN_UNDEF)))
151 case SHN_UNDEF:
160 size_t symshstrndx = SHN_UNDEF;
  /external/elfutils/libebl/
eblsectionname.c 47 if (section == SHN_UNDEF)
  /external/elfutils/tests/
alldts.c 144 shdr->sh_link = SHN_UNDEF;
145 shdr->sh_info = SHN_UNDEF;
199 shdr->sh_link = SHN_UNDEF;
200 shdr->sh_info = SHN_UNDEF;
strptr.c 69 if (ndx == SHN_UNDEF)
update3.c 130 shdr->sh_link = SHN_UNDEF;
131 shdr->sh_info = SHN_UNDEF;
zstrptr.c 69 if (ndx == SHN_UNDEF)
elfstrtab.c 195 shdr->sh_link = SHN_UNDEF;
196 shdr->sh_info = SHN_UNDEF;
newdata.c 129 shdr->sh_link = SHN_UNDEF;
130 shdr->sh_info = SHN_UNDEF;
update4.c 279 shdr->sh_link = SHN_UNDEF;
280 shdr->sh_info = SHN_UNDEF;
elfstrmerge.c 526 else if (sym.st_shndx != SHN_UNDEF
564 SHN_UNDEF unless the corresponding symbol is
570 if (shndx[i] == SHN_UNDEF)
571 newshndx[i] = SHN_UNDEF;
  /frameworks/compile/mclinker/lib/LD/
ELFReaderIf.cpp 48 if (pShndx == llvm::ELF::SHN_UNDEF)
101 if (pShndx == llvm::ELF::SHN_UNDEF)
ELFReader.cpp 103 // If the section should not be included, set the st_shndx SHN_UNDEF
106 st_shndx != llvm::ELF::SHN_UNDEF) {
108 st_shndx = llvm::ELF::SHN_UNDEF;
341 if (shnum == llvm::ELF::SHN_UNDEF || shstrtab == llvm::ELF::SHN_XINDEX) {
354 if (shnum == llvm::ELF::SHN_UNDEF)
603 // If the section should not be included, set the st_shndx SHN_UNDEF
606 st_shndx != llvm::ELF::SHN_UNDEF) {
608 st_shndx = llvm::ELF::SHN_UNDEF;
835 if (shnum == llvm::ELF::SHN_UNDEF || shstrtab == llvm::ELF::SHN_XINDEX) {
848 if (shnum == llvm::ELF::SHN_UNDEF)
    [all...]
  /toolchain/binutils/binutils-2.25/gold/testsuite/
testfile.cc 105 elfcpp::SHN_UNDEF, // small_common_shndx
106 elfcpp::SHN_UNDEF, // large_common_shndx
  /external/elfutils/libasm/
disasm_cb.c 107 if (sym->st_shndx == SHN_UNDEF)
  /external/elfutils/libdwelf/
dwelf_elf_gnu_build_id.c 68 size_t shstrndx = SHN_UNDEF;
  /toolchain/binutils/binutils-2.25/include/elf/
internal.h 41 #undef SHN_UNDEF
51 #define SHN_UNDEF 0 /* Undefined section reference */
  /toolchain/binutils/binutils-2.25/gold/
symtab.cc 360 if (is_ordinary && shndx != elfcpp::SHN_UNDEF
489 if (shndx != elfcpp::SHN_UNDEF && this->is_ordinary_shndx_)
653 if (is_ordinary && shndx != elfcpp::SHN_UNDEF)
914 // ORIG_ST_SHNDX is the section index in the input file, or SHN_UNDEF
934 if (orig_st_shndx == elfcpp::SHN_UNDEF)
942 if (orig_st_shndx == elfcpp::SHN_UNDEF
    [all...]
resolve.cc 211 case elfcpp::SHN_UNDEF:
239 // non-ordinary section indexes are mapped to SHN_UNDEF. VERSION is
278 else if (st_shndx == elfcpp::SHN_UNDEF
340 && orig_st_shndx != elfcpp::SHN_UNDEF
341 && to->shndx(&to_is_ordinary) != elfcpp::SHN_UNDEF
450 tobits = symbol_to_bits(to->binding(), false, elfcpp::SHN_UNDEF, true,
    [all...]
  /external/elfutils/src/
unstrip.c 382 GElf_Word shndx = SHN_UNDEF;
398 shndx = SHN_UNDEF;
616 GElf_Word shndx = SHN_UNDEF;
639 GElf_Word shndx = i < SHN_LORESERVE ? SHN_UNDEF : i;
649 GElf_Word shndx = SHN_UNDEF;
802 GElf_Word shndx = SHN_UNDEF;
822 if (scnmap != NULL && shndx != SHN_UNDEF && shndx < SHN_LORESERVE)
    [all...]

Completed in 222 milliseconds

1 2 3 4 5 6 7 8 9