OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Elf32_Shdr
(Results
1 - 25
of
40
) sorted by relevancy
1
2
/src/external/bsd/elftosb/dist/common/
GHSSecInfo.h
45
bool isSectionFilled(const
Elf32_Shdr
& section);
StELFFile.h
43
typedef std::vector<
Elf32_Shdr
>::const_iterator const_section_iterator;
81
const
Elf32_Shdr
& getSectionAtIndex(unsigned inIndex) const;
157
std::vector<
Elf32_Shdr
> m_sectionHeaders; //!< All of the section headers.
179
uint8_t * readSectionData(const
Elf32_Shdr
& inHeader);
183
void byteSwapSymbolTable(const
Elf32_Shdr
& header, SectionDataInfo & info);
GHSSecInfo.cpp
35
const
Elf32_Shdr
& secInfo = m_elf->getSectionAtIndex(sectionIndex);
96
bool GHSSecInfo::isSectionFilled(const
Elf32_Shdr
& section)
StELFFile.cpp
78
Elf32_Shdr
sectionHeader;
143
const
Elf32_Shdr
& StELFFile::getSectionAtIndex(unsigned inIndex) const
159
const
Elf32_Shdr
& header = *it;
202
uint8_t * StELFFile::readSectionData(const
Elf32_Shdr
& inHeader)
313
const
Elf32_Shdr
& header = getSectionAtIndex(inStringTableSectionIndex);
333
const
Elf32_Shdr
& header = getSectionAtIndex(inSectionIndex);
345
//! divided by the size of each symbol entry (the #
Elf32_Shdr
::sh_entsize field of the
352
const
Elf32_Shdr
& header = getSectionAtIndex(m_symbolTableIndex);
361
const
Elf32_Shdr
& header = getSectionAtIndex(m_symbolTableIndex);
380
void StELFFile::byteSwapSymbolTable(const
Elf32_Shdr
& header, SectionDataInfo & info
[
all
...]
ELFSourceFile.cpp
209
const
Elf32_Shdr
& header = m_file->getSectionAtIndex(index);
288
const
Elf32_Shdr
& sectionHeader = m_file->getSectionAtIndex(index);
419
const
Elf32_Shdr
& section = m_elf->getSectionAtIndex(sectionIndex);
487
const
Elf32_Shdr
& section = m_elf->getSectionAtIndex(m_sectionIndex);
503
const
Elf32_Shdr
& section = m_elf->getSectionAtIndex(m_sectionIndex);
509
const
Elf32_Shdr
& section = m_elf->getSectionAtIndex(m_sectionIndex);
520
const
Elf32_Shdr
& section = m_elf->getSectionAtIndex(m_sectionIndex);
526
const
Elf32_Shdr
& section = m_elf->getSectionAtIndex(m_sectionIndex);
ELF.h
113
* sections. The section header table is an array of #
Elf32_Shdr
structures.
130
struct
Elf32_Shdr
/src/external/bsd/elftoolchain/dist/libelf/
gelf_shdr.c
47
Elf32_Shdr
*
64
Elf32_Shdr
*sh32;
79
sh32 = (
Elf32_Shdr
*) sh;
104
Elf32_Shdr
*sh32;
libelf.h
241
Elf32_Shdr
*elf32_getshdr(Elf_Scn *_scn);
_libelf.h
147
Elf32_Shdr
s_shdr32;
/src/sys/arch/x68k/stand/common/
exec_sub.c
122
Elf32_Shdr
*sh, *sym, *str, *stab, *shstr;
195
shstr, sizeof(
Elf32_Shdr
));
198
sym, sizeof(
Elf32_Shdr
));
201
str, sizeof(
Elf32_Shdr
));
203
dpos = sizeof(Elf32_Ehdr) + sizeof(
Elf32_Shdr
) * 3;
209
stab, sizeof(
Elf32_Shdr
));
210
dpos += sizeof(
Elf32_Shdr
);
/src/sys/arch/atari/stand/tostools/libtos/
elf.c
119
Elf32_Shdr
shdr;
131
kernsize += symsize + sizeof(ehdr) + ehdr.e_shnum*sizeof(
Elf32_Shdr
);
171
Elf32_Shdr
*shp;
183
shp = (
Elf32_Shdr
*)p;
227
/* 4 */ "Cannot read
Elf32_shdr
",
exec_elf.h
324
}
Elf32_Shdr
;
617
#define Elf_Shdr
Elf32_Shdr
/src/sys/arch/i386/i386/
multiboot.c
280
Elf32_Shdr
*symtabp, *strtabp;
301
Elf32_Shdr
*shdrp;
303
shdrp = &((
Elf32_Shdr
*)mi->mi_elfshdr_addr)[i];
307
Elf32_Shdr
*shdrp2;
309
shdrp2 = &((
Elf32_Shdr
*)mi->mi_elfshdr_addr)
/src/external/cddl/osnet/dist/lib/libctf/common/
ctf_lib.c
167
shdr_to_gelf(const
Elf32_Shdr
*src, GElf_Shdr *dst)
312
Elf32_Shdr
x32;
347
Elf32_Shdr
*sp32;
349
nbytes = sizeof (
Elf32_Shdr
) * shnum;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/
link.d
25
void ld_input_section(const scope char*,
Elf32_Shdr
**, Elf32_Word, Elf_Data*, Elf*, uint*);
26
void ld_section(const scope char*,
Elf32_Shdr
*, Elf32_Word, Elf_Data*, Elf*);
libelf.d
127
Elf32_Shdr
* elf32_getshdr(Elf_Scn*);
/src/sys/arch/i386/stand/lib/
exec_multiboot1.c
72
Elf32_Shdr
*shdrp32 = NULL;
84
shdrp32 = &((
Elf32_Shdr
*)shdr)[i];
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
elf32.d
44
struct
Elf32_Shdr
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
elf32.d
44
struct
Elf32_Shdr
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/sys/
elf32.d
44
struct
Elf32_Shdr
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
elf32.d
44
struct
Elf32_Shdr
/src/usr.bin/elf2aout/
elf2aout.c
198
Elf32_Shdr
*sh;
278
(size_t)ex.e_shnum * sizeof(
Elf32_Shdr
), "sh");
280
bswap32_region((int32_t*)sh, sizeof(
Elf32_Shdr
) * ex.e_shnum);
/src/sys/arch/amiga/stand/bootblock/elf2bb/
elf2bb.c
97
Elf32_Shdr
*sh;
160
sh = (
Elf32_Shdr
*)(image + be32toh(eh->e_shoff));
/src/tools/amiga-elf2bb/sys/
exec_elf.h
341
}
Elf32_Shdr
;
710
#define Elf_Shdr
Elf32_Shdr
/src/usr.bin/elf2ecoff/
elf2ecoff.c
147
Elf32_Shdr
*sh;
222
sh = (
Elf32_Shdr
*) saveRead(infile, ex.e_shoff,
223
ex.e_shnum * sizeof(
Elf32_Shdr
), "sh");
225
bswap32_region((int32_t*)sh, sizeof(
Elf32_Shdr
) * ex.e_shnum);
Completed in 48 milliseconds
1
2
Indexes created Mon Sep 07 00:24:45 UTC 2026