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

/external/elfutils/libebl/
H A Deblsectionname.c40 else if (section == SHN_ABS)
/external/elfutils/tests/
H A Dasm-tst8.c130 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/kernel-headers/original/linux/
H A Delf.h265 #define SHN_ABS 0xfff1 macro
/external/llvm/lib/Object/
H A DELFObjectFile.cpp476 case ELF::SHN_ABS:
510 case ELF::SHN_ABS:
580 case ELF::SHN_ABS: ret = 'a'; break;
670 Res = symb->st_shndx == ELF::SHN_ABS;
/external/elfutils/libasm/
H A Dasm_end.c199 ndx = SHN_ABS;
/external/llvm/include/llvm/Support/
H A DELF.h694 SHN_ABS = 0xfff1, // Symbol has absolute value; does not need relocation enumerator in enum:llvm::ELF::__anon6497
/external/elfutils/src/
H A Dnm.c828 if (sym->st_shndx == SHN_ABS)
H A Dldgeneric.c1334 if (unlikely (shndx == SHN_ABS) && secttype == SHT_DYNSYM)
3489 assert (scnidx < SHN_LORESERVE || scnidx == SHN_ABS);
3495 if (scnidx != SHN_ABS)
4504 fillin_special_symbol (rsym, SHN_ABS, nsym++, symdata, strtab);
4658 else if (unlikely (sym->st_shndx != SHN_ABS))
H A Delflint.c708 && sym->st_shndx != SHN_ABS
/external/qemu/
H A Delf.h1098 #define SHN_ABS 0xfff1 macro
/external/elfutils/libelf/
H A Delf.h305 #define SHN_ABS 0xfff1 /* Associated symbol is absolute */ macro
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp609 MSD.SectionIndex = ELF::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);
21116 SHN_ABS, name);

Completed in 181 milliseconds