Home
last modified time | relevance | path

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

/external/elfutils/src/libebl/
Deblsectionname.c55 else if (section == SHN_ABS)
/external/elfutils/src/tests/
Dasm-tst8.c145 if (sym->st_shndx != SHN_ABS) in main()
/external/elfutils/src/libdwfl/
Ddwfl_module_getsym.c150 case SHN_ABS: /* XXX sometimes should use bias?? */ in __libdwfl_getsym()
Drelocate.c175 case SHN_ABS: in relocate_getsym()
257 if (shndx == SHN_ABS) /* XXX maybe should apply bias? */ in resolve_symbol()
Ddwfl_module_addrsym.c73 addr_shndx = SHN_ABS; in __libdwfl_addrsym()
Dderelocate.c244 *shndxp = SHN_ABS; in dwfl_module_relocation_info()
/external/kernel-headers/original/uapi/linux/
Delf.h295 #define SHN_ABS 0xfff1 macro
/external/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp286 ENUM_TO_CSTR(SHN_ABS); in sectionIndexToCString()
DObjectFileELF.cpp1054 case SHN_ABS: in ParseSymbols()
/external/libunwind/src/
Delfxx.c202 if (sym.st_shndx != SHN_ABS) { in elf_w()
344 if (sym->st_shndx != SHN_ABS) { in elf_w()
/external/linux-tools-perf/src/tools/perf/util/
Dsymbol-elf.c67 sym->st_shndx != SHN_ABS; in elf_sym__is_label()
805 if (sym.st_shndx == SHN_ABS) in dso__load_sym()
/external/llvm/include/llvm/Object/
DELFObjectFile.h302 case ELF::SHN_ABS: in getSymbolAddress()
395 if (ESym->st_shndx == ELF::SHN_ABS) in getSymbolFlags()
/external/elfutils/src/libasm/
Dasm_end.c215 ndx = SHN_ABS; in binary_end()
/external/llvm/include/llvm/Support/
DELF.h576 SHN_ABS = 0xfff1, // Symbol has absolute value; does not need relocation enumerator
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp148 } else if (SectionIndex > SHN_HIOS && SectionIndex < SHN_ABS) { in getSectionNameIndex()
150 } else if (SectionIndex == SHN_ABS) { in getSectionNameIndex()
/external/llvm/lib/MC/
DELFObjectWriter.cpp620 ELF::STV_DEFAULT, ELF::SHN_ABS, true); in WriteSymbolTable()
1006 MSD.SectionIndex = ELF::SHN_ABS; in computeSymbolTable()
/external/elfutils/src/src/
Dldgeneric.c758 if (shndx != SHN_COMMON && shndx != SHN_ABS) in check_definition()
1487 if (unlikely (shndx == SHN_ABS) && secttype == SHT_DYNSYM) in add_relocatable_file()
3709 assert (scnidx < SHN_LORESERVE || scnidx == SHN_ABS); in fillin_special_symbol()
3717 if (scnidx != SHN_ABS) in fillin_special_symbol()
5182 fillin_special_symbol (rsym, SHN_ABS, nsym++, symdata, strtab); in ld_generic_create_outfile()
5337 else if (unlikely (sym->st_shndx != SHN_ABS)) in ld_generic_create_outfile()
Dnm.c885 if (sym->st_shndx == SHN_ABS) in class_type_char()
Delflint.c717 && sym->st_shndx != SHN_ABS in check_symtab()
919 if (destshdr == NULL && xndx == SHN_ABS) in check_symtab()
DChangeLog2691 refers to the right section if it's not SHN_ABS.
/external/elfutils/src/libelf/
Delf.h312 #define SHN_ABS 0xfff1 /* Associated symbol is absolute */ macro
/external/valgrind/perf/
Dtinycc.c334 #define SHN_ABS 0xfff1 /* Associated symbol is absolute */ macro
6918 sh_num = SHN_ABS; in put_extern_sym2()
14859 SHN_ABS, file->filename); in tcc_compile()
17191 if (sym->r == SHN_ABS) { in asm_expr_unary()
17378 if (s->r == SHN_ABS) in asm_free_labels()
17743 asm_new_label1(s1, opcode, 0, SHN_ABS, n); in tcc_assemble_internal()
21115 SHN_ABS, name); in tcc_add_symbol()