Searched refs:SHN_UNDEF (Results 1 - 25 of 32) sorted by relevance

12

/external/elfutils/libelf/
H A Delf_ndxscn.c66 return SHN_UNDEF;
/external/elfutils/libdwfl/
H A Ddwfl_module_addrsym.c64 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
H A Ddwfl_module_getsym.c83 case SHN_UNDEF:
92 size_t symshstrndx = SHN_UNDEF;
H A Drelocate.c72 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/
H A Deblsectionname.c74 if (section == SHN_UNDEF)
/external/elfutils/tests/
H A Dupdate3.c137 shdr->sh_link = SHN_UNDEF;
138 shdr->sh_info = SHN_UNDEF;
H A Dupdate4.c287 shdr->sh_link = SHN_UNDEF;
288 shdr->sh_info = SHN_UNDEF;
/external/elfutils/libasm/
H A Ddisasm_cb.c104 if (sym->st_shndx == SHN_UNDEF)
/external/qemu/elff/
H A Delff_elf.h186 * SHN_UNDEF value.
248 #define SHN_UNDEF 0 macro
H A Delf_file.cc362 assert(str_sec_index != SHN_UNDEF);
363 if (str_sec_index == SHN_UNDEF) {
/external/elfutils/src/
H A Dunstrip.c348 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)
1300 size_t unstripped_strtab_ndx = SHN_UNDEF;
1396 size_t debuglink = SHN_UNDEF;
1439 ndx_section[secndx - 1] = SHN_UNDEF;
[all...]
H A Dnm.c837 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
H A Darlib.c266 if (sym->st_shndx == SHN_UNDEF)
H A Dstrip.c773 if (scnidx == SHN_UNDEF || scnidx >= shnum
979 shdr_info[cnt].shdr.sh_link = SHN_UNDEF;
980 shdr_info[cnt].shdr.sh_info = SHN_UNDEF;
1035 shdr_info[cnt].shdr.sh_link = SHN_UNDEF;
1036 shdr_info[cnt].shdr.sh_info = SHN_UNDEF;
1177 if (sym->st_shndx == SHN_UNDEF
H A Delfcmp.c313 && sym1->st_shndx != SHN_UNDEF)
336 if (sym1->st_shndx == SHN_UNDEF
H A Dldgeneric.c602 if (shndx != SHN_UNDEF
634 else if (shndx != SHN_UNDEF
641 else if (shndx != SHN_UNDEF
707 && shndx != SHN_UNDEF)
1533 && sym->st_shndx != SHN_UNDEF
1555 newp->defined = newp->scndx != SHN_UNDEF;
1571 if (newp->scndx == SHN_UNDEF)
1615 if (shndx != SHN_UNDEF
3366 if (XELF_ST_BIND (sym->st_info) == STB_LOCAL || sym->st_shndx == SHN_UNDEF)
5267 if (sym->st_shndx != SHN_UNDEF
[all...]
H A Delflint.c903 const char *sname = ((destshdr == NULL || xndx == SHN_UNDEF)
909 if (xndx != SHN_UNDEF || ehdr->e_type != ET_REL)
2071 if (sym != NULL && sym->st_shndx == SHN_UNDEF
2744 else if (sym->st_shndx == SHN_UNDEF
2749 else if (sym->st_shndx != SHN_UNDEF
/external/grub/stage2/
H A Di386-elf.h83 #define SHN_UNDEF 0 macro
/external/kernel-headers/original/linux/
H A Delf.h261 #define SHN_UNDEF 0 macro
/external/qemu/
H A Delf_ops.h135 if (syms[i].st_shndx == SHN_UNDEF ||
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp423 Write16(ELF::SHN_UNDEF);
915 MSD.SectionIndex = ELF::SHN_UNDEF;
933 unsigned Skip = MSD.SectionIndex == ELF::SHN_UNDEF ? 2 : 1;
945 if (MSD.SectionIndex == ELF::SHN_UNDEF)
/external/llvm/include/llvm/Object/
H A DELF.h821 case ELF::SHN_UNDEF:
855 case ELF::SHN_UNDEF:
921 case ELF::SHN_UNDEF:
932 if (getSymbolTableIndex(symb) == ELF::SHN_UNDEF)
1010 if (getSymbolTableIndex(symb) == ELF::SHN_UNDEF)
1943 if (*ShndxTable != ELF::SHN_UNDEF)
2212 if (Header->e_shnum == ELF::SHN_UNDEF) {
2222 if (Header->e_shnum == ELF::SHN_UNDEF) {
/external/valgrind/main/VEX/switchback/
H A Dlinker.c993 if (ehdr->e_shstrndx == SHN_UNDEF) {
1237 && stab[j].st_shndx != SHN_UNDEF
/external/valgrind/main/VEX/unused/
H A Dlinker.c832 if (ehdr->e_shstrndx == SHN_UNDEF) {
1072 && stab[j].st_shndx != SHN_UNDEF
/external/linux-tools-perf/util/
H A Dsymbol.c803 sym->st_shndx != SHN_UNDEF;
810 sym->st_shndx != SHN_UNDEF;
817 sym->st_shndx != SHN_UNDEF &&

Completed in 774 milliseconds

12