Searched refs:SHN_ABS (Results 1 - 22 of 22) sorted by relevance

/external/elfutils/libdwfl/
H A Ddwfl_module_getsym.c82 case SHN_ABS:
H A Ddwfl_module_addrsym.c76 addr_shndx = SHN_ABS;
H A Drelocate.c188 case SHN_ABS:
266 if (shndx == SHN_ABS)
H A Dderelocate.c265 *shndxp = SHN_ABS;
/external/elfutils/libebl/
H A Deblsectionname.c76 else if (section == SHN_ABS)
/external/elfutils/tests/
H A Dasm-tst8.c153 if (sym->st_shndx != SHN_ABS)
/external/qemu/elff/
H A Delff_elf.h254 #define SHN_ABS 0xfff1 macro
/external/grub/stage2/
H A Di386-elf.h87 #define SHN_ABS 0xfff1 macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h170 SHN_ABS = 0xfff1, /* associated symbols don't change on reloc */ enumerator in enum:__anon14851
193 STT_FILE = 4, /* often source filename: STB_LOCAL, SHN_ABS */
H A Delf.c506 entry->index = SHN_ABS;
H A Delf-objfmt.c377 elf_symtab_set_nonzero(entry, NULL, SHN_ABS, STB_LOCAL, STT_FILE, NULL,
/external/elfutils/libasm/
H A Dasm_end.c212 ndx = SHN_ABS;
/external/elfutils/src/
H A Dnm.c834 if (sym->st_shndx == SHN_ABS)
H A Dldgeneric.c767 // XXX Really exclude SHN_ABS?
768 if (shndx != SHN_COMMON && shndx != SHN_ABS)
1497 if (unlikely (shndx == SHN_ABS) && secttype == SHT_DYNSYM)
3719 assert (scnidx < SHN_LORESERVE || scnidx == SHN_ABS);
3727 if (scnidx != SHN_ABS)
5192 fillin_special_symbol (rsym, SHN_ABS, nsym++, symdata, strtab);
5347 else if (unlikely (sym->st_shndx != SHN_ABS))
H A Delflint.c694 && sym->st_shndx != SHN_ABS
874 if (destshdr == NULL && xndx == SHN_ABS)
/external/llvm/include/llvm/Object/
H A DELF.h1028 case ELF::SHN_ABS:
1061 case ELF::SHN_ABS:
1157 case ELF::SHN_ABS: ret = 'a'; break;
1233 if (symb->st_shndx == ELF::SHN_ABS)
/external/llvm/include/llvm/Support/
H A DELF.h1112 SHN_ABS = 0xfff1, // Symbol has absolute value; does not need relocation enumerator in enum:llvm::ELF::__anon21927
/external/qemu/
H A Delf.h1098 #define SHN_ABS 0xfff1 macro
/external/elfutils/libelf/
H A Delf.h316 #define SHN_ABS 0xfff1 /* Associated symbol is absolute */ macro
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp917 MSD.SectionIndex = ELF::SHN_ABS;
/external/linux-tools-perf/util/
H A Dsymbol.c818 sym->st_shndx != SHN_ABS;
/external/valgrind/main/perf/
H A Dtinycc.c334 #define SHN_ABS 0xfff1 /* Associated symbol is absolute */ macro
6920 sh_num = SHN_ABS;
14861 SHN_ABS, file->filename);
17193 if (sym->r == SHN_ABS) {
17380 if (s->r == SHN_ABS)
17745 asm_new_label1(s1, opcode, 0, SHN_ABS, n);
21117 SHN_ABS, name);

Completed in 511 milliseconds