OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElfShdr
(Results
1 - 5
of
5
) sorted by null
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go
800
type
ElfShdr
struct {
899
shdr [NSECT]*
ElfShdr
1023
func elf64shdr(e *
ElfShdr
) {
1036
func elf32shdr(e *
ElfShdr
) {
1104
func newElfShdr(name int64) *
ElfShdr
{
1105
e := new(
ElfShdr
)
1214
func elfinterp(sh *
ElfShdr
, startva uint64, resoff uint64, p string) int {
1232
func elfnote(sh *
ElfShdr
, startva uint64, resoff uint64, sz int, alloc bool) int {
1247
func elfwritenotehdr(str string, namesz uint32, descsz uint32, tag uint32) *
ElfShdr
{
1270
func elfnetbsdsig(sh *
ElfShdr
, startva uint64, resoff uint64) int
[
all
...]
lib.go
161
Elfsect *
ElfShdr
[
all
...]
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go
800
type
ElfShdr
struct {
899
shdr [NSECT]*
ElfShdr
1023
func elf64shdr(e *
ElfShdr
) {
1036
func elf32shdr(e *
ElfShdr
) {
1104
func newElfShdr(name int64) *
ElfShdr
{
1105
e := new(
ElfShdr
)
1214
func elfinterp(sh *
ElfShdr
, startva uint64, resoff uint64, p string) int {
1232
func elfnote(sh *
ElfShdr
, startva uint64, resoff uint64, sz int, alloc bool) int {
1247
func elfwritenotehdr(str string, namesz uint32, descsz uint32, tag uint32) *
ElfShdr
{
1270
func elfnetbsdsig(sh *
ElfShdr
, startva uint64, resoff uint64) int
[
all
...]
lib.go
161
Elfsect *
ElfShdr
[
all
...]
/development/vndk/tools/vtable-dumper/
elf_handling.cpp
103
const Elf_Shdr *
ElfShdr
=
105
if (!
ElfShdr
) {
109
switch (
ElfShdr
->sh_type) {
Completed in 120 milliseconds