Searched refs:SHN_ABS (Results 1 – 22 of 22) sorted by relevance
/external/elfutils/src/libebl/ |
D | eblsectionname.c | 55 else if (section == SHN_ABS)
|
/external/elfutils/src/tests/ |
D | asm-tst8.c | 145 if (sym->st_shndx != SHN_ABS) in main()
|
/external/elfutils/src/libdwfl/ |
D | dwfl_module_getsym.c | 150 case SHN_ABS: /* XXX sometimes should use bias?? */ in __libdwfl_getsym()
|
D | relocate.c | 175 case SHN_ABS: in relocate_getsym() 257 if (shndx == SHN_ABS) /* XXX maybe should apply bias? */ in resolve_symbol()
|
D | dwfl_module_addrsym.c | 73 addr_shndx = SHN_ABS; in __libdwfl_addrsym()
|
D | derelocate.c | 244 *shndxp = SHN_ABS; in dwfl_module_relocation_info()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 295 #define SHN_ABS 0xfff1 macro
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ELFHeader.cpp | 286 ENUM_TO_CSTR(SHN_ABS); in sectionIndexToCString()
|
D | ObjectFileELF.cpp | 1054 case SHN_ABS: in ParseSymbols()
|
/external/libunwind/src/ |
D | elfxx.c | 202 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/ |
D | symbol-elf.c | 67 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/ |
D | ELFObjectFile.h | 302 case ELF::SHN_ABS: in getSymbolAddress() 395 if (ESym->st_shndx == ELF::SHN_ABS) in getSymbolFlags()
|
/external/elfutils/src/libasm/ |
D | asm_end.c | 215 ndx = SHN_ABS; in binary_end()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 576 SHN_ABS = 0xfff1, // Symbol has absolute value; does not need relocation enumerator
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 148 } else if (SectionIndex > SHN_HIOS && SectionIndex < SHN_ABS) { in getSectionNameIndex() 150 } else if (SectionIndex == SHN_ABS) { in getSectionNameIndex()
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 620 ELF::STV_DEFAULT, ELF::SHN_ABS, true); in WriteSymbolTable() 1006 MSD.SectionIndex = ELF::SHN_ABS; in computeSymbolTable()
|
/external/elfutils/src/src/ |
D | ldgeneric.c | 758 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()
|
D | nm.c | 885 if (sym->st_shndx == SHN_ABS) in class_type_char()
|
D | elflint.c | 717 && sym->st_shndx != SHN_ABS in check_symtab() 919 if (destshdr == NULL && xndx == SHN_ABS) in check_symtab()
|
D | ChangeLog | 2691 refers to the right section if it's not SHN_ABS.
|
/external/elfutils/src/libelf/ |
D | elf.h | 312 #define SHN_ABS 0xfff1 /* Associated symbol is absolute */ macro
|
/external/valgrind/perf/ |
D | tinycc.c | 334 #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()
|