Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Deblsectionname.c40 else if (section == SHN_ABS)
/external/elfutils/tests/
Dasm-tst8.c130 if (sym->st_shndx != SHN_ABS) in main()
/external/qemu/elff/
Delf.h256 #define SHN_ABS 0xfff1 macro
/external/grub/stage2/
Di386-elf.h87 #define SHN_ABS 0xfff1 macro
/external/kernel-headers/original/linux/
Delf.h265 #define SHN_ABS 0xfff1 macro
/external/elfutils/libasm/
Dasm_end.c199 ndx = SHN_ABS; in binary_end()
/external/qemu/
Delf.h1050 #define SHN_ABS 0xfff1 macro
/external/elfutils/src/
Dldgeneric.c1334 if (unlikely (shndx == SHN_ABS) && secttype == SHT_DYNSYM) in add_relocatable_file()
3489 assert (scnidx < SHN_LORESERVE || scnidx == SHN_ABS); in fillin_special_symbol()
3495 if (scnidx != SHN_ABS) in fillin_special_symbol()
4504 fillin_special_symbol (rsym, SHN_ABS, nsym++, symdata, strtab); in ld_generic_create_outfile()
4658 else if (unlikely (sym->st_shndx != SHN_ABS)) in ld_generic_create_outfile()
Dnm.c828 if (sym->st_shndx == SHN_ABS) in class_type_char()
Delflint.c708 && sym->st_shndx != SHN_ABS in check_symtab()
/external/elfutils/libelf/
Delf.h305 #define SHN_ABS 0xfff1 /* Associated symbol is absolute */ macro