/external/valgrind/coregrind/m_debuginfo/ |
tytypes.c | 51 Bool ML_(TyEnt__is_type)( const TyEnt* te ) 53 switch (te->tag) { 83 void ML_(pp_TyEnt)( const TyEnt* te ) 85 VG_(printf)("0x%05lx ", te->cuOff); 86 switch (te->tag) { 91 VG_(printf)("INDIR(0x%05lx)", te->Te.INDIR.indR); 98 te->Te.Atom.valueKnown ? "" : "unknown:", 99 te->Te.Atom.value, te->Te.Atom.name) 368 TyEnt* te; local [all...] |
readdwarf3.c | [all...] |
priv_tytypes.h | 142 } Te; 171 void ML_(TyEnt__make_EMPTY) ( TyEnt* te );
|
/device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffGetEntryPointLib/ |
PeCoffGetEntryPoint.c | 72 if (Hdr.Te->Signature == EFI_TE_IMAGE_HEADER_SIGNATURE) {
73 *EntryPoint = (VOID *)((UINTN)Pe32Data + (UINTN)(Hdr.Te->AddressOfEntryPoint & 0x0ffffffff) + sizeof(EFI_TE_IMAGE_HEADER) - Hdr.Te->StrippedSize);
120 if (Hdr.Te->Signature == EFI_TE_IMAGE_HEADER_SIGNATURE) {
121 return Hdr.Te->Machine;
184 if (Hdr.Te->Signature == EFI_TE_IMAGE_HEADER_SIGNATURE) {
185 if (Hdr.Te->DataDirectory[EFI_TE_IMAGE_DIRECTORY_ENTRY_DEBUG].VirtualAddress != 0) {
186 DirectoryEntry = &Hdr.Te->DataDirectory[EFI_TE_IMAGE_DIRECTORY_ENTRY_DEBUG];
187 TEImageAdjust = sizeof (EFI_TE_IMAGE_HEADER) - Hdr.Te->StrippedSize;
188 DebugEntry = (EFI_IMAGE_DEBUG_DIRECTORY_ENTRY *)((UINTN) Hdr.Te + [all...] |
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/ |
CpuExceptionCommon.c | 153 // DOS image header is not present, TE header is at the image base.
156 if ((Hdr.Te->Signature == EFI_TE_IMAGE_HEADER_SIGNATURE) &&
157 ((Hdr.Te->Machine == IMAGE_FILE_MACHINE_I386) || Hdr.Te->Machine == IMAGE_FILE_MACHINE_X64)) {
159 // It's TE image, it TE header and Machine type match
161 InternalPrintMessage ("!!!! Find TE image ");
162 *EntryPoint = (UINTN)Pe32Data + (UINTN)(Hdr.Te->AddressOfEntryPoint & 0x0ffffffff) + sizeof(EFI_TE_IMAGE_HEADER) - Hdr.Te->StrippedSize;
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiEmuPeCoffGetEntryPointLib/ |
PeiEmuPeCoffGetEntryPointLib.c | 101 if (Hdr.Te->Signature == EFI_TE_IMAGE_HEADER_SIGNATURE) {
102 return Hdr.Te->Machine;
165 if (Hdr.Te->Signature == EFI_TE_IMAGE_HEADER_SIGNATURE) {
166 if (Hdr.Te->DataDirectory[EFI_TE_IMAGE_DIRECTORY_ENTRY_DEBUG].VirtualAddress != 0) {
167 DirectoryEntry = &Hdr.Te->DataDirectory[EFI_TE_IMAGE_DIRECTORY_ENTRY_DEBUG];
168 TEImageAdjust = sizeof (EFI_TE_IMAGE_HEADER) - Hdr.Te->StrippedSize;
169 DebugEntry = (EFI_IMAGE_DEBUG_DIRECTORY_ENTRY *)((UINTN) Hdr.Te +
170 Hdr.Te->DataDirectory[EFI_TE_IMAGE_DIRECTORY_ENTRY_DEBUG].VirtualAddress +
287 if (Hdr.Te->Signature == EFI_TE_IMAGE_HEADER_SIGNATURE) {
288 SizeOfHeaders = sizeof (EFI_TE_IMAGE_HEADER) + (UINTN)Hdr.Te->BaseOfCode - (UINTN)Hdr.Te->StrippedSize; [all...] |
/device/linaro/bootloader/edk2/Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/ |
PeCoffGetEntryPoint.c | 128 if (Hdr.Te->Signature == EFI_TE_IMAGE_HEADER_SIGNATURE) {
129 return Hdr.Te->Machine;
192 if (Hdr.Te->Signature == EFI_TE_IMAGE_HEADER_SIGNATURE) {
193 if (Hdr.Te->DataDirectory[EFI_TE_IMAGE_DIRECTORY_ENTRY_DEBUG].VirtualAddress != 0) {
194 DirectoryEntry = &Hdr.Te->DataDirectory[EFI_TE_IMAGE_DIRECTORY_ENTRY_DEBUG];
195 TEImageAdjust = sizeof (EFI_TE_IMAGE_HEADER) - Hdr.Te->StrippedSize;
196 DebugEntry = (EFI_IMAGE_DEBUG_DIRECTORY_ENTRY *)((UINTN) Hdr.Te +
197 Hdr.Te->DataDirectory[EFI_TE_IMAGE_DIRECTORY_ENTRY_DEBUG].VirtualAddress +
314 if (Hdr.Te->Signature == EFI_TE_IMAGE_HEADER_SIGNATURE) {
315 SizeOfHeaders = sizeof (EFI_TE_IMAGE_HEADER) + (UINTN)Hdr.Te->BaseOfCode - (UINTN)Hdr.Te->StrippedSize; [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffGetEntryPointLib/ |
PeCoffGetEntryPoint.c | 166 if (Hdr.Te->Signature == EFI_TE_IMAGE_HEADER_SIGNATURE) {
167 if (Hdr.Te->DataDirectory[EFI_TE_IMAGE_DIRECTORY_ENTRY_DEBUG].VirtualAddress != 0) {
168 DirectoryEntry = &Hdr.Te->DataDirectory[EFI_TE_IMAGE_DIRECTORY_ENTRY_DEBUG];
169 TEImageAdjust = sizeof (EFI_TE_IMAGE_HEADER) - Hdr.Te->StrippedSize;
170 DebugEntry = (EFI_IMAGE_DEBUG_DIRECTORY_ENTRY *)((UINTN) Hdr.Te +
171 Hdr.Te->DataDirectory[EFI_TE_IMAGE_DIRECTORY_ENTRY_DEBUG].VirtualAddress +
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/ |
PeCoffLoader.c | 164 Retrieves the PE or TE Header from a PE/COFF or TE image
170 PeHdr - The buffer in which to return the PE32, PE32+, or TE header
174 EFI_SUCCESS if the PE or TE Header is read,
175 Otherwise, the error status from reading the PE/COFF or TE image using the ImageRead function.
229 if (Hdr.Te->Signature == EFI_TE_IMAGE_HEADER_SIGNATURE) {
231 ImageContext->Machine = Hdr.Te->Machine;
232 ImageContext->ImageType = (UINT16)(Hdr.Te->Subsystem);
235 ImageContext->SizeOfHeaders = sizeof (EFI_TE_IMAGE_HEADER) + (UINTN)Hdr.Te->BaseOfCode - (UINTN)Hdr.Te->StrippedSize; [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/ |
BasePeCoff.c | 28 @param Hdr The buffer in which to return the PE32, PE32+, or TE header.
56 Retrieves the PE or TE Header from a PE/COFF or TE image.
59 @param Hdr The buffer in which to return the PE32, PE32+, or TE header.
61 @retval RETURN_SUCCESS The PE or TE Header is read.
62 @retval Other The error status from reading the PE/COFF or TE image using the ImageRead function.
121 if (Hdr.Te->Signature == EFI_TE_IMAGE_HEADER_SIGNATURE) {
123 ImageContext->Machine = Hdr.Te->Machine;
124 ImageContext->ImageType = (UINT16)(Hdr.Te->Subsystem);
127 ImageContext->SizeOfHeaders = sizeof (EFI_TE_IMAGE_HEADER) + (UINTN)Hdr.Te->BaseOfCode - (UINTN)Hdr.Te->StrippedSize; [all...] |
/external/libcxx/test/std/utilities/time/time.traits/time.traits.specializations/ |
time_point.pass.cpp | 27 typedef std::chrono::time_point<C, De> Te; 29 static_assert((std::is_same<Tc, Te>::value), "");
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.traits/time.traits.specializations/ |
time_point.pass.cpp | 27 typedef std::chrono::time_point<C, De> Te; 29 static_assert((std::is_same<Tc, Te>::value), "");
|
/device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/ |
BasePeCoff.c | 2 Base PE/COFF loader supports loading any PE32/PE32+ or TE image, but
33 Adjust some fields in section header for TE image.
36 @param TeStrippedOffset Size adjust for the TE image.
52 @param Hdr The buffer in which to return the PE32, PE32+, or TE header.
80 Retrieves the PE or TE Header from a PE/COFF or TE image.
88 @param Hdr The buffer in which to return the PE32, PE32+, or TE header.
90 @retval RETURN_SUCCESS The PE or TE Header is read.
91 @retval Other The error status from reading the PE/COFF or TE image using the ImageRead function.
165 if (Hdr.Te->Signature == EFI_TE_IMAGE_HEADER_SIGNATURE) { [all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/ |
GdbStub.c | 889 if (Hdr.Te->Signature == EFI_TE_IMAGE_HEADER_SIGNATURE) {
890 if (Hdr.Te->DataDirectory[EFI_TE_IMAGE_DIRECTORY_ENTRY_DEBUG].VirtualAddress != 0) {
891 DirectoryEntry = &Hdr.Te->DataDirectory[EFI_TE_IMAGE_DIRECTORY_ENTRY_DEBUG];
892 TEImageAdjust = sizeof (EFI_TE_IMAGE_HEADER) - Hdr.Te->StrippedSize;
893 DebugEntry = (EFI_IMAGE_DEBUG_DIRECTORY_ENTRY *)((UINTN) Hdr.Te +
894 Hdr.Te->DataDirectory[EFI_TE_IMAGE_DIRECTORY_ENTRY_DEBUG].VirtualAddress +
897 SizeOfHeaders = sizeof (EFI_TE_IMAGE_HEADER) + (UINTN)Hdr.Te->BaseOfCode - (UINTN)Hdr.Te->StrippedSize;
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
BasePeCoff.c | 86 Retrieves the PE or TE Header from a PE/COFF or TE image
94 TeHdr - The buffer in which to return the TE header
98 RETURN_SUCCESS if the PE or TE Header is read,
99 Otherwise, the error status from reading the PE/COFF or TE image using the ImageRead function.
136 // Check the PE/COFF Header Signature. If not, then try to get a TE header
159 Checks the PE or TE header of a PE/COFF or TE image to determine if it supported
167 TeHdr - The buffer in which to return the TE header
171 RETURN_SUCCESS if the PE/COFF or TE image is supported [all...] |
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/ |
SearchForSecEntry.asm | 147 ; The section type was not PE32 or TE, so move to next section
180 add eax, 4 ; EAX = Start of TE image
183 ; if (Hdr.Te->Signature == EFI_TE_IMAGE_HEADER_SIGNATURE)
187 ; (UINTN)(Hdr.Te->AddressOfEntryPoint & 0x0ffffffff) +
188 ; sizeof(EFI_TE_IMAGE_HEADER) - Hdr.Te->StrippedSize);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Image/ |
Image.c | 247 // for TE image, the fix loading address is saved in first section header that doesn't point
251 NumberOfSections = ImgHdr->Te.NumberOfSections;
535 @param ImageAddressArg Pointer to PE/TE image.
536 @param ImageSizeArg Size of PE/TE image.
581 // is true, TE will be searched first).
603 // PEI core only carry the loader function for TE and PE32 executables
721 @param ImageAddressArg - Pointer to PE/TE image.
722 @param ImageSizeArg - Size of PE/TE image.
753 @param Pe32Data Pointer to the PE/COFF or TE image.
793 if (Hdr.Te->Signature == EFI_TE_IMAGE_HEADER_SIGNATURE) { [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/ |
PeImage.h | 730 /// Header format for TE images
733 UINT16 Signature; // signature for TE format = "VZ"
747 // Data directory indexes in our TE image header
754 // Union of PE32, PE32+, and TE headers
759 EFI_TE_IMAGE_HEADER Te;
765 EFI_TE_IMAGE_HEADER *Te;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
EfiImage.h | 669 // Header format for TE images
672 UINT16 Signature; // signature for TE format = "VZ"
685 // Data directory indexes in our TE image header
691 // Union of PE32, PE32+, and TE headers
696 EFI_TE_IMAGE_HEADER Te;
702 EFI_TE_IMAGE_HEADER *Te;
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
PeImage.h | 2 EFI image format for PE32, PE32+ and TE. Please note some data structures are
716 /// Header format for TE images, defined in the PI Specification, 1.0.
719 UINT16 Signature; ///< The signature for TE format = "VZ".
734 // Data directory indexes in our TE image header
741 /// Union of PE32, PE32+, and TE headers.
746 EFI_TE_IMAGE_HEADER Te;
752 EFI_TE_IMAGE_HEADER *Te;
|
/external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/ |
PeImage.h | 2 EFI image format for PE32, PE32+ and TE. Please note some data structures are 712 /// Header format for TE images, defined in PI Specification, 1.0 715 UINT16 Signature; ///< signature for TE format = "VZ" 730 // Data directory indexes in our TE image header 737 /// Union of PE32, PE32+, and TE headers 742 EFI_TE_IMAGE_HEADER Te; 748 EFI_TE_IMAGE_HEADER *Te;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/ |
MemoryProfileRecord.c | 260 @param Hdr The buffer in which to return the PE32, PE32+, or TE header.
319 if (Hdr.Te->Signature == EFI_TE_IMAGE_HEADER_SIGNATURE) {
320 return Hdr.Te->Subsystem;
379 if (Hdr.Te->Signature == EFI_TE_IMAGE_HEADER_SIGNATURE) {
380 *EntryPoint = (VOID *) ((UINTN) Pe32Data + (UINTN) (Hdr.Te->AddressOfEntryPoint & 0x0ffffffff) + sizeof (EFI_TE_IMAGE_HEADER) - Hdr.Te->StrippedSize);
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
SmramProfileRecord.c | 261 @param Hdr The buffer in which to return the PE32, PE32+, or TE header.
320 if (Hdr.Te->Signature == EFI_TE_IMAGE_HEADER_SIGNATURE) {
321 return Hdr.Te->Subsystem;
380 if (Hdr.Te->Signature == EFI_TE_IMAGE_HEADER_SIGNATURE) {
381 *EntryPoint = (VOID *) ((UINTN) Pe32Data + (UINTN) (Hdr.Te->AddressOfEntryPoint & 0x0ffffffff) + sizeof (EFI_TE_IMAGE_HEADER) - Hdr.Te->StrippedSize);
[all...] |
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/ |
DebugAgent.c | 232 // DOS image header is not present, TE header is at the image base.
235 if ((Hdr.Te->Signature == EFI_TE_IMAGE_HEADER_SIGNATURE) &&
236 ((Hdr.Te->Machine == IMAGE_FILE_MACHINE_I386) || Hdr.Te->Machine == IMAGE_FILE_MACHINE_X64)) {
238 // It's TE image, it TE header and Machine type match
[all...] |
/prebuilts/go/darwin-x86/src/net/http/httputil/ |
reverseproxy.go | 135 "Te", // canonicalized version of "TE"
|