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

/external/elfutils/0.153/libebl/
H A Deblsectionname.c76 else if (section == SHN_ABS)
/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_getsym.c95 case SHN_ABS: /* XXX sometimes should use bias?? */
H A Ddwfl_module_addrsym.c76 addr_shndx = SHN_ABS;
H A Drelocate.c192 case SHN_ABS:
273 if (shndx == SHN_ABS) /* XXX maybe should apply bias? */
H A Dderelocate.c265 *shndxp = SHN_ABS;
/external/chromium_org/third_party/libvpx/include/
H A Delf.h323 #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:__anon16347
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/kernel-headers/original/uapi/linux/
H A Delf.h295 #define SHN_ABS 0xfff1 macro
/external/libunwind/src/
H A Delfxx.c135 if (sym->st_shndx != SHN_ABS)
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp286 ENUM_TO_CSTR(SHN_ABS);
H A DObjectFileELF.cpp1054 case SHN_ABS:
1095 // binding, its section index is SHN_ABS, and it precedes the other
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol-elf.c67 sym->st_shndx != SHN_ABS;
798 * has a value of SHN_ABS in its st_shndx) failed at
805 if (sym.st_shndx == SHN_ABS)
/external/elfutils/0.153/libasm/
H A Dasm_end.c212 ndx = SHN_ABS;
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h259 case ELF::SHN_ABS:
341 if (ESym->st_shndx == ELF::SHN_ABS)
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp148 } else if (SectionIndex > SHN_HIOS && SectionIndex < SHN_ABS) {
150 } else if (SectionIndex == SHN_ABS) {
/external/qemu/include/
H A Delf.h1346 #define SHN_ABS 0xfff1 macro
/external/elfutils/0.153/src/
H A Dldgeneric.c765 // XXX Really exclude SHN_ABS?
766 if (shndx != SHN_COMMON && shndx != SHN_ABS)
1495 if (unlikely (shndx == SHN_ABS) && secttype == SHT_DYNSYM)
3717 assert (scnidx < SHN_LORESERVE || scnidx == SHN_ABS);
3725 if (scnidx != SHN_ABS)
5190 fillin_special_symbol (rsym, SHN_ABS, nsym++, symdata, strtab);
5345 else if (unlikely (sym->st_shndx != SHN_ABS))
H A Dnm.c894 if (sym->st_shndx == SHN_ABS)
H A Delflint.c714 && sym->st_shndx != SHN_ABS
901 if (destshdr == NULL && xndx == SHN_ABS)
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp588 // This has to be in sync with when computeSymbolTable uses SHN_ABS or
643 ELF::STV_DEFAULT, ELF::SHN_ABS, true);
1034 MSD.SectionIndex = ELF::SHN_ABS;
/external/llvm/include/llvm/Support/
H A DELF.h1254 SHN_ABS = 0xfff1, // Symbol has absolute value; does not need relocation enumerator in enum:llvm::ELF::__anon25595
/external/elfutils/0.153/libelf/
H A Delf.h313 #define SHN_ABS 0xfff1 /* Associated symbol is absolute */ macro
/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 442 milliseconds