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

/vbox/src/VBox/Runtime/include/internal/
H A DldrELFCommon.h149 #define SHN_ABS 0xfff1 /* Absolute values. */ macro
/vbox/src/VBox/Runtime/common/ldr/
H A DldrELFRelocatable.cpp.h252 AssertMsgReturn(pSym->st_shndx < pModElf->cSyms || pSym->st_shndx == SHN_ABS, ("%#x\n", pSym->st_shndx),
287 else if (pSym->st_shndx == SHN_ABS)
306 else if (pSym->st_shndx == SHN_ABS)
467 case SHN_ABS:
723 if (paSyms[iSym].st_shndx == SHN_ABS)
931 if (pSym->st_shndx == SHN_ABS)
/vbox/src/VBox/Debugger/
H A DDBGPlugInCommonELFTmpl.cpp.h295 if (iSeg == SHN_ABS)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Delf.h637 #define SHN_ABS 0xfff1 macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Delf.h637 #define SHN_ABS 0xfff1 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DElf64Convert.c562 || Sym->st_shndx == SHN_ABS
H A Delf_common.h200 #define SHN_ABS 0xfff1 /* Absolute values. */ macro
H A DElf32Convert.c602 || Sym->st_shndx == SHN_ABS
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_open.c163 (gsp->st_shndx == SHN_ABS && gsp->st_value == 0)) {
/vbox/src/recompiler/
H A Delf.h1051 #define SHN_ABS 0xfff1 macro

Completed in 1076 milliseconds