/external/elfutils/libebl/ |
D | eblsectionname.c | 49 else if (section == SHN_ABS) in ebl_section_name()
|
/external/syslinux/com32/tools/ |
D | relocs.c | 209 else if (shndx == SHN_ABS) { in sec_name() 451 if (sym->st_shndx != SHN_ABS) { in print_absolute_symbols() 492 if (sym->st_shndx != SHN_ABS) { in print_absolute_relocs() 566 shn_abs = sym->st_shndx == SHN_ABS; in walk_relocs()
|
/external/elfutils/tests/ |
D | asm-tst8.c | 145 if (sym->st_shndx != SHN_ABS) in main()
|
/external/syslinux/com32/include/sys/ |
D | elfcommon.h | 222 #define SHN_ABS 0xfff1 macro
|
/external/elfutils/libdwfl/ |
D | dwfl_module_getsym.c | 150 case SHN_ABS: /* XXX sometimes should use bias?? */ in __libdwfl_getsym()
|
D | relocate.c | 184 case SHN_ABS: in relocate_getsym() 291 if (shndx == SHN_ABS) /* XXX maybe should apply bias? */ in resolve_symbol()
|
D | dwfl_module_addrsym.c | 89 state->addr_shndx = SHN_ABS; in same_section()
|
D | derelocate.c | 264 *shndxp = SHN_ABS; in dwfl_module_relocation_info()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 298 #define SHN_ABS 0xfff1 macro
|
/external/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 387 if (ESym->st_shndx == ELF::SHN_ABS) in getSymbolValueImpl() 407 case ELF::SHN_ABS: in getSymbolAddress() 495 if (ESym->st_shndx == ELF::SHN_ABS) in getSymbolFlags()
|
D | ELFTypes.h | 241 bool isAbsolute() const { return st_shndx == ELF::SHN_ABS; }
|
/external/libunwind/src/ |
D | elfxx.c | 204 if (sym.st_shndx != SHN_ABS) { in elf_w() 346 if (sym->st_shndx != SHN_ABS) { in elf_w()
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | ELFObjectFile.cpp | 467 case ELF::SHN_ABS: in getSymbolOffset() 501 case ELF::SHN_ABS: in getSymbolAddress() 571 case ELF::SHN_ABS: ret = 'a'; break; in getSymbolNMTypeChar()
|
/external/elfutils/libasm/ |
D | asm_end.c | 215 ndx = SHN_ABS; in binary_end()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 694 SHN_ABS = 0xfff1, // Symbol has absolute value; does not need relocation enumerator
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 813 MSD.SectionIndex = ELF::SHN_ABS; in computeSymbolTable() 904 ELF::SHN_ABS, true); in computeSymbolTable()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 657 SHN_ABS = 0xfff1, // Symbol has absolute value; does not need relocation enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 658 SHN_ABS = 0xfff1, // Symbol has absolute value; does not need relocation enumerator
|
/external/elfutils/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 | 888 if (sym->st_shndx == SHN_ABS) in class_type_char()
|
D | elflint.c | 720 && sym->st_shndx != SHN_ABS in check_symtab() 932 if (destshdr == NULL && xndx == SHN_ABS) in check_symtab()
|
/external/kmod/port-gnu/ |
D | elf.h | 312 #define SHN_ABS 0xfff1 /* Associated symbol is absolute */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 313 #define SHN_ABS 0xfff1 /* Associated symbol is absolute */ macro
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.cpp | 609 MSD.SectionIndex = ELF::SHN_ABS; in ComputeSymbolTable()
|
/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()
|