OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:phoff
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/elftoolchain/dist/libelf/
libelf_phdr.c
51
uint64_t
phoff
;
local
80
phoff
= (uint64_t) eh32->e_phoff;
83
phoff
= (uint64_t) eh64->e_phoff;
90
if (
phoff
+ fsz <
phoff
) { /* Numeric overflow. */
95
if ((uint64_t) e->e_rawsize < (
phoff
+ fsz)) {
116
(*xlator)(phdr, phnum * msz, e->e_rawfile +
phoff
, phnum,
elf_update.c
526
off_t rc,
phoff
, shoff;
local
549
phoff
= (off_t) eh32->e_phoff;
555
phoff
= (off_t) eh64->e_phoff;
560
if (
phoff
< 0 || shoff < 0) {
631
if (rc >
phoff
) {
636
if (
phoff
% (off_t) align) {
642
phoff
= roundup(rc, (off_t) align);
644
rc =
phoff
+ (off_t) fsz;
649
(uint64_t)
phoff
, fsz, phdr))
652
phoff
= 0
910
uint64_t
phoff
;
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/cp/
module.cc
1236
uint32_t
phoff
; /* 0 */
member in struct:elf::header
/src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc
1200
uint32_t
phoff
; /* 0 */
member in struct:elf::header
Completed in 35 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026