Changeset 99775 in vbox for trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h
- Timestamp:
- May 12, 2023 12:21:58 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h
r98103 r99775 2032 2032 * @param cbName The size of the buffer pointed to by pszName. 2033 2033 */ 2034 const char *RTLDRELF_NAME(GetSHdrName)(PRTLDRMODELF pModElf, Elf_Word offName, char *pszName, size_t cbName)2034 static const char *RTLDRELF_NAME(GetSHdrName)(PRTLDRMODELF pModElf, Elf_Word offName, char *pszName, size_t cbName) 2035 2035 { 2036 2036 RTFOFF off = pModElf->paShdrs[pModElf->Ehdr.e_shstrndx].sh_offset + offName;
Note:
See TracChangeset
for help on using the changeset viewer.