Searched refs:sh_name (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/ |
D | elf32.h | 90 Elf32_Word sh_name; /* Section name (index into the member
|
D | elf64.h | 98 Elf64_Word sh_name; /* Section name (index into the member
|
D | Elf64Convert.c | 251 …return (BOOLEAN) (strcmp((CHAR8*)mEhdr + Namedr->sh_offset + Shdr->sh_name, ELF_HII_SECTION_NAME) … in IsHiiRsrcShdr() 274 …return (BOOLEAN) (strcmp((CHAR8*)mEhdr + Namedr->sh_offset + Shdr->sh_name, ELF_STRTAB_SECTION_NAM… in IsStrtabShdr()
|
D | Elf32Convert.c | 259 …return (BOOLEAN) (strcmp((CHAR8*)mEhdr + Namedr->sh_offset + Shdr->sh_name, ELF_HII_SECTION_NAME) … in IsHiiRsrcShdr() 282 …return (BOOLEAN) (strcmp((CHAR8*)mEhdr + Namedr->sh_offset + Shdr->sh_name, ELF_STRTAB_SECTION_NAM… in IsStrtabShdr()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ |
D | elf32.h | 90 Elf32_Word sh_name; /* Section name (index into the member
|
D | elf64.h | 98 Elf64_Word sh_name; /* Section name (index into the member
|
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess_elf.c | 605 sectionName = elf_strptr(elf, shdrstrndx, shdr.sh_name); in elfParse()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
D | edk2module.c | 2917 char *shell, *sh_name, *opt, *rd_mode, *wr_mode; in _PyPopen() local 2940 sh_name = _getname(shell); in _PyPopen() 2941 if (stricmp(sh_name, "cmd.exe") == 0 || stricmp(sh_name, "4os2.exe") == 0) in _PyPopen()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | posixmodule.c | 4507 char *shell, *sh_name, *opt, *rd_mode, *wr_mode; in _PyPopen() local 4530 sh_name = _getname(shell); in _PyPopen() 4531 if (stricmp(sh_name, "cmd.exe") == 0 || stricmp(sh_name, "4os2.exe") == 0) in _PyPopen()
|